Home
last modified time | relevance | path

Searched refs:xsnprintf (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.os.c1235 (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 Dtw.color.c256 l = xsnprintf(*c, 12, "%.2d;%.2d;%.2d;%.2d", ANSI_BOLD_ON, in makecolor()
259 l = xsnprintf(*c, 6, "%.2d;%.2d", in makecolor()
H A Dtc.decls.h230 extern int xsnprintf (char *, size_t, const char *, ...)
H A Dtc.printf.c368 xsnprintf(char *str, size_t size, const char *fmt, ...) in xsnprintf() function
H A Dsh.c182 (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 Dhost.defs191 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 Dsh.exp.c895 (void) xsnprintf(string, sizeof(string0) - 1, "%o", in filetest()
H A Dsh.hist.c1317 xsnprintf(path, sizeof(path), "%S.%S", fname, rs); in rechist()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h137 char * (*xsnprintf)(int,char*,const char*,...); member
505 #define sqlite3_snprintf sqlite3_api->xsnprintf
H A Dsqlite3.c142370 char * (*xsnprintf)(int,char*,const char*,...); member
142738 #define sqlite3_snprintf sqlite3_api->xsnprintf