Searched refs:lfname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/usr.bin/localedef/ |
| HD | localedef.c | 247 char *lfname = NULL; in main() local 275 lfname = optarg; in main() 325 if (lfname) { in main() 326 reset_scanner(lfname); in main()
|
| /freebsd-11-stable/sbin/fsck_ffs/ |
| HD | globs.c | 108 const char *lfname; /* lost & found directory name */ variable 165 lfname = "lost+found"; in fsckinit()
|
| HD | dir.c | 388 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust() 485 idesc.id_name = strdup(lfname); in linkup() 496 if (makeentry(ROOTINO, lfdir, lfname) != 0) { in linkup() 525 if ((changeino(ROOTINO, lfname, lfdir) & ALTERED) == 0) { in linkup()
|
| HD | fsck.h | 340 extern const char *lfname; /* lost & found directory name */
|
| /freebsd-11-stable/usr.sbin/lpr/common_source/ |
| HD | common.c | 332 set_qstate(int action, const char *lfname) in set_qstate() argument 345 statres = stat(lfname, &stbuf); in set_qstate() 407 chres = chmod(lfname, chgbits); in set_qstate() 429 fd = open(lfname, O_WRONLY|O_CREAT, newbits); in set_qstate()
|