Searched refs:option_t (Results 1 – 25 of 51) sorted by relevance
123
/third_party/cups-filters/filter/foomatic-rip/ |
D | options.h | 108 } option_t; typedef 115 option_t *fromoption; /* This is set when this value is set by a composite */ 120 extern option_t *optionlist; 121 extern option_t *optionlist_sorted_by_order; 132 int option_is_composite(option_t *opt); 133 int option_is_ps_command(option_t *opt); 134 int option_is_jcl_arg(option_t *opt); 135 int option_is_commandline_arg(option_t *opt); 138 int option_get_section(option_t *opt); /* TODO deprecated */ 141 int option_is_in_section(option_t *opt, int section); [all …]
|
D | options.c | 80 option_t *optionlist = NULL; 81 option_t *optionlist_sorted_by_order = NULL; 249 static void free_option(option_t *opt) in free_option() 281 option_t *opt; in options_free() 323 option_t *opt; in option_count() 331 option_t * find_option(const char *name) in find_option() 333 option_t *opt; in find_option() 348 option_t * assure_option(const char *name) in assure_option() 350 option_t *opt, *last; in assure_option() 355 opt = calloc(1, sizeof(option_t)); in assure_option() [all …]
|
/third_party/ltp/include/old/ |
D | test.h | 109 } option_t; typedef 112 void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg,
|
D | ltp_priv.h | 38 const char *parse_opts(int ac, char **av, const option_t *user_optarr, void
|
/third_party/ltp/lib/ |
D | tst_parse_opts.c | 27 void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg, in tst_parse_opts()
|
D | parse_opts.c | 142 const char *parse_opts(int ac, char **av, const option_t * user_optarr, in parse_opts() 583 option_t Options[] = {
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 42 static const option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 145 option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount05.c | 53 static option_t options[] = {
|
/third_party/lwip/src/netif/ppp/ |
D | ecp.c | 71 static option_t ecp_option_list[] = {
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link03.c | 63 option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap001.c | 76 option_t options[] = {
|
D | mmap10.c | 82 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl07.c | 64 option_t options[] = {
|
/third_party/ltp/testcases/kernel/mem/vma/ |
D | vma02.c | 57 static option_t options[] = {
|
D | vma04.c | 65 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage04.c | 72 option_t child_options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_writev02.c | 43 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
D | rtc01.c | 44 static const option_t options[] = {
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 66 static const option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
D | msgstress01.c | 70 static option_t options[] = {
|
D | msgstress03.c | 67 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg02.c | 54 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages01.c | 48 option_t options[] = {
|
/third_party/ltp/testcases/kernel/fs/proc/ |
D | proc01.c | 214 static option_t options[] = {
|
123