Searched refs:token3 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | util.c | 151 char token3[256]; local 157 token1[0] = token2[0] = token3[0] = '\0'; 159 (void) sscanf(search_field, "%s\t%s\t%s", token1, token2, token3); 173 found3 = strstr(local_entry, token3);
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 277 char *token3; in interpret() local 313 token3 = strtok(NULL, SEP_SEMICOLON); /* optional */ in interpret() 322 if ((token3 != NULL) && ((rc = parse_sup_dis_list(token3, in interpret()
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | job.c | 239 char *token3 = strtok(user, "@"); in authorized() local 246 if ((token1 == NULL) || (token3 == NULL)) in authorized() 250 (strcmp(token3, "root") == 0) || in authorized() 251 (strcmp(token3, "lp") == 0)) { in authorized() 257 } else if (strcmp(token1, token3) == 0) { in authorized()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2536 char *token3; in parse_entry() local 2557 token3 = strtok_r(NULL, SEP_SEMICOLON, &lasts); in parse_entry() 2578 if (token3 != NULL) { in parse_entry() 2579 if (strncmp(token3, CONF_OPTION, strlen(CONF_OPTION)) in parse_entry() 2585 if (value = strpbrk(token3, SEP_EQUAL)) { in parse_entry()
|