/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/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/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/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/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/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/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/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/cmd/ptools/pflags/ |
H A D | pflags.c | 50 static int look(char *); 123 rc += look(*argv++); 129 look(char *arg) function
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | dextern.h | 174 LOOKSETS *look; member in struct:item
|
/illumos-gate/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 48 static int look(char *); 157 rc += look(*argv++); 164 look(char *arg) function
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 966 sopno look; local 1041 for (look = 1; 1042 OP(s = g->strip[pc+look]) != O_CH; 1043 look += OPND(s)) 1045 FWD(aft, aft, look + 1);
|
/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/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/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/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/sgs/elfedit/common/ |
H A D | elfedit.c | 992 * then look for the other items and display them all 1704 * character, then we look for it against the locations in 2024 * Given a module definition, look for the specified command. 2272 char *look; local 2303 gettok_state->gtok_last_token.tok_str = look = str; 2305 look - gettok_state->gtok_buf; 2306 for (; *look; look++) { 2307 if (*look == quote_ch) { /* Terminates active quote */ 2313 if ((*look [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 235 #define TS_IAC 1 /* look for double IAC's */ 2091 * Now look to see if we still need to send the key and start 3301 * Never look for input if there's still 4315 char *look = current+2; local 4318 if ((*look++&0xff) == IAC) { 4319 if ((*look++&0xff) == SE) { 4320 return (look);
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_tmpl.c | 156 * the callers of tmpl_validate_bundle() only look to see whether or not 814 property_t look; local 824 * This is a composed property group, so look for the property in 827 look.sc_property_name = (char *)name; 828 return (uu_avl_find(cpg->cpg_composed_props, &look, NULL, NULL)); 3388 * for all prop_patterns. When we find a prop_pattern, we look at the
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 717 * the event we make the amd64 address space look 2029 page_t *look; local 2045 look = (*poolp)->p_prev; 2046 while (mfn < mfn_list[look->p_pagenum]) { 2047 look = look->p_prev; 2048 if (look == (*poolp)->p_prev) 2052 /* insert after look */ 2053 pp->p_prev = look; 2054 pp->p_next = look [all...] |