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

/freebsd-11-stable/libexec/getty/
H A Dinit.c49 static char nullstr[] = ""; variable
61 { "pc", nullstr }, /* pad character */
/freebsd-11-stable/bin/sh/
H A Dmystring.c56 char nullstr[1]; /* zero length string */ variable
H A Dshell.h69 extern char nullstr[1]; /* null string */
H A Djobs.c524 if (ps->cmd != nullstr)
990 ps->cmd = nullstr;
1041 ps->cmd = nullstr;
H A Deval.c860 appendarglist(&arglist, nullstr);
870 appendarglist(&arglist, nullstr);
/freebsd-11-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-11-stable/sys/dev/firewire/
H A Dfwcrom.c189 static char *nullstr = "(null)"; local
197 strncpy(buf, nullstr, len);
203 strncpy(buf, nullstr, len);

Completed in 189 milliseconds