/openbsd/sbin/unwind/libunbound/util/ |
H A D | configparser.y | 626 if(atoi($2) == 0) 813 if(atoi($2) == 0) 1077 if(atoi($2) == 0) 1141 if(atoi($2) == 0) 1577 if(atoi($2) == 0) 1590 if(atoi($2) == 0) 1622 if(atoi($2) == 0) 1716 if(atoi($2) == 0) 3005 else if(atoi($2) > 65535 || atoi($2) < 0) 3891 port = atoi($2); [all …]
|
H A D | config_file.c | 451 if(atoi(val) == 0) return 0 454 if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0 460 { IS_NUMBER_OR_ZERO; cfg->var = atoi(val); } 463 { IS_NONZERO_NUMBER; cfg->var = atoi(val); } 509 else if(atoi(val) == 0) in config_set_option() 511 else cfg->stat_interval = atoi(val); in config_set_option() 530 if(atoi(val) == 0) return 0; in config_set_option() 2747 if(!p && atoi(port) == https_port) in if_is_https() 2749 if(p && atoi(p+1) == https_port) in if_is_https() 2775 if(p && atoi(p+1) == atoi(s->str)) in if_is_pp2() [all …]
|
/openbsd/usr.sbin/unbound/util/ |
H A D | configparser.y | 626 if(atoi($2) == 0) 813 if(atoi($2) == 0) 1077 if(atoi($2) == 0) 1141 if(atoi($2) == 0) 1577 if(atoi($2) == 0) 1590 if(atoi($2) == 0) 1622 if(atoi($2) == 0) 1716 if(atoi($2) == 0) 3005 else if(atoi($2) > 65535 || atoi($2) < 0) 3891 port = atoi($2); [all …]
|
H A D | config_file.c | 451 if(atoi(val) == 0) return 0 454 if(atoi(val) == 0 || !is_pow2((size_t)atoi(val))) return 0 460 { IS_NUMBER_OR_ZERO; cfg->var = atoi(val); } 463 { IS_NONZERO_NUMBER; cfg->var = atoi(val); } 509 else if(atoi(val) == 0) in config_set_option() 511 else cfg->stat_interval = atoi(val); in config_set_option() 530 if(atoi(val) == 0) return 0; in config_set_option() 2747 if(!p && atoi(port) == https_port) in if_is_https() 2749 if(p && atoi(p+1) == https_port) in if_is_https() 2775 if(p && atoi(p+1) == atoi(s->str)) in if_is_pp2() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20020701-1.c | 8 int atoi (const char *); 46 r = atoi (v5) < atoi (v2) ? B : A; in f() 48 r = atoi (v5) > atoi (v2) ? B : A; in f() 64 r = atoi (v5) < atoi (v2) ? B : A; in f() 66 r = atoi (v5) > atoi (v2) ? B : A; in f()
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | autoconf.c | 68 int atoi(char *); 164 bd.bus = atoi(boot_fields[1]); in parse_prom_bootdev() 165 bd.slot = atoi(boot_fields[2]); in parse_prom_bootdev() 166 bd.channel = atoi(boot_fields[3]); in parse_prom_bootdev() 168 bd.unit = atoi(boot_fields[5]); in parse_prom_bootdev() 169 bd.boot_dev_type = atoi(boot_fields[6]); in parse_prom_bootdev() 183 atoi(s) in atoi() function
|
/openbsd/regress/lib/libc/db/ |
H A D | dbtest.c | 270 recno = atoi(p + 1); in main() 593 ib.flags = atoi(eq); 609 ib.lorder = atoi(eq); 613 ib.psize = atoi(eq); 619 ih.bsize = atoi(eq); 627 ih.nelem = atoi(eq); 635 ih.lorder = atoi(eq); 641 rh.flags = atoi(eq); 649 rh.lorder = atoi(eq); 657 rh.bval = atoi(eq); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh46.C | 5 int atoi(const char *); 32 n=atoi(l[1]); in glc() 34 x=atoi(l[2]); in glc() 35 y=atoi(l[3]); in glc()
|
H A D | eh1.C | 5 extern "C" int atoi (const char *); 34 int count = atoi (argv[1]); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-cmd-stack.c | 58 frame_low = atoi (argv[0]); in mi_cmd_stack_list_frames() 59 frame_high = atoi (argv[1]); in mi_cmd_stack_list_frames() 114 frame_high = atoi (argv[0]); in mi_cmd_stack_info_depth() 176 frame_low = atoi (argv[1]); in mi_cmd_stack_list_args() 177 frame_high = atoi (argv[2]); in mi_cmd_stack_list_args() 209 list_args_or_locals (0, atoi (argv[0]), fi); in mi_cmd_stack_list_args()
|
H A D | mi-cmd-disas.c | 105 line_num = atoi (optarg); in mi_cmd_disassemble() 109 how_many = atoi (optarg); in mi_cmd_disassemble() 138 mixed_source_and_assembly = atoi (argv[0]); in mi_cmd_disassemble()
|
/openbsd/usr.bin/at/ |
H A D | parsetime.c | 344 increment = atoi(sc_token); in plus() 390 hour = atoi(sc_token); in tod() 400 minute = atoi(sc_token); in tod() 531 mday = atoi(sc_token); in month() 533 year = atoi(sc_token); in month() 563 mon = atoi(sc_token); in month() 572 mday = atoi(sc_token); in month() 576 year = atoi(sc_token); in month()
|
/openbsd/usr.sbin/amd/amd/ |
H A D | get_args.c | 112 am_timeo = atoi(optarg); in get_args() 159 afs_timeo = atoi(optarg); in get_args() 162 afs_retrans = atoi(dot+1); in get_args() 179 am_timeo_w = atoi(optarg); in get_args()
|
/openbsd/usr.sbin/rmt/ |
H A D | rmt.c | 141 f = atoi(mode); in main() 213 orval = lseek(tape, strtoll(count, NULL, 0), atoi(pos)); in main() 220 n = atoi(count); in main() 238 n = atoi(count); in main() 253 mtop.mt_op = atoi(op); in main() 254 mtop.mt_count = atoi(count); in main()
|
/openbsd/regress/lib/libc/asr/bin/ |
H A D | threads.c | 100 LOOP = atoi(optarg); in main() 103 loop = atoi(optarg); in main() 106 nthreads = atoi(optarg); in main()
|
/openbsd/lib/libc/stdlib/ |
H A D | atoi.c | 34 atoi(const char *str) in atoi() function 38 DEF_STRONG(atoi);
|
/openbsd/games/wump/ |
H A D | wump.c | 148 arrow_num = atoi(optarg); in main() 151 bat_num = atoi(optarg); in main() 165 pit_num = atoi(optarg); in main() 168 room_num = atoi(optarg); in main() 177 link_num = atoi(optarg); in main() 342 next_room = atoi(room_number); in move_to() 363 next_room = atoi(answer); in move_to() 465 next = atoi(p); in shoot()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/benchmarks/ |
H A D | vts_many_threads_bench.cpp | 78 n_threads = atoi(argv[1]); in main() 80 n_garbage_threads = atoi(argv[2]); in main() 82 n_iterations = atoi(argv[3]); in main()
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | key.c | 144 ip->win.ws_col = atoi(ip->arg); in f_columns() 178 cfsetispeed(&ip->t, atoi(ip->arg)); in f_ispeed() 200 cfsetospeed(&ip->t, atoi(ip->arg)); in f_ospeed() 222 ip->win.ws_row = atoi(ip->arg); in f_rows()
|
/openbsd/usr.sbin/lpr/filters/ |
H A D | lpf.c | 82 if ((i = atoi(optarg)) > 0 && i <= MAXWIDTH) in main() 86 length = atoi(optarg); in main() 89 indent = atoi(optarg); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/ |
H A D | run.c | 12 atoi (char *z) in atoi() function 56 printf ("%d\n", factorial (atoi (argv[1]))); in main()
|
/openbsd/regress/lib/libc/getaddrinfo/ |
H A D | gaitest.c | 134 ai.ai_family = atoi(optarg); 137 ai.ai_protocol = atoi(optarg); 146 ai.ai_socktype = atoi(optarg);
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | bf.c | 30 printf ("%x\n", clr (0xffffffff, atoi (argv[2]), atoi (argv[1]))); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | run.c | 12 atoi (z) in atoi() function 63 printf ("%d\n", factorial (atoi (argv[1])));
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | report.C | 24 extern "C" int atoi (char *); 26 int (*fee)(char *) = atoi;
|