HomeSort by relevance Sort by last modified time
    Searched refs:ROSH_DEBUG (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/rosh/
rosh.c 67 ROSH_DEBUG("DO_DEBUG active\n");
418 ROSH_DEBUG("--'%s'\n", filestr);
461 ROSH_DEBUG("CMD: \n");
479 ROSH_DEBUG(" %s\n", filestr);
497 ROSH_DEBUG("CMD: '%s'\n", cmdstr);
500 ROSH_DEBUG(" bpos=%d\n", bpos);
778 ROSH_DEBUG("'");
780 ROSH_DEBUG("'");
807 ROSH_DEBUG("0 files found");
831 ROSH_DEBUG("\topt[0]=%d\topt[1]=%d\topt[2]=%d\n", optarr[0], optarr[1]
    [all...]
rosh.h 23 * b018 Create rosh_debug() macro
49 # define ROSH_DEBUG printf
51 /* define ROSH_DEBUG(f, ...) printf (f, ## __VA_ARGS__) */
61 # define ROSH_DEBUG(f, ...) ((void)0)

Completed in 70 milliseconds