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

/netbsd-6-1-5-RELEASE/bin/sh/
H A Dshell.h74 extern char nullstr[1]; /* null string */
H A Dmystring.c61 char nullstr[1]; /* zero length string */ variable
H A Dmail.c91 p = padvance(&mpath, nullstr);
H A Dcd.c128 path = nullstr;
H A Dmiscbltin.c207 setvar(*ap, nullstr, 0);
H A Dexpand.c541 : nullstr);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.c205 struct nullstr struct
224 struct nullstr nullstr; local
235 memset (&nullstr, 0, sizeof nullstr);
/netbsd-6-1-5-RELEASE/usr.bin/qsubst/
H A Dqsubst.c144 static const char *nullstr = ""; variable
514 beginul = nullstr;
515 endul = nullstr;
518 beginul = nullstr;
519 endul = nullstr;
530 beginul = nullstr;
531 endul = nullstr;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dopts.c110 static char nullstr[] = ""; variable
112 static char *opt_host = nullstr; /* XXX: was the global hostname */
114 static char *opt_key = nullstr;
115 static char *opt_keyd = nullstr;
116 static char *opt_map = nullstr;
117 static char *opt_path = nullstr;
1520 if (opt_keyd != key && opt_keyd != nullstr)
1522 opt_keyd = nullstr;
1524 opt_key = opt_map = opt_path = nullstr;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-bind.c437 char *nullstr = ""; local
489 creds[ndns].bv_val = nullstr;
603 if ( creds[i].bv_val != nullstr ) {
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwcrom.c175 static char *nullstr = (char *)&"(null)"; local
187 strncpy(buf, nullstr, len);
195 strncpy(buf, nullstr, len);
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/zaurus/
H A Dmachdep.c1206 static char nullstr[] = ""; local
1210 return nullstr;

Completed in 216 milliseconds