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

  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 42 void *ohandle; // pr member in struct:ZZJSON_CONFIG
43 int (*print)(void *ohandle, const char *format, ...); // pr
  /external/syslinux/com32/gpllib/zzjson/
zzjson_print.c 8 #define PRINT(fmt...) if (config->print(config->ohandle, ##fmt) < 0) return -1;
9 //#define PUTC(c) if (config->putchar(c, config->ohandle) < 0) return -1;
105 // if (retval >= 0) retval = config->putchar('\n', config->ohandle);
  /external/syslinux/core/fs/xfs/
xfs_fs.h 345 void __user *ohandle;/* user buffer for handle */ member in struct:xfs_fsop_handlereq
  /external/syslinux/extlinux/
xfs_fs.h 345 void __user *ohandle;/* user buffer for handle */ member in struct:xfs_fsop_handlereq

Completed in 79 milliseconds