Searched refs:option_t (Results 1 – 25 of 72) sorted by relevance
123
/external/ppp/pppd/ |
D | options.c | 132 extern option_t auth_options[]; 140 static option_t *curopt; /* pointer to option being processed */ 174 static void user_setprint __P((option_t *, printer_func, void *)); 176 static void user_unsetprint __P((option_t *, printer_func, void *)); 178 static option_t *find_option __P((const char *name)); 179 static int process_option __P((option_t *, char *, char **)); 180 static int n_arguments __P((option_t *)); 187 option_t *options; 196 option_t general_options[] = { 376 option_t *opt; [all …]
|
D | pppd.h | 112 } option_t; typedef 421 option_t *options; /* List of command-line options */ 442 option_t *options; 714 void add_options __P((option_t *)); /* Add extra options */
|
D | pppox.c | 24 static option_t pppox_options[] = {
|
D | ecp.c | 70 static option_t ecp_option_list[] = {
|
/external/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 | 49 const char *parse_opts(int ac, char **av, const option_t *user_optarr, void
|
/external/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[] = {
|
/external/ppp/pppd/plugins/ |
D | minconn.c | 43 static option_t my_options[] = {
|
D | passwordfd.c | 22 static option_t options[] = {
|
D | passprompt.c | 21 static option_t options[] = {
|
/external/ppp/pppd/plugins/pppopptp-android/ |
D | pppopptp-android.c | 27 static option_t pppopptp_options[] =
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 42 static const option_t options[] = {
|
/external/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 145 option_t options[] = {
|
/external/ppp/pppd/plugins/pppol2tp-android/ |
D | pppol2tp-android.c | 36 static option_t pppol2tp_options[] = {
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount05.c | 53 static option_t options[] = {
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 103 static option_t options[] = {
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link05.c | 62 option_t options[] = {
|
D | link03.c | 63 option_t options[] = {
|
/external/ppp/pppd/plugins/radius/ |
D | radrealms.c | 30 static option_t Options[] = {
|
/external/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage03_child.c | 47 option_t child_options[] = {
|
/external/ltp/testcases/kernel/mem/mem/ |
D | mem01.c | 138 option_t options[] = {
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap001.c | 76 option_t options[] = {
|
/external/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir01.c | 140 option_t options[] = {
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl07.c | 64 option_t options[] = {
|
123