Searched refs:token2 (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | util.c | 149 char token2[256]; local 157 token1[0] = token2[0] = token3[0] = '\0'; 159 (void) sscanf(search_field, "%s\t%s\t%s", token1, token2, token3); 168 found2 = strstr(local_entry, token2);
|
/titanic_41/usr/src/lib/libcryptoutil/common/ |
H A D | config_parsing.c | 163 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()
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 276 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()
|
/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 457 TOKEN token2, cleantoken2; local 681 token2[0] = 0; 685 if (gettoken(token2) == NULL) 687 clean_token(cleantoken2, token2); 695 if (token2[0] == 0) { 698 fmt_print("%s %s\n", token, token2); 707 log_print("%s %s\n", token, token2);
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | job.c | 238 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()
|
/titanic_41/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 1867 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()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_scf.c | 1119 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()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2535 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()
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 81 # LD_DEBUG=token1,token2 app ... 114 @ MSG_USE_R2_D " LD_DEBUG=token1,token2 app ..." 175 # ld -Dtoken1,token2 -o prog ... 178 # LD_OPTIONS=-Dtoken1,token2 cc -o prog ... 198 @ MSG_USE_R3_D " ld -Dtoken1,token2 -o prog ..." 205 @ MSG_USE_R3_G " LD_OPTIONS=-Dtoken1,token2 cc -o prog ..."
|