Searched refs:nullstr (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dmystring.c57 char nullstr[1]; /* zero length string */ variable
H A Dshell.h70 extern char nullstr[1]; /* null string */
H A Dmail.c88 p = padvance(&mpath, nullstr);
H A Dcd.c131 path = nullstr;
H A Dmiscbltin.c252 setvar(*ap, nullstr, 0);
H A Djobs.c447 if (ps->cmd != nullstr)
875 ps->cmd = nullstr;
926 ps->cmd = nullstr;
H A Dvar.c894 setvar(s, nullstr, 0);
H A Dexpand.c574 : nullstr);
/freebsd-9.3-release/libexec/getty/
H A Dinit.c53 static char nullstr[] = ""; variable
65 { "pc", nullstr }, /* pad character */
/freebsd-9.3-release/contrib/amd/amd/
H A Dopts.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)
1514 opt_keyd = nullstr;
1516 opt_key = opt_map = opt_path = nullstr;
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwcrom.c194 static char *nullstr = "(null)"; local
202 strncpy(buf, nullstr, len);
208 strncpy(buf, nullstr, len);

Completed in 107 milliseconds