Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c690 nullstr[tptr] = 0; in mn2()
697 if (nullstr[d] || nullstr[c]) in mn2()
698 nullstr[tptr] = TRUE; in mn2()
703 if (nullstr[d] && nullstr[c]) in mn2()
711 nullstr[tptr] = nullstr[d]; in mn2()
733 nullstr[tptr] = 0; in mn1()
742 nullstr[tptr] = TRUE; in mn1()
747 nullstr[tptr] = nullstr[d]; in mn1()
751 nullstr[tptr] = TRUE; in mn1()
776 nullstr[tptr] = 0; in mn0()
[all …]
H A Donce.h112 Boolean *nullstr; variable
H A Dparser.y338 sizeof(*right)+sizeof(*nullstr)+sizeof(*parent))+ALITTLEEXTRA;
350 nullstr = myalloc(treesize,sizeof(*nullstr));
353 if(name == 0 || left == 0 || right == 0 || parent == 0 || nullstr == 0)
H A Dldefs.h195 extern Boolean *nullstr;
H A Dmain.c327 free(nullstr);
H A Dsub2.c192 if (nullstr[right[p]]) in follow()
300 if (nullstr[left[v]]) in first()
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c107 char nullstr[] = ""; /* null string */ variable
337 passwd_st.pw_name = nullstr; /* login name */ in main()
340 passwd_st.pw_age = nullstr; /* no aging info. */ in main()
341 passwd_st.pw_comment = nullstr; /* no comments */ in main()
342 passwd_st.pw_gecos = nullstr; /* no comments */ in main()
344 passwd_st.pw_shell = nullstr; /* no default shell */ in main()
346 shadow_st.sp_namp = nullstr; /* no name */ in main()
356 userattr_st.name = nullstr; in main()
357 userattr_st.qualifier = nullstr; in main()
358 userattr_st.res1 = nullstr; in main()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c189 cdpath = (unsigned char *)nullstr; in builtin()
224 if (cf(nullstr, dir) && in builtin()
452 assign(n, (unsigned char *)nullstr); in builtin()
H A Dmsg.c139 const char nullstr[] = ""; variable
H A Dexpand.c128 s = (unsigned char *)nullstr; in expand()
H A Ddefs.h264 extern const char nullstr[];
H A Dmain.c269 if ((input = pathopen(nullstr, sysprofile)) >= 0) in main()
H A Dservice.c143 return ((unsigned char *)nullstr);
H A Dname.c416 assign(n, (unsigned char *)nullstr); in readvar()
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c216 static char *nullstr = "-"; in setfile() local
239 svargv[1] = nullstr; in setfile()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c104 wchar_t nullstr[] = {0}; variable
H A Dm4.h132 extern wchar_t nullstr[];
H A Dm4macs.c39 #define arg(n) (c < (n) ? nullstr: ap[n])
H A Dm4.c477 install(L"unix", nullstr, NOPUSH); in initalloc()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c52 static const char *nullstr = ""; variable
185 gmnp->src_encoding = (char *)nullstr; in parse_header()
198 gmnp->src_encoding = (char *)nullstr; in parse_header()
210 gmnp->src_encoding = (char *)nullstr; in parse_header()
219 gmnp->src_encoding = (char *)nullstr; in parse_header()
271 gmnp->src_encoding = (char *)nullstr; in parse_header()
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c655 nullstr: bp = "(null)"; in _print()
677 goto nullstr; in _print()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c55 static const char nullstr[] = "(null)"; variable
1807 cbp = (char *)nullstr; in _wndoprnt()
1866 bp = (char *)nullstr; in _wndoprnt()