/freebsd/contrib/libc-pwcache/ |
H A D | pwcache.c | 262 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 D | exf.c | 747 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 D | Config.h | 61 bool noname = false; member 79 noname == e.noname && data == e.data && isPrivate == e.isPrivate);
|
H A D | DLL.cpp | 658 if (e.noname) in writeTo() 863 if (!e.noname) in EdataContents()
|
H A D | DriverUtils.cpp | 598 e.noname = true; in parseExport()
|
H A D | Driver.cpp | 942 e2.Noname = e1.noname; in createImportLibrary() 1042 e2.noname = e1.Noname; in parseModuleDefs()
|
/freebsd/tools/build/cross-build/include/common/ |
H A D | grp.h | 48 const char *group_from_gid(gid_t gid, int noname);
|
H A D | pwd.h | 51 const char *user_from_uid(uid_t uid, int noname);
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | userspace.py | 84 if not options.noname and rid < 1<<31: 207 options.noname = True
|
/freebsd/usr.bin/usbhidctl/ |
H A D | usbhid.c | 55 static int noname = 0; variable 365 if (!noname) in dumpdata() 467 noname++; in main()
|
/freebsd/usr.sbin/jls/ |
H A D | jls.c | 76 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 D | oo.fr | 68 \ :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 D | jail.c | 60 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 D | kern_jail.c | 124 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 D | support.4th | 98 : constructor: over :noname ;
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 1107 if ("$_domain" != "" && "$_domain" != "noname") then
|