OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULL_OR_EMPTY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
dsn.c
145
#define
NULL_OR_EMPTY
(s) ((s) == 0 || *(s) == 0)
147
if (
NULL_OR_EMPTY
(status))
152
if (
NULL_OR_EMPTY
(action))
157
if (
NULL_OR_EMPTY
(reason))
162
if (
NULL_OR_EMPTY
(dtype) ||
NULL_OR_EMPTY
(dtext)) {
169
if (
NULL_OR_EMPTY
(mtype) ||
NULL_OR_EMPTY
(mname)) {
dsn_buf.c
214
#define
NULL_OR_EMPTY
(s) ((s) == 0 || *(s) == 0)
217
vstring_strcpy((dsb)->action, !
NULL_OR_EMPTY
(act) ? (act) : "")
220
if (
NULL_OR_EMPTY
(type) ||
NULL_OR_EMPTY
(name)) { \
230
if (
NULL_OR_EMPTY
(type) ||
NULL_OR_EMPTY
(text)) { \
Completed in 19 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026