Home
last modified time | relevance | path

Searched refs:lfname (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.bin/localedef/
HDlocaledef.c247 char *lfname = NULL; in main() local
273 lfname = optarg; in main()
323 if (lfname) { in main()
324 reset_scanner(lfname); in main()
/NextBSD/sbin/fsck_ffs/
HDglobs.c105 const char *lfname; /* lost & found directory name */ variable
157 lfname = "lost+found"; in fsckinit()
HDdir.c308 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
405 idesc.id_name = strdup(lfname); in linkup()
416 if (makeentry(ROOTINO, lfdir, lfname) != 0) { in linkup()
445 if ((changeino(ROOTINO, lfname, lfdir) & ALTERED) == 0) { in linkup()
HDfsck.h335 extern const char *lfname; /* lost & found directory name */
/NextBSD/usr.sbin/lpr/common_source/
HDcommon.c330 set_qstate(int action, const char *lfname) in set_qstate() argument
343 statres = stat(lfname, &stbuf); in set_qstate()
405 chres = chmod(lfname, chgbits); in set_qstate()
427 fd = open(lfname, O_WRONLY|O_CREAT, newbits); in set_qstate()