Home
last modified time | relevance | path

Searched refs:IS_EMPTY_STRING (Results 1 – 13 of 13) sorted by relevance

/dports/www/analog/analog-6.0/src/
H A Dinit2.c76 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configcall()
1119 if (IS_EMPTY_STRING(arg1) || strcaseeq(arg1, "none")) in configchar()
1132 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configbarstyle()
1149 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configgraph()
1166 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configallgraph()
1204 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configfloor()
1305 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configulong()
1324 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configuint()
1345 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configoffset()
1384 if (rc == 0 || IS_EMPTY_STRING(arg1)) { in configlowmem()
[all …]
H A Dtree.c459 else if (IS_EMPTY_STRING(*nameend)) in rnextname()
476 else if (IS_EMPTY_STRING(*nameend) || IS_EMPTY_STRING((*nameend) + 1) || in inextname()
543 else if (IS_EMPTY_STRING(*nameend) || IS_EMPTY_STRING((*nameend) + 1)) { in onextname()
H A Dsettings.c334 else if (IS_EMPTY_STRING(name)) in report_want()
614 if (!IS_EMPTY_STRING(od->chartdir)) /* Should never be NULL: init.c */ in report_outopts()
H A Dprocess.c102 if (count[i] == 0 || IS_EMPTY_STRING(name) || in process_data()
H A Dinput.c1348 if (!IS_EMPTY_STRING(fmt)) in parselogfmt()
1421 if (!IS_EMPTY_STRING(fmt)) in parselogfmt()
H A Dinit.c60 if (cf[i].fn == &configcall && rc != '\0' && !IS_EMPTY_STRING(arg1)) { in confline()
128 if (!IS_EMPTY_STRING(argv[i]) && argv[i][1] == 'G' && in settings()
1787 else if (!IS_EMPTY_STRING(argv[i])) { in clargs()
H A Danlghea3.h1105 #define IS_EMPTY_STRING(s) ((s)[0] == '\0') macro
H A Doutput.c656 if (array[i].reqs > 0 || (rep != REP_CODE && !IS_EMPTY_STRING(names[i]))) { in arrayrep()
H A Dglobals.c1264 if (IS_EMPTY_STRING(comname)) in globals()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/include/
H A Dapxwin.h67 #define IS_EMPTY_STRING(s) ((s) == NULL || *(s) == 0) macro
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dutils.c308 if (IS_EMPTY_STRING(szString)) in apxStrCharReplaceA()
325 if (IS_EMPTY_STRING(szString)) in apxStrCharReplaceW()
H A Djavajni.c956 if (IS_EMPTY_STRING(szMethodName)) in apxJavaLoadMainClass()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/apps/prunsrv/
H A Dprunsrv.c1345 if (IS_EMPTY_STRING(SO_STARTPATH)) in serviceStart()