Searched refs:nullstr (Results 1 – 7 of 7) sorted by relevance
52 static char nullstr[] = ""; variable66 { "pc", nullstr, NULL }, /* pad character */
104 static char nullstr[] = ""; variable106 static char *opt_host = nullstr; /* XXX: was the global hostname */108 static char *opt_key = nullstr;109 static char *opt_keyd = nullstr;110 static char *opt_map = nullstr;111 static char *opt_path = nullstr;1553 if (opt_keyd != key && opt_keyd != nullstr) in eval_fs_opts()1555 opt_keyd = nullstr; in eval_fs_opts()1557 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()
69 extern char nullstr[1]; /* null string */
58 char nullstr[1]; /* zero length string */ variable
524 if (ps->cmd != nullstr) in freejob()990 ps->cmd = nullstr; in forkshell()1041 ps->cmd = nullstr; in vforkexecshell()
857 appendarglist(&arglist, nullstr); in evalcommand()867 appendarglist(&arglist, nullstr); in evalcommand()
191 static char *nullstr = "(null)"; in crom_parse_text() local199 strncpy(buf, nullstr, len); in crom_parse_text()205 strncpy(buf, nullstr, len); in crom_parse_text()