Searched defs:empty_string (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dextern.c40 krb5_data empty_string = {0, 0, ""}; variable
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c54 FN_string_t *empty_string = NULL; variable
70 if (empty_string == NULL) {
71 if ((empty_string = fn_string_create()) == NULL) {
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c141 static char *empty_string = "\0"; /* termcap: empty string */ variable
1179 if (movecur != NULL && movecur != empty_string && movecur != t_home)
1245 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string;
1246 t_ulon = t_uloff = empty_string;
1259 t_up = t_eol = t_smcup = t_rmcup = movecur = empty_string;
1264 t_eol = t_up = movecur = empty_string;
1269 t_ulon = t_uloff = empty_string; /* can live without it */
1272 t_smcup = t_rmcup = empty_string;
1275 t_home = empty_string;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c150 static char empty_string[1]; variable
2605 passwd = (uint8_t *)NDR_STRDUP(mxa, empty_string);

Completed in 53 milliseconds