Searched refs:sep_str (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | xlist.c | 64 char sep_str[2]; in xjoin() local 75 sep_str[0] = sep; in xjoin() 76 sep_str[1] = '\0'; in xjoin() 81 (void) strlcat(list, sep_str, n); in xjoin()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | globals_machelf.c | 94 const char *sep_str; /* String used as list separator */ member 112 (void) memcpy(state->cur, state->sep_str, in cef_cp() 153 state->sep_str = arg->sep ? arg->sep : MSG_ORIG(MSG_GBL_SEP); in cef_setup() 154 state->sep_str_len = strlen(state->sep_str); in cef_setup()
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 984 char sep_str[2] = {COLON_CHAR, '\0'}; in create_pwd_str() local 1005 strcat(s, sep_str); in create_pwd_str() 1016 strcat(s, sep_str); in create_pwd_str() 1018 strcat(s, sep_str); in create_pwd_str() 1020 strcat(s, sep_str); in create_pwd_str() 1022 strcat(s, sep_str); in create_pwd_str() 1024 strcat(s, sep_str); in create_pwd_str() 1029 strcat(s, sep_str); in create_pwd_str()
|