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

/freebsd-10.3-release/contrib/libc-pwcache/
H A Dpwcache.c256 * caches the name (if any) for the uid. If noname clear, we always
263 user_from_uid(uid_t uid, int noname) argument
281 if (!noname || (ptr->valid == VALID))
308 if (noname)
325 * caches the name (if any) for the gid. If noname clear, we always
332 group_from_gid(gid_t gid, int noname) argument
350 if (!noname || (ptr->valid == VALID))
377 if (noname)
/freebsd-10.3-release/contrib/nvi/common/
H A Dexf.c758 int fd, nf, noname, oflags, rval; local
770 noname = 1;
773 noname = 0;
776 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) {
786 if ((!noname || F_ISSET(frp, FR_NAMECHANGE)) &&
799 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) {
821 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) &&
883 if (!noname && file_lock(sp, NULL, fd, 0) == LOCK_UNAVAIL)
918 if (noname)
957 if (noname)
[all...]
/freebsd-10.3-release/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-10.3-release/contrib/binutils/binutils/
H A Ddlltool.c678 int noname; /* Don't put name in image file. */ member in struct:export
930 int noname, int constant, int data, int private)
939 p->noname = noname;
1575 exp->noname ? "NONAME " : "",
1652 exp->noname ? " NONAME" : "",
1668 exp->noname ? " NONAME" : "",
1889 if (!exp->noname || show_allnames)
1898 if (!exp->noname || show_allnames)
1905 if (!exp->noname || show_allname
929 def_exports(const char *name, const char *internal_name, int ordinal, int noname, int constant, int data, int private) argument
[all...]
/freebsd-10.3-release/usr.bin/usbhidctl/
H A Dusbhid.c54 static int noname = 0; variable
364 if (!noname)
466 noname++;
/freebsd-10.3-release/usr.sbin/jls/
H A Djls.c73 static char *noname(const char *name);
329 noname(const char *name) function
455 * either "name" or "noname".
465 : noname(params[i].jp_name);
/freebsd-10.3-release/sys/netipx/
H A Dipx_pcb.c118 goto noname;
139 noname:
/freebsd-10.3-release/lib/libjail/
H A Djail.c60 static char *noname(const char *name);
505 ? noname(jp[j].jp_name)
1030 noname(const char *name) function

Completed in 180 milliseconds