Home
last modified time | relevance | path

Searched refs:STRISEMPTY (Results 1 – 23 of 23) sorted by relevance

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Ddisk.cpp92 if(STRISEMPTY(filename)) in FILEHASEXTENSION()
107 if(STRISEMPTY(path)) in ISPATHABSOLUTE()
260 if(STRISEMPTY(path)) in ISPATHDIR()
278 if(STRISEMPTY(path)) in ISLPATHDIR()
295 if(STRISEMPTY(path)) in ISPATHEXECUTABLE()
317 if(STRISEMPTY(path)) in ISPATHEXECUTABLE()
346 if(STRISEMPTY(path)) in rmkdir()
427 if(STRISEMPTY(path)) in PathSubHome()
438 if(STRISEMPTY(path)) in PathSubHome()
1414 if(STRISEMPTY(s)) in DirHasSubDirs()
[all …]
H A Dstring.cpp106 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
288 if((s == NULL) || STRISEMPTY(pfx)) in strpfx()
308 if((s == NULL) || STRISEMPTY(pfx)) in strcasepfx()
700 if(STRISEMPTY(s) || STRISEMPTY(flag) || (len <= 0)) in straddflag()
737 if(STRISEMPTY(s)) in strstriplead()
758 if(STRISEMPTY(s)) in strstriptail()
969 if(STRISEMPTY(s)) in StringShortenFL()
1007 if(STRISEMPTY(s)) in StringIsYes()
1049 if(STRISEMPTY(s)) in StringIsComment()
1494 if(STRISEMPTY(format)) in StringTimeFormat()
H A Dcmd.c38 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
100 if(STRISEMPTY(cmd_name) || (cmd_func == NULL)) in SARCmdTextInputCB()
H A Dobjio.c204 if(STRISEMPTY(s)) in NEXT_ARG()
224 if(STRISEMPTY(s)) in GET_ARG_S()
297 if(STRISEMPTY(s)) in GET_ARG_B()
367 if(STRISEMPTY(s)) in GET_ARG_I()
410 if(STRISEMPTY(s)) in GET_ARG_F()
453 if(STRISEMPTY(s)) in GET_ARG_RGBA()
527 if(STRISEMPTY(s)) in GET_ARG_POS()
548 if(STRISEMPTY(s)) in GET_ARG_DIR()
981 if(STRISEMPTY(s)) in SARObjLoadSoundSource()
1002 if(!STRISEMPTY(s)) in SARObjLoadSoundSource()
[all …]
H A Dmissionio.c91 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
118 if(STRISEMPTY(filename) || STRISEMPTY(obj_name) || in SARMissionGetInterceptNameFromScene()
250 if(STRISEMPTY(filename) || (map_ptr == NULL)) in SARMissionLoadSceneMapToMenuMap()
320 if(!STRISEMPTY(img_path)) in SARMissionLoadSceneMapToMenuMap()
468 if(!STRISEMPTY(img_path)) in SARMissionLoadSceneMapToMenuMapMarkings()
665 if(STRISEMPTY(filename)) in SARMissionLoadDescription()
759 if(STRISEMPTY(filename)) in SARMissionLoadSceneToMenuMap()
824 if(!STRISEMPTY(s)) in SARMissionLoadSceneToMenuMap()
1170 if(STRISEMPTY(filename)) in SARMissionLoadMissionLogToMenuMap()
2340 if((mission == NULL) || STRISEMPTY(filename)) in SARMissionLogReset()
[all …]
H A Dimage.c47 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
91 if(STRISEMPTY(filename)) in SARImageNewFromFile()
H A Dmusiclistio.c42 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
131 if(STRISEMPTY(filename) || (ml == NULL) || (total == NULL)) in SARMusicListLoadFromFile()
H A Dhuman.c49 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
68 if((hd == NULL) || STRISEMPTY(name)) in SARHumanMatchEntryByName()
H A Dhumanio.c30 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
52 if(STRISEMPTY(filename) || (hd == NULL)) in SARHumanLoadFromFile()
H A Dfio.cpp58 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
74 if(STRISEMPTY(path) || STRISEMPTY(mode)) in FOpen()
H A Dfire.c32 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dmessages.c28 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dhorizon.c27 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dtexturelistio.c36 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dexplosion.c40 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dsardrawselect.c47 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : TRUE) macro
H A Dsmoke.c46 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dmain.c99 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
2008 if(!STRISEMPTY(display_address)) in SARInit()
2449 if(!STRISEMPTY(s)) in SARShutdown()
2460 if(!STRISEMPTY(s)) in SARShutdown()
H A Dgwx.c318 #define STRISEMPTY(s) (((s) != NULL) ? ((s) == '\0') : True) macro
984 if((dpy == NULL) || STRISEMPTY(icon_path)) in GWSetWindowIconFile()
1305 if(!STRISEMPTY(title)) in GWCreateWindow()
3736 if(!STRISEMPTY(title)) in GWContextNew()
3757 if(!STRISEMPTY(title)) in GWContextNew()
H A Dgctl.c69 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
H A Dsarmenuoptions.c112 #define STRISEMPTY(s) (((s) != NULL) ? (*(s) == '\0') : 1) macro
/dports/devel/codequery/codequery-0.24.0/querylib/
H A Dsmall_lib.h68 #define STRISEMPTY(x) isEmpty(x) macro
74 #define STRISEMPTY(x) isEmpty(x) macro
80 #define STRISEMPTY(x) empty(x) macro
H A Dsqlquery.cpp159 if (dbfn.STRISEMPTY()) return sqlfileOPENERROR; in open_dbfile()
186 if ((majorver.STRISEMPTY())||(minorver.STRISEMPTY())) in open_dbfile()
191 if (m_basepath.STRISEMPTY()) {return sqlfileNOTCORRECTDB;} in open_dbfile()
301 if ((m_db == NULL)||(searchstr.STRISEMPTY())||(m_basepath.STRISEMPTY())) return result; in search()
306 if (filterstr.STRISEMPTY()) {filterterm = "%";} in search()