Home
last modified time | relevance | path

Searched refs:nullstr (Results 1 – 7 of 7) sorted by relevance

/NextBSD/libexec/getty/
HDinit.c49 static char nullstr[] = ""; variable
61 { "pc", nullstr }, /* pad character */
/NextBSD/contrib/amd/amd/
HDopts.c108 static char nullstr[] = ""; variable
110 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()
/NextBSD/bin/sh/
HDmystring.c56 char nullstr[1]; /* zero length string */ variable
HDshell.h69 extern char nullstr[1]; /* null string */
HDjobs.c471 if (ps->cmd != nullstr) in freejob()
936 ps->cmd = nullstr; in forkshell()
987 ps->cmd = nullstr; in vforkexecshell()
HDeval.c860 appendarglist(&arglist, nullstr); in evalcommand()
870 appendarglist(&arglist, nullstr); in evalcommand()
/NextBSD/sys/dev/firewire/
HDfwcrom.c189 static char *nullstr = "(null)"; in crom_parse_text() local
197 strncpy(buf, nullstr, len); in crom_parse_text()
203 strncpy(buf, nullstr, len); in crom_parse_text()