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

  /src/bin/sh/
mystring.c 65 const char nullstr[1]; /* zero length string */ variable
mystring.c 65 const char nullstr[1]; /* zero length string */ variable
  /src/sys/dev/ieee1394/
fwcrom.c 177 static const char nullstr[] = "(null)"; local
189 strncpy(buf, nullstr, len);
197 strncpy(buf, nullstr, len);
fwcrom.c 177 static const char nullstr[] = "(null)"; local
189 strncpy(buf, nullstr, len);
197 strncpy(buf, nullstr, len);
  /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;
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/openldap/dist/tests/progs/
slapd-bind.c 390 char *nullstr = ""; local
436 creds[ndns].bv_val = nullstr;
548 if ( creds[i].bv_val != nullstr ) {
slapd-bind.c 390 char *nullstr = ""; local
436 creds[ndns].bv_val = nullstr;
548 if ( creds[i].bv_val != nullstr ) {
  /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);
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.guile/
scm-pretty-print.c 225 struct nullstr struct
269 struct nullstr nullstr; local
285 memset (&nullstr, 0, sizeof nullstr);
scm-pretty-print.c 225 struct nullstr struct
269 struct nullstr nullstr; local
285 memset (&nullstr, 0, sizeof nullstr);
  /src/sys/arch/zaurus/zaurus/
machdep.c 1218 static char nullstr[] = ""; local
1222 return nullstr;
machdep.c 1218 static char nullstr[] = ""; local
1222 return 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...]
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/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);
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.python/
py-prettyprint.c 249 struct nullstr struct
304 struct nullstr nullstr; local
321 memset (&nullstr, 0, sizeof nullstr);
py-prettyprint.c 249 struct nullstr struct
304 struct nullstr nullstr; local
321 memset (&nullstr, 0, sizeof nullstr);

Completed in 97 milliseconds