Searched refs:SNPRINTF1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dcharset.c427 SNPRINTF1(buf, sizeof(buf), "%c", (int) c);
432 SNPRINTF1(buf, sizeof(buf), "^%c",
444 SNPRINTF1(buf, sizeof(buf), "^%c", (int) (c ^ 0100));
447 SNPRINTF1(buf, sizeof(buf), binfmt, c);
465 SNPRINTF1(buf, sizeof(buf), "^%c", ((char) ch) ^ 0100);
467 SNPRINTF1(buf, sizeof(buf), binfmt, (char) ch);
469 SNPRINTF1(buf, sizeof(buf), utfbinfmt, ch);
H A Dfilename.c438 SNPRINTF1(fpat, len, "%s*.*", s);
440 SNPRINTF1(fpat, len, "%s*", s);
446 SNPRINTF1(fpat, len, "%s*", s);
886 SNPRINTF1(cmd, len, lessopen, filename);
H A Dless.h186 #define SNPRINTF1(str, size, fmt, v1) snprintf((str), (size), (fmt), (v1)) macro
192 #define SNPRINTF1(str, size, fmt, v1) sprintf((str), (fmt), (v1)) macro
H A Doption.c44 SNPRINTF1(buf, sizeof(buf), "--%s", o->onames->oname);

Completed in 143 milliseconds