Home
last modified time | relevance | path

Searched refs:noname (Results 1 – 18 of 18) 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.h63 bool noname = false; member
81 noname == e.noname && data == e.data && isPrivate == e.isPrivate);
H A DDLL.cpp702 if (e.noname) in writeTo()
1103 if (!e.noname) in createEdataChunks()
H A DDriverUtils.cpp587 e.noname = true; in parseExport()
H A DSymbolTable.cpp1327 e2.noname = e1.Noname; in parseModuleDefs()
H A DDriver.cpp991 e2.Noname = e1.noname; in createImportLibrary()
/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.sbin/quot/
H A Dquot.c60 static bool noname; variable
233 if (noname || (pwd = getpwuid(uid)) == NULL) in user()
501 noname = true; in main()
/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.c78 static char *noname(const char *name);
387 noname(const char *name) in noname() function
527 : 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.c122 static char *noname(const char *name);
594 ? noname(jp[j].jp_name) in jailparam_set()
1238 noname(const char *name) in noname() function
/freebsd/sys/kern/
H A Dkern_jail.c135 const char *noname; member
439 ? bf->name : bf->noname); in kern_jail()
1201 vfs_flagopt(opts, bf->noname, &ch_flags, bf->flag); in kern_jail_set()
1265 vfs_flagopt(opts, bf->noname, &ch_allow, bf->flag); in kern_jail_set()
2826 error = vfs_setopt(opts, bf->noname, &i, sizeof(i)); in kern_jail_get()
2850 error = vfs_setopt(opts, bf->noname, &i, sizeof(i)); in kern_jail_get()
5313 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