Searched refs:nullstr (Results 1 – 7 of 7) sorted by relevance
49 static char nullstr[] = ""; variable61 { "pc", nullstr }, /* pad character */
108 static char nullstr[] = ""; variable110 static char *opt_host = nullstr; /* XXX: was the global hostname */112 static char *opt_key = nullstr;113 static char *opt_keyd = nullstr;114 static char *opt_map = nullstr;115 static char *opt_path = nullstr;1512 if (opt_keyd != key && opt_keyd != nullstr) in eval_fs_opts()1514 opt_keyd = nullstr; in eval_fs_opts()1516 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()
56 char nullstr[1]; /* zero length string */ variable
69 extern char nullstr[1]; /* null string */
471 if (ps->cmd != nullstr) in freejob()936 ps->cmd = nullstr; in forkshell()987 ps->cmd = nullstr; in vforkexecshell()
860 appendarglist(&arglist, nullstr); in evalcommand()870 appendarglist(&arglist, nullstr); in evalcommand()
189 static char *nullstr = "(null)"; in crom_parse_text() local197 strncpy(buf, nullstr, len); in crom_parse_text()203 strncpy(buf, nullstr, len); in crom_parse_text()