Home
last modified time | relevance | path

Searched refs:noname (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/libc-pwcache/
H A Dpwcache.c262 user_from_uid(uid_t uid, int noname) in user_from_uid() argument
280 if (!noname || (ptr->valid == VALID)) in user_from_uid()
307 if (noname) in user_from_uid()
331 group_from_gid(gid_t gid, int noname) in group_from_gid() argument
349 if (!noname || (ptr->valid == VALID)) in group_from_gid()
376 if (noname) in group_from_gid()
/freebsd/contrib/nvi/common/
H A Dexf.c747 int fd, nf, noname, oflags, rval; local
759 noname = 1;
762 noname = 0;
765 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) {
775 if ((!noname || F_ISSET(frp, FR_NAMECHANGE)) &&
788 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) {
810 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) &&
875 if (!noname && file_lock(sp, NULL, fd, 0) == LOCK_UNAVAIL)
910 if (noname) {
957 if (noname)
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h61 bool noname = false; member
79 noname == e.noname && data == e.data && isPrivate == e.isPrivate);
H A DDLL.cpp658 if (e.noname) in writeTo()
863 if (!e.noname) in EdataContents()
H A DDriverUtils.cpp598 e.noname = true; in parseExport()
H A DDriver.cpp942 e2.Noname = e1.noname; in createImportLibrary()
1042 e2.noname = e1.Noname; in parseModuleDefs()
/freebsd/tools/build/cross-build/include/common/
H A Dgrp.h48 const char *group_from_gid(gid_t gid, int noname);
H A Dpwd.h51 const char *user_from_uid(uid_t uid, int noname);
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py84 if not options.noname and rid < 1<<31:
207 options.noname = True
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c55 static int noname = 0; variable
365 if (!noname) in dumpdata()
467 noname++; in main()
/freebsd/usr.sbin/jls/
H A Djls.c76 static char *noname(const char *name);
347 noname(const char *name) in noname() function
477 : noname(params[i].jp_name); in print_jail()
/freebsd/stand/ficl/softwords/
H A Doo.fr68 \ :noname definition for code
72 \ and run :noname
73 \ ; is overridden to fill in xt returned by :noname
351 :noname
581 :noname
/freebsd/lib/libjail/
H A Djail.c60 static char *noname(const char *name);
513 ? noname(jp[j].jp_name) in jailparam_set()
1082 noname(const char *name) in noname() function
/freebsd/sys/kern/
H A Dkern_jail.c124 const char *noname; member
410 ? bf->name : bf->noname); in kern_jail()
1105 vfs_flagopt(opts, bf->noname, &ch_flags, bf->flag); in kern_jail_set()
1169 vfs_flagopt(opts, bf->noname, &ch_allow, bf->flag); in kern_jail_set()
2499 error = vfs_setopt(opts, bf->noname, &i, sizeof(i)); in kern_jail_get()
2523 error = vfs_setopt(opts, bf->noname, &i, sizeof(i)); in kern_jail_get()
4751 bf->noname = allow_noname; in prison_add_allow()
/freebsd/stand/forth/
H A Dsupport.4th98 : constructor: over :noname ;
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh1107 if ("$_domain" != "" && "$_domain" != "noname") then