Searched refs:atoi (Results 151 - 175 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/readdir/
H A Dreaddir_5.c74 entry_num = atoi(argv[5]);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/telldir/
H A Dtelldir_5.c75 entry_num = atoi(argv[5]);
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dweb_ex.c608 delMap[i] = atoi(value);
928 channel=atoi(nvram_safe_get_x("", "wl_channel"));
1030 unsigned int up = atoi(str);
2309 pid = atoi(tmp1);
2346 if((pid = atoi(dent->d_name)) > 1){
2419 if((unit = atoi(nvram_safe_get("wan_unit"))) < 0)
2521 pid = atoi(buf);
2909 groupCount = atoi(nvram_safe_get_x(serviceId, v->argv[3]));
3216 if((unit = atoi(nvram_safe_get("wl_unit"))) < 0)
3997 websWrite(wp, " return %d;\n", atoi(nvram_safe_ge
[all...]
H A Dralink.c131 channel = atoi(nvram_safe_get("wl_channel"));
133 if ((unit = atoi(nvram_safe_get("wl_unit"))) < 0)
/asus-wl-520gu-7.0.1.45/src/tools/misc/
H A Depi_ttcp.c472 int atoi(char*);
596 timeout = atoi(optarg);
599 seed = atoi(optarg);
602 burstn = atoi(optarg);
606 pri = atoi(optarg);
613 bufmin = atoi(optarg);
616 bufsleep = atoi(optarg);
625 hash = atoi(optarg);
661 nbuf = atoi(optarg);
664 buflen = atoi(optar
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_flash.c387 offset = atoi(x);
391 size = atoi(x);
H A Durl.c328 la->la_maxsize = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/AUTHENTICATE/
H A Dsserver.c52 extern int opterr, optind, getopt(), atoi();
76 case 'p': port = atoi(optarg); break;
H A Dsclient.c72 case 'p': port= atoi(optarg); break;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpbanner.c173 case 'T': debug = atoi( optargv ); break;
184 case 'i': indent = atoi( optargv ); break;
185 case 'l': length = atoi( optargv ); break;
187 case 's': special = atoi( optargv ); break;
188 case 'v': verbose = atoi( optargv ); break;
189 case 'w': width = atoi( optargv ); break;
190 case 'x': xwidth = atoi( optargv ); break;
191 case 'y': ylength = atoi( optargv ); break;
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Doption.c348 int size = atoi(optarg);
361 *port = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A De2initrd_helper.c271 fs->freq = freq ? atoi(freq) : -1;
272 fs->passno = passno ? atoi(passno) : -1;
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_DNAT.c83 port = atoi(colon+1);
96 maxport = atoi(dash + 1);
H A Dlibipt_SNAT.c83 port = atoi(colon+1);
96 maxport = atoi(dash + 1);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Ddict.c145 value = atoi (valstr);
254 value = atoi (valstr);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Ddict.c145 value = atoi (valstr);
254 value = atoi (valstr);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmnt.c153 if (major && minor && atoi(major) == 2 && atoi(minor) < 4) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dunarchive.c305 typed->size = (size_t) atoi(ar.formated.size);
329 typed->name = xstrdup(ar_long_names + atoi(&ar.formated.name[1]));
340 typed->mtime = atoi(ar.formated.date);
341 typed->uid = atoi(ar.formated.uid);
342 typed->gid = atoi(ar.formated.gid);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dcommon_ex.c246 int radio=atoi(nvram_safe_get("wl_radio_power_x"));
282 int radio = atoi(nvram_safe_get("wl_radio_power_x"));
510 int wepidx=atoi(nvram_safe_get("wl0_key"));
557 num = atoi(nvram_safe_get("wl_wdsnum_x"));
596 num = atoi(nvram_safe_get("wl_macnum_x"));
1004 if (nvram_match("usb_ftpenable_x", "1") && atoi(nvram_get("usb_ftpport_x"))!=21)
1008 sprintf(ports, "ports=21,%d", atoi(nvram_get("usb_ftpport_x")));
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dcommon_ex.c246 int radio=atoi(nvram_safe_get("wl_radio_power_x"));
282 int radio = atoi(nvram_safe_get("wl_radio_power_x"));
510 int wepidx=atoi(nvram_safe_get("wl0_key"));
555 num = atoi(nvram_safe_get("wl_wdsnum_x"));
594 num = atoi(nvram_safe_get("wl_macnum_x"));
999 if (nvram_match("usb_ftpenable_x", "1") && atoi(nvram_get("usb_ftpport_x"))!=21)
1003 sprintf(ports, "ports=21,%d", atoi(nvram_get("usb_ftpport_x")));
/asus-wl-520gu-7.0.1.45/src/router/iptables/ippool/
H A Dippool.c85 index = atoi(p);
108 return atoi(name);
152 if (index != atoi(p)) continue;
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c235 log_level = atoi(optarg);
241 int x = atoi(optarg);
250 int x = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dmasktest.c471 NumLoops = atoi(optarg);
474 DEBUGLEVEL = atoi(optarg);
498 seed = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/ntpclient/
H A Dntpclient.c453 probe_count = atoi(optarg);
464 cycle_time = atoi(optarg);
470 udp_local_port = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dlib_string.h99 #define atoi(d) lib_atoi(d) macro

Completed in 295 milliseconds

1234567891011>>