Searched refs:atoi (Results 126 - 150 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_lsarpc.c86 info_class = atoi(argv[1]);
271 enum_ctx = atoi(argv[2]);
327 enum_context=atoi(argv[1]);
330 pref_max_length=atoi(argv[2]);
416 enum_context=atoi(argv[1]);
419 pref_max_length=atoi(argv[2]);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_test_disk.c295 if (!toffset) offset = 0; else offset = atoi(toffset);
382 secnum = atoi(tok2);
385 secoffset = atoi(tok3);
/asus-wl-520gu-7.0.1.45/src/et/linux/
H A Det.c98 arg = atoi(av[optind + 1]);
117 arg = atoi(av[optind + 1]);
124 arg = atoi(av[optind + 1]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Drpctorture.c415 nprocs = atoi(optarg);
421 numops = atoi(optarg);
436 DEBUGLEVEL = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmstdlib.h72 #define atoi(s) ((int)(strtoul((s), NULL, 10))) macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlogger.c65 return (atoi(name));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Discan.c72 inode_buffer_blocks = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/ppp/contrib/pppgetpass/
H A Dpppgetpass.gtk.c55 outfd=atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.gtk.c55 outfd=atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/
H A Dradrealms.c122 s->port[s->max] = atoi(p);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/contrib/pppgetpass/
H A Dpppgetpass.gtk.c55 outfd=atoi(argv[3]);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/
H A Dradrealms.c122 s->port[s->max] = atoi(p);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dbtnsetup.c148 printf("ots check: %d %d\n", stage, atoi(nvram_safe_get("ots_simu_stage")));
149 if(stage==atoi(nvram_safe_get("ots_simu_stage")))
312 pkt->WSetting.Encrypt=atoi(nvram_safe_get("wl_wep_x"));
315 pkt->WSetting.DefaultKey = atoi(nvram_safe_get("wl_key"));
323 pkt->WSetting.Encrypt=atoi(nvram_safe_get("wl_wep_x"));
326 pkt->WSetting.DefaultKey = atoi(nvram_safe_get("wl_key"));
1056 ezprobe_res->isNotDefault = atoi(nvram_safe_get("x_Setting")) | atoi(nvram_safe_get("wsc_config_state")); // for EZSetup to coexist w/ WSC
1057 ezprobe_res->isSetByOts = atoi(nvram_safe_get("x_EZSetup"));
H A Dudhcpc_ex.c112 expires(lan_ifname, atoi(value));
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dbtnsetup.c148 printf("ots check: %d %d\n", stage, atoi(nvram_safe_get("ots_simu_stage")));
149 if(stage==atoi(nvram_safe_get("ots_simu_stage")))
312 pkt->WSetting.Encrypt=atoi(nvram_safe_get("wl_wep_x"));
315 pkt->WSetting.DefaultKey = atoi(nvram_safe_get("wl_key"));
323 pkt->WSetting.Encrypt=atoi(nvram_safe_get("wl_wep_x"));
326 pkt->WSetting.DefaultKey = atoi(nvram_safe_get("wl_key"));
1047 ezprobe_res->isNotDefault = atoi(nvram_safe_get("x_Setting")) | atoi(nvram_safe_get("wsc_config_state")); // for EZSetup to coexist w/ WSC
1048 ezprobe_res->isSetByOts = atoi(nvram_safe_get("x_EZSetup"));
H A Dudhcpc.c128 expires(wan_ifname, atoi(value));
H A Dudhcpc_ex.c112 expires(lan_ifname, atoi(value));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dshared.c77 shared_fd = atoi(p);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbcontrol.c354 jobid = atoi(argv[3]);
371 jobid = atoi(argv[3]);
388 jobid = atoi(argv[3]);
637 if ((pid = atoi(dest)) != 0)
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/getdents/
H A Dgetdents_3.c76 entry_num = atoi(argv[5]);
H A Dgetdents_4.c73 entry_num = atoi(argv[5]);
H A Dgetdents_5.c73 entry_num = atoi(argv[5]);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/lseekdir/
H A Dlseekdir_5.c74 entry_num = atoi(argv[5]);
H A Dlseekdir_6.c75 entry_num = atoi(argv[5]);
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/readdir/
H A Dreaddir_1.c73 entry_num = atoi(argv[5]);

Completed in 288 milliseconds

1234567891011>>