Searched refs:atoi (Results 201 - 225 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_rap.c90 ret = cli_NetFileClose(cli, atoi(argv[0]));
105 ret = cli_NetFileGetInfo(cli, atoi(argv[0]), one_file_fn);
556 ret = cli_printjob_del(cli, atoi(argv[0]));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_netcmds.c649 size = atoi(x);
666 count = atoi(x);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dping.c498 pingcount = atoi(*argv);
504 datalen = atoi(*argv);
H A Dsed.c172 *linenum = atoi(my_str);
507 backref = atoi(tmpstr);
H A Dsyslogd.c647 MarkInterval = atoi(optarg) * 60;
659 RemotePort = atoi(p+1);
H A Dktab.c273 p = atoi(f);
H A Dmkswap.c302 version = atoi(argv[0] + 2);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppstats/
H A Dpppstats.c479 count = atoi(optarg);
484 interval = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_callmgr.c127 else if (strcmp(argv[i],"--window")==0 && i+1<argc) window=atoi(argv[++i]);
128 else if (strcmp(argv[i],"--call_id")==0 && i+1<argc) call_ID=atoi(argv[++i]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppstats/
H A Dpppstats.c479 count = atoi(optarg);
484 interval = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppstats/
H A Dpppstats.c479 count = atoi(optarg);
484 interval = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Ddebug.c388 DEBUGLEVEL_CLASS[DBGC_ALL] = atoi(params[0]);
400 DEBUGLEVEL_CLASS[ndx] = atoi(class_level);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbind_nss_irix.c394 request->data.uid = atoi(key);
407 request->data.gid = atoi(key);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dserver.c243 unsigned port = atoi(tok);
277 unsigned port = atoi(tok);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_devs.c443 tftp_max_retries = atoi(wait_time);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dcfe_trace.c184 n = atoi(cmd_getarg(cmd,0));
/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dnetwork_ex.c161 if (atoi(nvram_safe_get(strcat_r(prefix, "pppoe_idletime", tmp))) &&
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dej.c366 *(va_arg(ap, int *)) = atoi(argv[arg]);
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dcommon.c153 //int pref = atoi(nvram_safe_get("wlp_pref_x"));
246 pref = atoi(nvram_safe_get("wlp_pref_x"));
493 authidx = atoi(nvram_safe_get("wl_authmode_x"));
494 encidx = atoi(nvram_safe_get("wl_weptype_x"));
624 if (atoi(nvram_safe_get("bs_mode"))==mode) return 1;
/asus-wl-520gu-7.0.1.45/src/router/ppp/contrib/pppgetpass/
H A Dpppgetpass.vt.c189 outfd=atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.vt.c189 outfd=atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/src/
H A Dradlogin.c219 maxtries = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsrp-entry.c117 idx = atoi(*argv++);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/contrib/pppgetpass/
H A Dpppgetpass.vt.c189 outfd=atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/src/
H A Dradlogin.c219 maxtries = atoi(optarg);

Completed in 133 milliseconds

1234567891011>>