Searched refs:check_options (Results 1 – 11 of 11) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | compressor.h | 36 int (*check_options)(int, void *, int); member 112 if(comp->check_options == NULL) in compressor_check_options() 114 return comp->check_options(block_size, buffer, size); in compressor_check_options()
|
D | lz4_wrapper.c | 278 .check_options = lz4_check_options,
|
/external/ppp/pppd/ |
D | pppox.c | 32 .check_options = NULL,
|
D | pppd.h | 423 void (*check_options) __P((void)); member 446 void (*check_options) __P((void)); member 715 void check_options __P((void)); /* check values after all options parsed */
|
D | main.c | 441 check_options(); 449 if (protp->check_options != NULL) 450 (*protp->check_options)(); 451 if (the_channel->check_options) 452 (*the_channel->check_options)();
|
D | options.c | 894 check_options() in check_options() function
|
/external/ppp/pppd/plugins/pppoatm/ |
D | pppoatm.c | 185 check_options: NULL,
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.h | 302 void (*check_options) (u_long); member
|
/external/llvm/utils/ |
D | llvm-compilers-check | 158 def check_options(parser, options, valid_builds): function 584 check_options(parser, options, build_abbrev.keys());
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | plugin.c | 432 .check_options = pppoe_check_options,
|
/external/swiftshader/third_party/LLVM/utils/ |
D | llvmbuild | 198 def check_options(parser, options, valid_builds): 736 check_options(parser, options, build_abbrev.keys());
|