Searched refs:lzo_getopt_p (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 1248 #ifndef lzo_getopt_p 1249 #define lzo_getopt_p lzo_getopt_t * macro 1262 typedef void (*lzo_getopt_opterr_t)(lzo_getopt_p, const char*, void *); 1278 LZOLIB_EXTERN(void, lzo_getopt_init) (lzo_getopt_p g, 1280 LZOLIB_EXTERN(int, lzo_getopt) (lzo_getopt_p g, 2385 LZOLIB_PUBLIC(void, lzo_getopt_init) (lzo_getopt_p g, in LZOLIB_PUBLIC() 2410 static int __LZOLIB_FUNCNAME(lzo_getopt_perror) (lzo_getopt_p g, int ret, const char* f, ...) in __LZOLIB_FUNCNAME() 2426 LZOLIB_PUBLIC(int, lzo_getopt) (lzo_getopt_p g, in LZOLIB_PUBLIC()
|