HomeSort by: relevance | last modified time | path
    Searched refs:nullstr (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.c 225 struct nullstr struct
269 struct nullstr nullstr; local
285 memset (&nullstr, 0, sizeof nullstr);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-prettyprint.c 249 struct nullstr struct
304 struct nullstr nullstr; local
321 memset (&nullstr, 0, sizeof nullstr);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.c 225 struct nullstr struct
269 struct nullstr nullstr; local
285 memset (&nullstr, 0, sizeof nullstr);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-prettyprint.c 249 struct nullstr struct
304 struct nullstr nullstr; local
321 memset (&nullstr, 0, sizeof nullstr);
  /src/bin/sh/
mystring.c 65 const char nullstr[1]; /* zero length string */ variable
mail.c 92 p = padvance(&mpath, nullstr, 1);
shell.h 82 extern const char nullstr[1]; /* null string */
main.c 244 home = nullstr;
cd.c 136 path = nullstr;
miscbltin.c 485 setvar(*ap, nullstr, 0);
expand.c 784 : nullstr);
  /src/usr.bin/qsubst/
qsubst.c 144 static const char *nullstr = ""; variable
514 beginul = nullstr;
515 endul = nullstr;
518 beginul = nullstr;
519 endul = nullstr;
530 beginul = nullstr;
531 endul = nullstr;
  /src/external/bsd/am-utils/dist/amd/
opts.c 105 static char NullStr[] = "<NULL>";
106 static char nullstr[] = ""; variable
107 static char *opt_dkey = NullStr;
108 static char *opt_host = nullstr; /* XXX: was the global hostname */
110 static char *opt_key = nullstr;
111 static char *opt_keyd = nullstr;
112 static char *opt_map = nullstr;
113 static char *opt_path = nullstr;
1486 opt_dkey = NullStr;
1492 opt_dkey = NullStr;
    [all...]
  /src/games/warp/
intrp.c 300 s = nullstr;
413 s = nullstr;
418 s = nullstr;
term.c 36 #define Tgetstr(key) ((tstr = tgetstr(key,&tmpaddr)) ? tstr : nullstr)
153 if (BC == nullstr) /* terminfo grok's 'bs' but not 'bc' */
176 UC = nullstr; /* UC must not be NULL */
warp.h 336 EXT char nullstr[] INIT("");
  /src/external/bsd/openldap/dist/tests/progs/
slapd-bind.c 390 char *nullstr = ""; local
436 creds[ndns].bv_val = nullstr;
548 if ( creds[i].bv_val != nullstr ) {
  /src/sys/dev/ieee1394/
fwcrom.c 177 static const char nullstr[] = "(null)"; local
189 strncpy(buf, nullstr, len);
197 strncpy(buf, nullstr, len);
  /src/sys/arch/zaurus/zaurus/
machdep.c 1218 static char nullstr[] = ""; local
1222 return nullstr;

Completed in 99 milliseconds