Home
last modified time | relevance | path

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

/NextBSD/contrib/libc-pwcache/
HDpwcache.c263 user_from_uid(uid_t uid, int noname) in user_from_uid() argument
281 if (!noname || (ptr->valid == VALID)) in user_from_uid()
308 if (noname) in user_from_uid()
332 group_from_gid(gid_t gid, int noname) in group_from_gid() argument
350 if (!noname || (ptr->valid == VALID)) in group_from_gid()
377 if (noname) in group_from_gid()
/NextBSD/contrib/nvi/common/
HDexf.c762 int fd, nf, noname, oflags, rval; in file_write() local
774 noname = 1; in file_write()
777 noname = 0; in file_write()
780 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) { in file_write()
790 if ((!noname || F_ISSET(frp, FR_NAMECHANGE)) && in file_write()
803 if (!LF_ISSET(FS_ALL) && noname && !stat(name, &sb)) { in file_write()
825 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()
884 if (!noname && file_lock(sp, NULL, fd, 0) == LOCK_UNAVAIL) in file_write()
919 if (noname) in file_write()
958 if (noname) in file_write()
/NextBSD/contrib/binutils/binutils/
HDdlltool.c678 int noname; /* Don't put name in image file. */ member
930 int noname, int constant, int data, int private) in def_exports() argument
939 p->noname = noname; in def_exports()
1575 exp->noname ? "NONAME " : "", in dump_def_info()
1652 exp->noname ? " NONAME" : "", in gen_def_file()
1668 exp->noname ? " NONAME" : "", in gen_def_file()
1889 if (!exp->noname || show_allnames) in gen_exp_file()
1898 if (!exp->noname || show_allnames) in gen_exp_file()
1905 if (!exp->noname || show_allnames) in gen_exp_file()
1962 if (!exp->noname || show_allnames) in gen_exp_file()
[all …]
HDChangeLog-91972006 (gen_exp_file): Create noname entries correctly.
/NextBSD/cddl/contrib/opensolaris/lib/pyzfs/common/
HDuserspace.py84 if not options.noname and rid < 1<<31:
207 options.noname = True
/NextBSD/usr.bin/usbhidctl/
HDusbhid.c54 static int noname = 0; variable
364 if (!noname) in dumpdata()
466 noname++; in main()
/NextBSD/usr.sbin/jls/
HDjls.c77 static char *noname(const char *name);
344 noname(const char *name) in noname() function
486 : noname(params[i].jp_name); in print_jail()
/NextBSD/sys/boot/ficl/softwords/
HDoo.fr69 \ :noname definition for code
73 \ and run :noname
74 \ ; is overridden to fill in xt returned by :noname
352 :noname
582 :noname
/NextBSD/lib/libjail/
HDjail.c60 static char *noname(const char *name);
505 ? noname(jp[j].jp_name) in jailparam_set()
1030 noname(const char *name) in noname() function
/NextBSD/sys/boot/forth/
HDsupport.4th99 : constructor: over :noname ;
/NextBSD/contrib/tcsh/
HDcomplete.tcsh1086 if ("$_domain" != "" && "$_domain" != "noname") then
/NextBSD/contrib/binutils/ld/
HDChangeLog-00012135 noname work properly.