Searched refs:token1 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/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);
|
/titanic_41/usr/src/lib/libcryptoutil/common/ |
H A D | config_parsing.c | 162 char *token1; in uef_interpret() local 168 if ((token1 = strtok_r(buf, SEP_COLON, &lasts)) == NULL) { in uef_interpret() 179 (void) strlcpy(pent->name, token1, sizeof (pent->name)); in uef_interpret() 181 if (is_fips(token1)) { in uef_interpret() 182 if ((rc = parse_fips_mode(buf + strlen(token1) + 1, in uef_interpret()
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 275 char *token1; in interpret() local 281 if ((token1 = strtok(buf, SEP_COLON)) == NULL) { /* buf is NULL */ in interpret() 285 pent = create_entry(token1); in interpret()
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | job.c | 237 char *token1 = strtok(r->user, "@"); in authorized() local 246 if ((token1 == NULL) || (token3 == NULL)) in authorized() 257 } else if (strcmp(token1, token3) == 0) { in authorized()
|
/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 1121 token1 = strtok(valstr, "-"); in ilbd_scfval_to_data() 1123 r_ent->rl_minport = atoi(token1); in ilbd_scfval_to_data()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2534 char *token1; in parse_entry() local 2540 if ((token1 = strtok_r(buf, SEP_COLON, &lasts)) == NULL) in parse_entry() 2546 if ((tmp->keystore = strdup(token1)) == NULL) { 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 ..."
|