Home
last modified time | relevance | path

Searched refs:token2 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c147 char token2[256]; local
155 token1[0] = token2[0] = token3[0] = '\0';
157 (void) sscanf(search_field, "%s\t%s\t%s", token1, token2, token3);
166 found2 = strstr(local_entry, token2);
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c276 char *token2; in interpret() local
291 if ((token2 = strtok(NULL, SEP_SEMICOLON)) == NULL) { in interpret()
297 if (strncmp(token2, EF_UNLOAD, strlen(EF_UNLOAD)) == 0) { in interpret()
299 token2 = strtok(NULL, SEP_SEMICOLON); in interpret()
306 if (token2 != NULL) { in interpret()
316 if ((rc = parse_sup_dis_list(token2, pent)) != SUCCESS) { in interpret()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c163 char *token2; in uef_interpret() local
198 while ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) != NULL) { in uef_interpret()
199 if ((rc = parse_policylist(token2, pent)) != SUCCESS) { in uef_interpret()
/illumos-gate/usr/src/cmd/format/
H A Dio.c419 TOKEN token2, cleantoken2; in input() local
643 token2[0] = 0; in input()
647 if (gettoken(token2) == NULL) in input()
649 clean_token(cleantoken2, token2); in input()
657 if (token2[0] == 0) { in input()
660 fmt_print("%s %s\n", token, token2); in input()
669 log_print("%s %s\n", token, token2); in input()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c238 char *token2 = strtok(NULL, "@"); in authorized() local
263 (token2 != NULL) && in authorized()
274 token2) == 0)) in authorized()
280 (token2 != NULL) && in authorized()
281 (strcmp(token4, token2) == 0)) { in authorized()
284 (token2 != NULL)) { in authorized()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c1867 char *token2; in ucp_line2nm() local
1902 token2 = ucp_grab_token(&it, pos, " \t\n#"); in ucp_line2nm()
1903 if (token2 == NULL) { in ucp_line2nm()
1908 free(token2); in ucp_line2nm()
1915 nm->winname = token2; in ucp_line2nm()
1918 nm->windomain = token2; in ucp_line2nm()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1119 char *token1, *token2; in ilbd_scfval_to_data() local
1122 token2 = strtok(NULL, "-"); in ilbd_scfval_to_data()
1124 r_ent->rl_maxport = atoi(token2); in ilbd_scfval_to_data()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2535 char *token2; in parse_entry() local
2551 if ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) == NULL) { in parse_entry()
2560 if (strncmp(token2, CONF_MODULEPATH, strlen(CONF_MODULEPATH)) != 0) { in parse_entry()
2565 if (value = strpbrk(token2, SEP_EQUAL)) { in parse_entry()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg82 # LD_DEBUG=token1,token2 app ...
115 @ MSG_USE_R2_D " LD_DEBUG=token1,token2 app ..."
176 # ld -Dtoken1,token2 -o prog ...
179 # LD_OPTIONS=-Dtoken1,token2 cc -o prog ...
199 @ MSG_USE_R3_D " ld -Dtoken1,token2 -o prog ..."
206 @ MSG_USE_R3_G " LD_OPTIONS=-Dtoken1,token2 cc -o prog ..."