Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/getty/
H A Dinit.c52 static char nullstr[] = ""; variable
66 { "pc", nullstr, NULL }, /* pad character */
/freebsd-12.1/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) in eval_fs_opts()
1555 opt_keyd = nullstr; in eval_fs_opts()
1557 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()
/freebsd-12.1/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) in freejob()
990 ps->cmd = nullstr; in forkshell()
1041 ps->cmd = nullstr; in vforkexecshell()
H A Deval.c857 appendarglist(&arglist, nullstr); in evalcommand()
867 appendarglist(&arglist, nullstr); in evalcommand()
/freebsd-12.1/sys/dev/firewire/
H A Dfwcrom.c191 static char *nullstr = "(null)"; in crom_parse_text() local
199 strncpy(buf, nullstr, len); in crom_parse_text()
205 strncpy(buf, nullstr, len); in crom_parse_text()