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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestSAX.c443 const xmlChar *nullstr = BAD_CAST "(null)"; local
446 publicId = nullstr;
448 systemId = nullstr;
450 content = (xmlChar *)nullstr;
538 const xmlChar *nullstr = BAD_CAST "(null)"; local
541 publicId = nullstr;
543 systemId = nullstr;
545 notationName = nullstr;
H A Druntest.c968 const xmlChar *nullstr = BAD_CAST "(null)"; local
971 publicId = nullstr;
973 systemId = nullstr;
975 content = (xmlChar *)nullstr;
1063 const xmlChar *nullstr = BAD_CAST "(null)"; local
1066 publicId = nullstr;
1068 systemId = nullstr;
1070 notationName = nullstr;
H A Dxmllint.c1069 const xmlChar *nullstr = BAD_CAST "(null)"; local
1072 publicId = nullstr;
1074 systemId = nullstr;
1076 content = (xmlChar *)nullstr;
1164 const xmlChar *nullstr = BAD_CAST "(null)"; local
1167 publicId = nullstr;
1169 systemId = nullstr;
1171 notationName = nullstr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dwget.c539 static char nullstr[] ALIGN1 = "";
540 h->path = nullstr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c130 static char nullstr[1] ALIGN1; /* zero length string */
2194 prompt = nullstr;
2214 static char *curdir = nullstr; /* current working directory */
2215 static char *physdir = nullstr; /* physical working directory */
2249 if (curdir == nullstr)
2304 return dir ? dir : nullstr;
2318 if (physdir != nullstr) {
2321 physdir = nullstr;
2330 if (oldcur != dir && oldcur != nullstr) {
2387 dest = nullstr;
10770 readtoken1(pgetc(), DQSYNTAX, nullstr, 0); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c5312 fstring nullstr; local
5315 memset(&nullstr, '\0', sizeof(fstring));
5353 init_unistr_array(&info->previousdrivernames, &nullstr, servername);

Completed in 425 milliseconds