Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c438 ctf_str_atom_t *nullstr; member
456 if (s->nullstr == atom) in ctf_str_count_strtab()
479 if (s->nullstr == atom) in ctf_str_populate_sorttab()
506 ctf_str_atom_t *nullstr; in ctf_str_write_strtab() local
517 nullstr = ctf_dynhash_lookup (fp->ctf_str_atoms, ""); in ctf_str_write_strtab()
518 if (!nullstr) in ctf_str_write_strtab()
525 s.nullstr = nullstr; in ctf_str_write_strtab()
537 sorttab[0] = nullstr; in ctf_str_write_strtab()
H A DChangeLog-20201163 (ctf_str_write_strtab): Populate the nullstr earlier. Add one
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c436 ctf_str_atom_t *nullstr; member
454 if (s->nullstr == atom) in ctf_str_count_strtab()
477 if (s->nullstr == atom) in ctf_str_populate_sorttab()
504 ctf_str_atom_t *nullstr; in ctf_str_write_strtab() local
515 nullstr = ctf_dynhash_lookup (fp->ctf_str_atoms, ""); in ctf_str_write_strtab()
516 if (!nullstr) in ctf_str_write_strtab()
523 s.nullstr = nullstr; in ctf_str_write_strtab()
535 sorttab[0] = nullstr; in ctf_str_write_strtab()
H A DChangeLog-20201163 (ctf_str_write_strtab): Populate the nullstr earlier. Add one
/netbsd-src/usr.bin/qsubst/
H A Dqsubst.c144 static const char *nullstr = ""; variable
514 beginul = nullstr; in main()
515 endul = nullstr; in main()
518 beginul = nullstr; in main()
519 endul = nullstr; in main()
530 beginul = nullstr; in main()
531 endul = nullstr; in main()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dopts.c106 static char nullstr[] = ""; variable
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;
1555 if (opt_keyd != key && opt_keyd != nullstr) in eval_fs_opts()
1557 opt_keyd = nullstr; in eval_fs_opts()
1559 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()
/netbsd-src/games/warp/
H A Dintrp.c300 s = nullstr; in dointerp()
413 s = nullstr; in dointerp()
418 s = nullstr; in dointerp()
H A Dterm.c36 #define Tgetstr(key) ((tstr = tgetstr(key,&tmpaddr)) ? tstr : nullstr)
153 if (BC == nullstr) /* terminfo grok's 'bs' but not 'bc' */ in term_set()
176 UC = nullstr; /* UC must not be NULL */ in term_set()
H A Dwarp.h336 EXT char nullstr[] INIT(""); variable
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-bind.c390 char *nullstr = ""; in do_base() local
436 creds[ndns].bv_val = nullstr; in do_base()
548 if ( creds[i].bv_val != nullstr ) { in do_base()
/netbsd-src/bin/sh/
H A Dmystring.c65 const char nullstr[1]; /* zero length string */ variable
H A Dmail.c92 p = padvance(&mpath, nullstr, 1); in chkmail()
H A Dmain.c244 home = nullstr; in main()
H A Dcd.c131 path = nullstr; in cdcmd()
/netbsd-src/sys/dev/ieee1394/
H A Dfwcrom.c175 static const char nullstr[] = "(null)"; in crom_parse_text() local
187 strncpy(buf, nullstr, len); in crom_parse_text()
195 strncpy(buf, nullstr, len); in crom_parse_text()
/netbsd-src/sys/arch/zaurus/zaurus/
H A Dmachdep.c1218 static char nullstr[] = ""; in gettrailer() local
1222 return nullstr; in gettrailer()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201163 (ctf_str_write_strtab): Populate the nullstr earlier. Add one