Home
last modified time | relevance | path

Searched refs:option_t (Results 1 – 25 of 51) sorted by relevance

123

/third_party/cups-filters/filter/foomatic-rip/
Doptions.h108 } 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 …]
Doptions.c80 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/
Dtest.h109 } option_t; typedef
112 void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg,
Dltp_priv.h38 const char *parse_opts(int ac, char **av, const option_t *user_optarr, void
/third_party/ltp/lib/
Dtst_parse_opts.c27 void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg, in tst_parse_opts()
Dparse_opts.c142 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/
Dblock_dev.c42 static const option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/pathconf/
Dpathconf01.c145 option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount05.c53 static option_t options[] = {
/third_party/lwip/src/netif/ppp/
Decp.c71 static option_t ecp_option_list[] = {
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink03.c63 option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/mmap/
Dmmap001.c76 option_t options[] = {
Dmmap10.c82 static option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl07.c64 option_t options[] = {
/third_party/ltp/testcases/kernel/mem/vma/
Dvma02.c57 static option_t options[] = {
Dvma04.c65 static option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage04.c72 option_t child_options[] = {
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_writev02.c43 static option_t options[] = {
/third_party/ltp/testcases/kernel/device-drivers/rtc/
Drtc01.c44 static const option_t options[] = {
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c66 static const option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
Dmsgstress01.c70 static option_t options[] = {
Dmsgstress03.c67 static option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg02.c54 static option_t options[] = {
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages01.c48 option_t options[] = {
/third_party/ltp/testcases/kernel/fs/proc/
Dproc01.c214 static option_t options[] = {

123