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

/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcrom.c210 static char *nullstr = "(null)"; local
218 strncpy(buf, nullstr, len);
224 strncpy(buf, nullstr, len);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c960 const xmlChar *nullstr = BAD_CAST "(null)"; local
963 publicId = nullstr;
965 systemId = nullstr;
967 content = (xmlChar *)nullstr;
1055 const xmlChar *nullstr = BAD_CAST "(null)"; local
1058 publicId = nullstr;
1060 systemId = nullstr;
1062 notationName = nullstr;
H A Dxmllint.c1059 const xmlChar *nullstr = BAD_CAST "(null)"; local
1062 publicId = nullstr;
1064 systemId = nullstr;
1066 content = (xmlChar *)nullstr;
1154 const xmlChar *nullstr = BAD_CAST "(null)"; local
1157 publicId = nullstr;
1159 systemId = nullstr;
1161 notationName = nullstr;
/haiku-fatelf/src/bin/gawk/
H A Dmain.c836 static char nullstr[] = ""; local
843 val = nullstr;
850 if (val != nullstr)
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c3153 static char * const nullstr = ""; variable
3182 arg1 = nullstr;
3186 if (arg1 != nullstr)
3202 arg1 = nullstr;
3206 arg2 = nullstr;
3232 if (arg1 != nullstr)
3234 if (arg2 != nullstr)

Completed in 76 milliseconds