Searched refs:SNPRINTF3 (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/less/dist/ |
| D | filename.c | 193 SNPRINTF3(newstr, len, "%c%s%c", openquote, s, closequote); in shell_quote() 232 SNPRINTF3(pathname, len, "%s%s%s", dirname, PATHNAME_SEP, filename); in dirfile() 573 SNPRINTF3(scmd, len, "%s %s %s", shell, shell_coption(), esccmd); in shellcmd() 675 SNPRINTF3(pfilename, n, "%s%s%s", drive, dir, fnd.GLOB_NAME); in lglob()
|
| D | less.h | 207 #define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3)) macro 213 #define SNPRINTF3(str, size, fmt, v1, v2, v3) sprintf((str), (fmt), (v1), (v2), (v3)) macro
|
| D | lsystem.c | 143 … SNPRINTF3(p, len, "%s %s %s", shell, shell_coption(), esccmd); in lsystem()
|