Searched refs:token2 (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | config_parsing.c | 163 char *token2; local 198 while ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) != NULL) { 199 if ((rc = parse_policylist(token2, pent)) != SUCCESS) {
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 276 char *token2; local 291 if ((token2 = strtok(NULL, SEP_SEMICOLON)) == NULL) { 297 if (strncmp(token2, EF_UNLOAD, strlen(EF_UNLOAD)) == 0) { 299 token2 = strtok(NULL, SEP_SEMICOLON); 301 * If token2 is NULL, the entry contains a 306 if (token2 != NULL) { 311 * token2 substring. 316 if ((rc = parse_sup_dis_list(token2, pent)) != SUCCESS) {
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | job.c | 238 char *token2 = strtok(NULL, "@"); local 244 * token2 and token4 contain hostnames 263 (token2 != NULL) && 274 token2) == 0)) 280 (token2 != NULL) && 281 (strcmp(token4, token2) == 0)) { 284 (token2 != NULL)) {
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 1867 char *token2; local 1902 token2 = ucp_grab_token(&it, pos, " \t\n#"); 1903 if (token2 == NULL) { 1908 free(token2); 1915 nm->winname = token2; 1918 nm->windomain = token2;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_scf.c | 1119 char *token1, *token2; local 1122 token2 = strtok(NULL, "-"); 1124 r_ent->rl_maxport = atoi(token2);
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2535 char *token2; local 2551 if ((token2 = strtok_r(NULL, SEP_SEMICOLON, &lasts)) == NULL) { 2559 /* parse token2 */ 2560 if (strncmp(token2, CONF_MODULEPATH, strlen(CONF_MODULEPATH)) != 0) { 2565 if (value = strpbrk(token2, SEP_EQUAL)) {
|
Completed in 827 milliseconds