| /illumos-gate/usr/src/lib/libnsl/rpc/ |
| H A D | netname.c | 181 struct __nsw_lookup *look; local 203 * itself requires a netname to look up. As we clearly 216 for (look = conf->lookups; look; look = look->next) { 218 if (strcmp(look->service_name, "ldap") == 0 || 219 strcmp(look->service_name, "nis") == 0 || 220 strcmp(look->service_name, "files") == 0) 227 look [all...] |
| H A D | netnamer.c | 379 struct __nsw_lookup *look; local 423 for (look = conf->lookups; look; look = look->next) { 424 if (strcmp(look->service_name, "nis") == 0) 426 else if (strcmp(look->service_name, "files") == 0) 428 else if (strcmp(look->service_name, "ldap") == 0) 433 "info '%s'\n", look->service_name); 437 switch (look [all...] |
| /illumos-gate/usr/src/lib/libnsl/key/ |
| H A D | publickey.c | 555 struct __nsw_lookup *look; local 568 for (look = conf->lookups; look; look = look->next) { 569 if (strcmp(look->service_name, "ldap") == 0) { 575 strcmp(look->service_name, "nis") == 0) 579 strcmp(look->service_name, "files") == 0) 584 look->service_name); 589 switch (look 638 struct __nsw_lookup *look; local [all...] |
| /illumos-gate/usr/src/lib/libast/common/port/ |
| H A D | astconf.c | 806 lookup(register Lookup_t* look, const char* name, unsigned int flags) argument 818 look->flags = 0; 819 look->call = -1; 820 look->standard = (flags & ASTCONF_AST) ? CONF_AST : -1; 821 look->section = -1; 830 if (look->standard >= 0) 832 look->standard = p->standard; 836 if (look->call >= 0) 838 look->call = p->call; 842 look 943 print(Sfio_t* sp, register Lookup_t* look, const char* name, const char* path, int listflags, Error_f conferror) argument 1358 Lookup_t look; local 1517 Lookup_t look; local [all...] |
| /illumos-gate/usr/src/cmd/tsol/plabel/ |
| H A D | plabel.c | 53 static int look(char *); 115 rc = look(pid); 118 err = look(*argv++); 127 look(char *arg) function
|
| /illumos-gate/usr/src/cmd/look/ |
| H A D | Makefile | 26 PROG= look
|
| /illumos-gate/usr/src/lib/libadm/common/ |
| H A D | getvol.c | 182 char *pt, *look, buffer[512]; local 208 look = "Current fsname: "; 209 n = (int)strlen(look); 211 if (strncmp(pt, look, n) == 0) { 213 pt += strlen(look); 216 look = ", Current volname: "; 217 n = (int)strlen(look); 220 look = ", Blocks: "; 221 n = (int)strlen(look);
|
| /illumos-gate/usr/src/cmd/projadd/ |
| H A D | projmod.pl | 91 my %look = map { $_ => 1 } @$old; 94 if (! exists($look{$e})) { 119 my %look = map { $_ => 0 } @$new; 121 if (exists($look{$e})) { 122 $look{$e}++; 127 my @leftover = grep(! $look{$_}, keys(%look));
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
| H A D | pkgserv.c | 57 * to this end, we always look at the pid of the last caller. 844 pkgentry_t *ent, *look; local 920 look = avl_find(list, ent, &where); 922 * The log can be replayed; so any value of "look" is 928 if (look != NULL) 929 swapentry(look, ent); 934 if (look != NULL) { 935 avl_remove(list, look); 936 freeentry(look); 956 pkgentry_t *look; local 1286 pkgentry_t *ent, *look; local [all...] |
| /illumos-gate/usr/src/cmd/ptools/ptime/ |
| H A D | ptime.c | 45 static int look(pid_t); 80 (void) look(pid); 170 (void) look(pid); 190 look(pid_t pid) function
|
| /illumos-gate/usr/src/cmd/sgs/yacc/common/ |
| H A D | y1.c | 658 * look at translated yacc document. 762 ss = k->look; 763 k->look = l->look; 764 l->look = ss; 793 clset.lset[s] = l->look->lset[s]; 794 if (setunion(clset.lset, k->look->lset)) { 797 l->look = flset(&clset); 841 j->look = flset(lptr); 853 * also, look fo [all...] |
| H A D | dextern.h | 174 LOOKSETS *look; member in struct:item
|
| /illumos-gate/usr/src/lib/libm/i386/src/ |
| H A D | nextafterl.s | 81 andl $0x80000000,%eax / look at explicit leading bit 96 cmpl $0x80000000,%edx / look at high x 104 andl $0x7fff,%eax / look at exp x without sign bit 114 andl $0x8000,%eax / look at sign bit 129 andl $0x80000000,%eax / look at explicit leading bit 145 cmpl $0x7fffffff,%eax / look at high x
|
| H A D | nexttowardl.s | 81 andl $0x80000000,%eax / look at explicit leading bit 96 cmpl $0x80000000,%edx / look at high x 104 andl $0x7fff,%eax / look at exp x without sign bit 114 andl $0x8000,%eax / look at sign bit 129 andl $0x80000000,%eax / look at explicit leading bit 145 cmpl $0x7fffffff,%eax / look at high x
|
| H A D | roundl.s | 80 andw $0x8000,%ax / look at sign bit
|
| H A D | lroundl.s | 84 andw $0x8000,%ax / look at sign bit
|
| H A D | rndintl.s | 115 andw $0x8000,%ax / look at sign bit
|
| /illumos-gate/usr/src/lib/libsmbfs/smb/ |
| H A D | nb_ssn.c | 218 int look; local 223 look = t_look(fd); 224 switch (look) {
|
| /illumos-gate/usr/src/cmd/ptools/pcred/ |
| H A D | pcred.c | 43 static int look(char *); 135 rc += look(*argv++); 156 look(char *arg) function
|
| /illumos-gate/usr/src/cmd/keyserv/ |
| H A D | chkey_common.c | 210 struct __nsw_lookup *look; local 216 for (look = conf->lookups; look; look = look->next) { 219 strcat(policy, look->service_name);
|
| /illumos-gate/usr/src/cmd/ptools/psig/ |
| H A D | psig.c | 47 static int look(char *); 97 rc += look(argv[optind]); 173 look(char *arg) function
|
| /illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| H A D | clusters.c | 770 int32_t look = startAt; local 773 if (freeInFAT(look)) { 776 if (look == LastCluster) 777 look = FIRST_CLUSTER; 779 look++; 780 if (look == startAt) 783 if (look != startAt) 784 return (look);
|
| /illumos-gate/usr/src/lib/libc/i386/gen/ |
| H A D | strchr.s | 90 test $0x000000ff, %ecx / look for character's position in word
|
| /illumos-gate/usr/src/lib/libm/amd64/src/ |
| H A D | rndintl.s | 112 andw $0x8000,%ax / look at sign bit
|
| /illumos-gate/usr/src/cmd/ptools/pflags/ |
| H A D | pflags.c | 50 static int look(char *); 123 rc += look(*argv++); 129 look(char *arg) function
|