Searched refs:atoi (Results 276 - 300 of 338) sorted by relevance

<<11121314

/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dclient.c1454 job = atoi(buf);
1730 uid = (uid_t)atoi(buf);
1731 gid = (gid_t)atoi(buf2);
1820 archive_level = atoi(buf);
1880 printmode = atoi(buf);
H A Dsmbmount.c756 val = atoi(opteq + 1);
H A Dclitar.c1224 block=atoi(buf);
1616 if (Optind>=argc || !(blocksize=atoi(argv[Optind]))) {
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Drfc1035.c130 addr[0] = atoi(cp1);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dutils.c860 pid = atoi(lock_buffer);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dpppdump.c59 mru = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dpppdump.c86 mru = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dpppdump.c79 mru = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dwatchdog.c943 switch(atoi(nvram_safe_get("wsc_sigtstp_case"))){
1155 // atoi(nvram_safe_get("usb_web_flag")));
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dwatchdog.c943 switch(atoi(nvram_safe_get("wsc_sigtstp_case"))){
1155 // atoi(nvram_safe_get("usb_web_flag")));
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dgena.c112 *port = atoi(p);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_sock.c127 value = atoi(p+1);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_util.c747 rid = atoi(p);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Drpcclient.c294 DEBUGLEVEL = atoi(argv[1]);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_ctrlpt.c520 *upnp_error_code = atoi( temp_str );
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Ddisasm.c1702 tmp = &disasm_deref[atoi(&(rec->name[1]))];
1725 commentmode = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddpkg.c249 ver_num1 = atoi(name1_char);
250 ver_num2 = atoi(name2_char);
H A Dhush.c92 #include <stdlib.h> /* getenv, atoi */
481 exit (atoi(child->argv[1]));
678 n=atoi(child->argv[1]);
2052 num=atoi(o->data);
H A Dinterface.c981 return atoi(a) > atoi(b) ? 1 : -1;
H A Dnfsmount.c401 val = atoi(opteq + 1);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dtorture.c4720 port_to_use = atoi(optarg);
4723 srandom(atoi(optarg));
4732 nprocs = atoi(optarg);
4735 torture_numops = atoi(optarg);
4738 DEBUGLEVEL = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c1016 return atoi(a) > atoi(b) ? 1 : -1;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-solaris.c2244 unit = atoi(q+1);
2555 pid = atoi(ascii_pid);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-solaris.c2244 unit = atoi(q+1);
2555 pid = atoi(ascii_pid);
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysutil.c768 return atoi(p_str);
2361 acc_num = atoi(nvram_safe_get("acc_num"));

Completed in 308 milliseconds

<<11121314