| /src/usr.bin/machine/ |
| H A D | machine.sh | 2 exec /usr/bin/uname -m
|
| /src/usr.bin/uname/ |
| H A D | Makefile | 4 PROG= uname
|
| /src/distrib/sun2/ramdisk/ |
| H A D | mtree.conf | 5 /set type=dir uname=root gname=wheel mode=0755
|
| /src/distrib/sun3/ramdisk/ |
| H A D | mtree.conf | 5 /set type=dir uname=root gname=wheel mode=0755
|
| /src/games/battlestar/ |
| H A D | init.c | 111 wizard(const char *uname) argument 115 if ((flag = checkout(uname)) != 0) 116 printf("You are the Great wizard %s.\n", uname); 121 checkout(const char *uname) argument 126 if (strcmp(*ptr, uname) == 0) 129 if (strcmp(*ptr, uname) == 0) { 131 uname);
|
| /src/lib/libc/gen/ |
| H A D | getgrouplist.c | 58 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) 62 _DIAGASSERT(uname != NULL); 67 rv = getgroupmembership(uname, agroup, groups, *grpcnt, &groupc);
|
| H A D | initgroups.c | 55 initgroups(const char *uname, gid_t agroup) 62 _DIAGASSERT(uname != NULL); 65 if (getgrouplist(uname, agroup, groups, &ngroups) == -1) { 70 if (getgrouplist(uname, agroup, groups, &ngroups) == -1)
|
| H A D | getgroupmembership.c | 103 const char *uname = va_arg(ap, const char *); local in function:_files_getgroupmembership 115 _DIAGASSERT(uname != NULL); 127 if (strcmp(grp.gr_mem[i], uname) != 0) 146 const char *uname = va_arg(ap, const char *); local in function:_dns_getgroupmembership 161 _DIAGASSERT(uname != NULL); 174 hp = hesiod_resolve(context, uname, "grplist"); /* find grplist */ 186 if (strcmp(grp.gr_mem[i], uname) != 0) 239 const char *uname = va_arg(ap, const char *); local in function:_nis_getgroupmembership 251 _DIAGASSERT(uname != NULL); 263 if (strcmp(grp.gr_mem[i], uname) ! 281 const char *uname; /* user to search for */ member in struct:__compatggm 321 const char *uname = va_arg(ap, const char *); local in function:_compat_getgroupmembership 370 getgroupmembership(const char * uname,gid_t agroup,gid_t * groups,int maxgrp,int * groupc) argument [all...] |
| /src/distrib/amiga/floppies/inst-common/ |
| H A D | mtree.conf | 3 /set type=dir uname=root gname=wheel mode=0755
|
| /src/distrib/vax/inst-common/ |
| H A D | mtree.conf | 3 /set type=dir uname=root gname=wheel mode=0755
|
| /src/sys/arch/hpcmips/stand/dspgen/ |
| H A D | do_subst.sh | 32 if [ `uname` = SunOS ]; then
|
| H A D | gen_workspace.sh | 32 if [ `uname` = SunOS ]; then
|
| /src/libexec/httpd/testsuite/ |
| H A D | html_cmp | 20 h=`hostname || uname -n`
|
| /src/sys/sys/ |
| H A D | utsname.h | 59 int uname(struct utsname *);
|
| /src/tests/lib/csu/ |
| H A D | t_ifunc_static.sh | 35 case `uname -p` in
|
| H A D | t_hello.sh | 94 case `uname -p` in 130 case `uname -p` in
|
| /src/distrib/atari/floppies/common/ |
| H A D | mtree.conf | 3 /set type=dir uname=root gname=wheel mode=0755
|
| /src/distrib/evbsh3/rom/ramdiskcommon/ |
| H A D | mtree.conf | 3 /set type=dir uname=root gname=wheel mode=0755
|
| /src/usr.sbin/rpc.pcnfsd/ |
| H A D | pcnfsd_v1.c | 75 char uname[32]; local in function:pcnfsd_auth_1_svc 85 scramble(arg->id, uname); 89 if (check_cache(uname, pw, &r.uid, &r.gid)) { 92 wlogin(uname, req); 98 p = get_password(uname); 112 wlogin(uname, req);
|
| /src/tests/kernel/ |
| H A D | t_setjmp.sh | 36 case `uname -p` in
|
| /src/distrib/sun2/miniroot/ |
| H A D | mtree.conf | 4 /set type=dir uname=root gname=wheel mode=0755
|
| /src/distrib/sun3/miniroot/ |
| H A D | mtree.conf | 4 /set type=dir uname=root gname=wheel mode=0755
|
| /src/share/mk/ |
| H A D | bsd.host.mk | 47 _HOST_OSNAME!= uname -s 48 _HOST_OSREL!= uname -r 49 # For _HOST_ARCH, if uname -p fails, or prints "unknown", or prints 50 # something that does not look like an identifier, then use uname -m. 51 _HOST_ARCH!= uname -p 2>/dev/null 54 _HOST_ARCH!= uname -m
|
| /src/sys/arch/hpc/stand/dspgen/ |
| H A D | gen_workspace.sh | 32 if [ `uname` = SunOS ]; then
|
| /src/distrib/evbarm/instkernel/sshramdisk/ |
| H A D | mtree.conf | 3 /set type=dir uname=root gname=wheel mode=0755
|