Searched refs:noname (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/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-current/contrib/libc-pwcache/
H A Dpwcache.c255 * caches the name (if any) for the uid. If noname clear, we always
262 user_from_uid(uid_t uid, int noname) argument
280 if (!noname || (ptr->valid == VALID))
307 if (noname)
324 * caches the name (if any) for the gid. If noname clear, we always
331 group_from_gid(gid_t gid, int noname) argument
349 if (!noname || (ptr->valid == VALID))
376 if (noname)
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h60 bool noname = false; member in struct:lld::coff::Export
78 ordinal == e.ordinal && noname == e.noname &&
H A DDLL.cpp658 if (e.noname)
863 if (!e.noname)
H A DDriverUtils.cpp593 if (tok.equals_insensitive("noname")) {
596 e.noname = true;
H A DDriver.cpp950 e2.Noname = e1.noname;
1050 e2.noname = e1.Noname;
/freebsd-current/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)
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py84 if not options.noname and rid < 1<<31:
160 parser.add_option("-n", action="store_true", dest="noname",
207 options.noname = True
/freebsd-current/usr.bin/usbhidctl/
H A Dusbhid.c55 static int noname = 0; variable
365 if (!noname)
467 noname++;
/freebsd-current/usr.sbin/jls/
H A Djls.c76 static char *noname(const char *name);
346 noname(const char *name) function
463 * either "name" or "noname".
476 : noname(params[i].jp_name);
/freebsd-current/lib/libjail/
H A Djail.c60 static char *noname(const char *name);
513 ? noname(jp[j].jp_name)
1082 noname(const char *name) function
/freebsd-current/sys/kern/
H A Dkern_jail.c124 const char *noname; member in struct:bool_flags
402 ? bf->name : bf->noname);
1097 vfs_flagopt(opts, bf->noname, &ch_flags, bf->flag);
1161 vfs_flagopt(opts, bf->noname, &ch_allow, bf->flag);
2482 error = vfs_setopt(opts, bf->noname, &i, sizeof(i));
2506 error = vfs_setopt(opts, bf->noname, &i, sizeof(i));
4705 bf->noname = allow_noname;

Completed in 173 milliseconds