Searched refs:lfmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.bin/stat/ |
| H A D | stat.c | 599 char *stmp, lfmt[24], tmp[20]; in format1() local 932 lfmt[0] = '\0'; in format1() 933 (void)strcat(lfmt, "%"); in format1() 935 (void)strcat(lfmt, "#"); in format1() 937 (void)strcat(lfmt, " "); in format1() 939 (void)strcat(lfmt, "+"); in format1() 941 (void)strcat(lfmt, "-"); in format1() 943 (void)strcat(lfmt, "0"); in format1() 956 (void)strcat(lfmt, tmp); in format1() 958 (void)strcat(lfmt, "lld"); in format1() [all …]
|
| /freebsd/lib/libc/tests/stdlib/ |
| H A D | strfrom_test.c | 64 char got[FBUF], ref[FBUF], lfmt[32]; in check_l() local 70 snprintf(lfmt, sizeof(lfmt), "%.*sL%c", in check_l() 72 rlen = snprintf(ref, sizeof(ref), lfmt, val); in check_l()
|
| /freebsd/sys/tools/sound/ |
| H A D | feeder_rate_mkfilter.awk | 755 lfmt = sprintf("%%%dd", j); 761 l = sprintf(lfmt, ztab[i]);
|
| /freebsd/bin/ps/ |
| H A D | ps.c | 158 static const char lfmt[] = "uid,pid,ppid,cpu,pri,nice,vsz,rss,mwchan,state," variable 335 parsefmt(lfmt, &varlist, 0); in main()
|