/titanic_50/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 385 dname, i, KV_DELIMITER); in dotape() 387 DA_TAPE_TYPE, KV_DELIMITER); in dotape() 389 DA_RESERVED, KV_DELIMITER); in dotape() 391 DA_RESERVED, KV_DELIMITER); in dotape() 394 KV_DELIMITER); in dotape() 587 dname, KV_DELIMITER); in doaudio() 589 DA_AUDIO_TYPE, KV_DELIMITER); in doaudio() 591 DA_RESERVED, KV_DELIMITER); in doaudio() 593 DA_RESERVED, KV_DELIMITER); in doaudio() 596 KV_DELIMITER); in doaudio() [all …]
|
H A D | allocate3.c | 254 (void) printf("device=%s%s", dm->dmap_devname, KV_DELIMITER); in print_dev_attrs() 255 (void) printf("type=%s%s", dm->dmap_devtype, KV_DELIMITER); in print_dev_attrs() 257 (da->da_devauth ? da->da_devauth : ""), KV_DELIMITER); in print_dev_attrs() 259 (da->da_devexec ? da->da_devexec : ""), KV_DELIMITER); in print_dev_attrs() 268 (void) printf("%s", KV_DELIMITER); in print_dev_attrs() 272 (void) printf("owner=/FREE%s", KV_DELIMITER); in print_dev_attrs() 274 (void) printf("owner=/ERROR%s", KV_DELIMITER); in print_dev_attrs() 276 (void) printf("owner=/FREE%s", KV_DELIMITER); in print_dev_attrs() 279 KV_DELIMITER); in print_dev_attrs()
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | getdaent.c | 479 interpdevalloc.da_devname = getdadmfield(interpdaline, KV_DELIMITER); in da_interpret() 480 interpdevalloc.da_devtype = getdadmfield(NULL, KV_DELIMITER); in da_interpret() 481 opts = getdadmfield(NULL, KV_DELIMITER); in da_interpret() 482 (void) getdadmfield(NULL, KV_DELIMITER); /* reserved field */ in da_interpret() 483 interpdevalloc.da_devauth = getdadmfield(NULL, KV_DELIMITER); in da_interpret() 484 interpdevalloc.da_devexec = getdadmfield(NULL, KV_DELIMITER); in da_interpret()
|
H A D | devalloc.c | 465 KV_DELIMITER "\\\n\t", KV_TOKEN_DELIMIT "\\\n\t") != 0) { in _da2strentry() 487 KV_ASSIGN, KV_DELIMITER) != 0) in _def2str() 1070 if ((tok = strtok_r(tokp, KV_DELIMITER, &lasts)) != NULL) { in _write_new_defattrs() 1074 while ((tok = strtok_r(NULL, KV_DELIMITER, &lasts)) != NULL) { in _write_new_defattrs() 1076 (void) fprintf(fp, "%s", KV_DELIMITER); in _write_new_defattrs() 1108 (devinfo->devname ? devinfo->devname : ""), KV_DELIMITER); in _write_new_entry() 1110 (devinfo->devtype ? devinfo->devtype : ""), KV_DELIMITER); in _write_new_entry() 1113 KV_DELIMITER); in _write_new_entry() 1133 KV_DELIMITER "\\\n\t"); in _write_new_entry() 1136 KV_DELIMITER "\\\n\t"); in _write_new_entry() [all …]
|
H A D | getdadefs.c | 224 _str2kva(opts, KV_ASSIGN, KV_DELIMITER); in dadef_interpret()
|
/titanic_50/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetzcent.c | 72 fieldp = strtok_r(mlp_str, KV_DELIMITER, &lasts); in str_to_mlp() 100 fieldp = strtok_r(NULL, KV_DELIMITER, &lasts); in str_to_mlp() 122 tokp = strtok_r(str, KV_DELIMITER, &finally); in parse_mlp_list() 139 tokp = strtok_r(NULL, KV_DELIMITER, &finally); in parse_mlp_list()
|
H A D | tsol_sgettpent.c | 286 kv = _str2kva(attrs, KV_ASSIGN, KV_DELIMITER); in tpstr_to_ent()
|
/titanic_50/usr/src/head/ |
H A D | secdb.h | 42 #define KV_DELIMITER ";" macro
|
/titanic_50/usr/src/lib/libsecdb/common/ |
H A D | getauthattr.c | 123 newauth->attr = _str2kva(auth->attr, KV_ASSIGN, KV_DELIMITER); in authstr2attr()
|
H A D | getprofattr.c | 116 newprof->attr = _str2kva(prof->attr, KV_ASSIGN, KV_DELIMITER); in profstr2attr()
|
H A D | getuserattr.c | 147 newuser->attr = _str2kva(user->attr, KV_ASSIGN, KV_DELIMITER); in userstr2attr()
|
H A D | getexecattr.c | 326 newexec->attr = _str2kva(es->attr, KV_ASSIGN, KV_DELIMITER); in execstr2attr()
|
/titanic_50/usr/src/lib/pam_modules/unix_cred/ |
H A D | unix_cred.c | 545 KV_DELIMITER)) != NULL) { in pam_sm_setcred()
|
/titanic_50/usr/src/lib/libproject/common/ |
H A D | setproject.c | 633 KV_DELIMITER)) != NULL) { in setproject_proc()
|
/titanic_50/usr/src/cmd/newtask/ |
H A D | newtask.c | 788 KV_ASSIGN, KV_DELIMITER)) == NULL || in setproject_err()
|
/titanic_50/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 214 (void) fprintf(f, KV_DELIMITER); in putuserattrent()
|