Searched refs:token1 (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | util.c | 147 char token1[256]; local 157 token1[0] = token2[0] = token3[0] = '\0'; 159 (void) sscanf(search_field, "%s\t%s\t%s", token1, token2, token3); 161 found1 = strstr(local_entry, token1);
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | config_parsing.c | 162 char *token1; local 168 if ((token1 = strtok_r(buf, SEP_COLON, &lasts)) == NULL) { 179 (void) strlcpy(pent->name, token1, sizeof (pent->name)); 181 if (is_fips(token1)) { 182 if ((rc = parse_fips_mode(buf + strlen(token1) + 1,
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 275 char *token1; local 281 if ((token1 = strtok(buf, SEP_COLON)) == NULL) { /* buf is NULL */ 285 pent = create_entry(token1);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_scf.c | 1119 char *token1, *token2; local 1121 token1 = strtok(valstr, "-"); 1123 r_ent->rl_minport = atoi(token1);
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | job.c | 237 char *token1 = strtok(r->user, "@"); local 243 * token1 and token3 contain usernames 246 if ((token1 == NULL) || (token3 == NULL)) 257 } else if (strcmp(token1, token3) == 0) {
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2534 char *token1; local 2540 if ((token1 = strtok_r(buf, SEP_COLON, &lasts)) == NULL) 2546 if ((tmp->keystore = strdup(token1)) == NULL) {
|
Completed in 139 milliseconds