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

/freebsd-12-stable/bin/sh/
H A Dshell.h69 extern char nullstr[1]; /* null string */
H A Dmystring.c58 char nullstr[1]; /* zero length string */ variable
H A Djobs.c524 if (ps->cmd != nullstr)
990 ps->cmd = nullstr;
1043 ps->cmd = nullstr;
H A Deval.c857 appendarglist(&arglist, nullstr);
867 appendarglist(&arglist, nullstr);
/freebsd-12-stable/libexec/getty/
H A Dinit.c52 static char nullstr[] = ""; variable
66 { "pc", nullstr, NULL }, /* pad character */
/freebsd-12-stable/contrib/amd/amd/
H A Dopts.c104 static char nullstr[] = ""; variable
106 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)
1555 opt_keyd = nullstr;
1557 opt_key = opt_map = opt_path = nullstr;
/freebsd-12-stable/sys/dev/firewire/
H A Dfwcrom.c191 static char *nullstr = "(null)"; local
199 strncpy(buf, nullstr, len);
205 strncpy(buf, nullstr, len);

Completed in 133 milliseconds