Searched refs:xsnprintf (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.os.c | 1235 (void) xsnprintf(pathname, pathlen, CGETS(23, 24, in xgetcwd() 1242 (void) xsnprintf(pathname, pathlen, CGETS(23, 19, in xgetcwd() 1247 (void) xsnprintf(pathname, pathlen, CGETS(23, 20, in xgetcwd() 1253 (void) xsnprintf(pathname, pathlen, in xgetcwd() 1259 (void) xsnprintf(pathname, pathlen, in xgetcwd() 1279 (void) xsnprintf(pathname, MAXPATHLEN, CGETS(23, 22, in xgetcwd() 1310 (void) xsnprintf(pathname, pathlen, CGETS(23, 23, in xgetcwd() 1322 (void) xsnprintf(pathname, pathlen, CGETS(23, 24, in xgetcwd() 1342 (void) xsnprintf(pathname, pathlen, CGETS(23, 25, in xgetcwd() 1348 (void) xsnprintf(pathname, pathlen, CGETS(23, 26, in xgetcwd() [all …]
|
| H A D | tw.color.c | 256 l = xsnprintf(*c, 12, "%.2d;%.2d;%.2d;%.2d", ANSI_BOLD_ON, in makecolor() 259 l = xsnprintf(*c, 6, "%.2d;%.2d", in makecolor()
|
| H A D | tc.decls.h | 230 extern int xsnprintf (char *, size_t, const char *, ...)
|
| H A D | tc.printf.c | 368 xsnprintf(char *str, size_t size, const char *fmt, ...) in xsnprintf() function
|
| H A D | sh.c | 182 (void) xsnprintf(trypath, sizeof(trypath), "%s/C/LC_MESSAGES/tcsh.cat", in add_localedir_to_nlspath() 201 (void) xsnprintf(new_p, len, "%s", old); in add_localedir_to_nlspath() 221 (void) xsnprintf(new_p, len, "%s%s%s%s%s%s", in add_localedir_to_nlspath()
|
| H A D | host.defs | 191 xsnprintf(ostype, sizeof(ostype), "%s", p); 192 xsnprintf(mach, sizeof(mach), "%s", e != -1 ? uts.machine : "unknown"); 193 xsnprintf(host, sizeof(host), "%s-%s",
|
| H A D | sh.exp.c | 895 (void) xsnprintf(string, sizeof(string0) - 1, "%o", in filetest()
|
| H A D | sh.hist.c | 1317 xsnprintf(path, sizeof(path), "%S.%S", fname, rs); in rechist()
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 137 char * (*xsnprintf)(int,char*,const char*,...); member 473 #define sqlite3_snprintf sqlite3_api->xsnprintf
|
| H A D | sqlite3.c | 127451 char * (*xsnprintf)(int,char*,const char*,...); 127787 #define sqlite3_snprintf sqlite3_api->xsnprintf
|