Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c402 char *sep2 = "]\n"; in handle_sam_labels() local
442 challenge_len + strlen(sep2) + in handle_sam_labels()
450 strcpy(p, sep2); p += strlen(sep2); in handle_sam_labels()
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c815 char *sep1, *sep2; in config_ap_id_cmp() local
824 sep2 = GET_DYN(apstat2); in config_ap_id_cmp()
828 if (sep2) in config_ap_id_cmp()
829 *sep2 = '\0'; in config_ap_id_cmp()
843 if ((sep1 == NULL) ^ (sep2 == NULL)) in config_ap_id_cmp()
858 return (strncmp(sep1, sep2, CFGA_PHYS_EXT_LEN)); in config_ap_id_cmp()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1196 static char sep2[] = "\t<<<"; in awkierr() local
1231 (void) fputs(sep2, stderr); in awkierr()