Searched refs:atoi (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dusleep.c36 usleep(atoi(*(++argv))); /* return void */
H A Dmakedevs.c23 int major = atoi(argv[3]);
24 int Sminor = atoi(argv[4]);
25 int S = atoi(argv[5]);
26 int E = atoi(argv[6]);
H A Dsleep.c35 if (sleep(atoi(*(++argv))) != 0)
H A Drenice.c37 prio = atoi(*++argv);
42 int ps = atoi(*argv);
H A Dmknod.c83 dev = (atoi(argv[2]) << 8) | atoi(argv[3]);
H A Dupdate.c59 sync_duration = atoi(optarg);
62 flush_duration = atoi(optarg);
H A Dchvt.c28 num = atoi(argv[1]);
H A Dadjtimex.c110 txc.offset = atoi(optarg);
114 txc.freq = atoi(optarg);
118 txc.constant = atoi(optarg);
122 txc.tick = atoi(optarg);
H A Ddeallocvt.c32 num = atoi(argv[i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dlxdialog.c175 return dialog_menu (t, av[2], atoi (av[3]), atoi (av[4]),
176 atoi (av[5]), av[6], (ac - 6) / 2, av + 7);
182 return dialog_checklist (t, av[2], atoi (av[3]), atoi (av[4]),
183 atoi (av[5]), (ac - 6) / 3, av + 6, FLAG_CHECK);
189 return dialog_checklist (t, av[2], atoi (av[3]), atoi (av[4]),
190 atoi (av[5]), (ac - 6) / 3, av + 6, FLAG_RADIO);
196 return dialog_textbox (t, av[2], atoi (a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Doptions.c103 idle_time_limit = atoi(optarg);
122 lcp_wantoptions[0].mru = atoi(optarg);
125 lcp_allowoptions[0].mru = atoi(optarg);
128 lcp_echo_interval = atoi(optarg);
131 lcp_echo_fails = atoi(optarg);
141 retry_num = atoi(optarg);
144 req_unit = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dt_strcmp.c24 iters = atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/init/
H A Dinit_2.c14 err = smbc_init(NULL, atoi(argv[1]));
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dkernel_version.c53 r = r * 256 + atoi(strtok(s, "."));
/asus-wl-520gu-7.0.1.45/src/router/iptables/ippool/
H A Dlibippool.c20 return atoi(name);
29 index = atoi(p);
58 if (index != atoi(p)) continue;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dlpq_parse.c43 day = atoi(tok[ptr+1]);
46 hour = atoi(c);
48 min = atoi(c+3);
49 if(*(c+6) != 0)sec = atoi(c+6);
144 buf->job = atoi(tok[JOBTOK]);
145 buf->size = atoi(tok[TOTALTOK]);
166 buf->priority = atoi(tok[PRIOTOK]);
198 if ( atoi(time_string) < 24 ){
199 t.tm_hour = atoi(time_string);
200 t.tm_min = atoi(time_strin
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_toyclock.c137 if (p) hr = atoi(p);
139 if (p) min = atoi(p);
141 if (p) sec = atoi(p);
195 if (p) mo = atoi(p);
197 if (p) dt = atoi(p);
199 if (p) yr = atoi(p);
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_ULOG.c93 group_d = atoi(optarg);
124 if (atoi(optarg) < 0)
127 loginfo->copy_range = atoi(optarg);
134 if (atoi(optarg) < 1)
137 if (atoi(optarg) > ULOG_MAX_QLEN)
140 loginfo->qthreshold = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/test/
H A Dtest.c51 len = atoi(argv[3]);
52 interval = atoi(argv[4]);
85 len = atoi(argv[3]);
86 interval = atoi(argv[4]);
138 len = atoi(argv[2]);
155 //printf("after write %d, rate: %f (MBPS)\n", t2, (double)atoi(argv[1])/difftime(t2-t1));
163 len = atoi(argv[2]);
180 //printf("after read %d, rate: %f (MBPS)\n", t2, (double)atoi(argv[1])/difftime(t2-t1));
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dlinetest.c107 i = atoi( argv[1] );
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Drcamd.c50 atoi(nvram_safe_get("usb_web_flag")));
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Drcamd.c50 atoi(nvram_safe_get("usb_web_flag")));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_echo.c37 request = atoi(argv[1]);
62 size = atoi(argv[1]);
100 size = atoi(argv[1]);
131 size = atoi(argv[1]);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dgetpwuid.c21 if ((uid = atoi(argv[1])) == 0) {
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dui_corecmds.c189 low = atoi(x);
193 high = atoi(x)+1;

Completed in 415 milliseconds

1234567891011>>