Home
last modified time | relevance | path

Searched refs:NULL_TO_EMPTY (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/ucon64/ucon64-2.2.2-src/src/
H A Ducon64_defines.h39 #define NULL_TO_EMPTY(str) ((str) ? (str) : ("")) macro
H A Ducon64.c1637 ucon64.nfo->country = NULL_TO_EMPTY (((st_ucon64_dat_t *) ucon64.dat)->country); in ucon64_rom_handling()
1867 strcpy (buf, NULL_TO_EMPTY (nfo->name)); in ucon64_rom_nfo()
1876 NULL_TO_EMPTY (nfo->maker), in ucon64_rom_nfo()
1877 NULL_TO_EMPTY (nfo->country), in ucon64_rom_nfo()
/dports/emulators/ucon64/ucon64-2.2.2-src/src/libdiscmage/
H A Dmisc.h111 #define NULL_TO_EMPTY(str) ((str) ? (str) : ("")) macro