Searched refs:atoi (Results 226 - 250 of 338) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsrp-entry.c117 idx = atoi(*argv++);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Daccess.c36 mask = (uint32)((ALLONES >> atoi(slash + 1)) ^ ALLONES);
H A Dinterface.c161 nmask.s_addr = htonl(((ALLONES >> atoi(p)) ^ ALLONES));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwb_common.c406 value = atoi(env);
H A Dwinbindd_acct.c125 pw.pw_uid = atoi( fields[2] );
126 pw.pw_gid = atoi( fields[3] );
238 grp.gr_gid = atoi( fields[2] );
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dmke2fs.c739 sb->s_creator_os = atoi (os);
983 sync_kludge = atoi(tmp);
1139 s_opt = atoi(optarg);
1406 fs_param.s_first_meta_bg = atoi(tmp);
1417 sector_size = atoi(tmp);
H A Dfsck.c307 freq ? atoi(freq) : -1,
308 passno ? atoi(passno) : -1);
1238 max_running = atoi(tmp);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dnetwork.c74 dprintf("\n\n\nadd %s %d %s %s %s\n\n\n", ifname, atoi(metric), ipaddr, gateway, netmask);
76 route_add(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
180 route_del(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
301 j = atoi(nvram_safe_get("wl_wdsnum_x"));
927 int demand = atoi(nvram_safe_get(strcat_r(prefix, "pppoe_idletime", tmp))) &&
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dnetwork.c75 dprintf("\n\n\nadd %s %d %s %s %s\n\n\n", ifname, atoi(metric), ipaddr, gateway, netmask);
77 route_add(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
181 route_del(ifname, atoi(metric) + 1, ipaddr, gateway, netmask);
302 j = atoi(nvram_safe_get("wl_wdsnum_x"));
927 int demand = atoi(nvram_safe_get(strcat_r(prefix, "pppoe_idletime", tmp))) &&
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.c751 p = atoi(strtok(my_utsname.release, "."));
752 q = atoi(strtok(NULL, "."));
753 r = atoi(strtok(NULL, "."));
1125 i = atoi(line_ptr+1);
1167 i = atoi(line_ptr);
2488 sector_size = atoi(optarg);
2496 user_cylinders = atoi(optarg);
2499 user_heads = atoi(optarg);
2504 user_sectors = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dls.c832 case 'T': tabstops= atoi(optarg); break;
833 case 'w': terminal_width= atoi(optarg); break;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dinit.c248 len = atoi(v_type+5);
563 DefaultBlockSize = atoi (value);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/registry/
H A Dreg_printing.c191 num_drivers = get_ntdrivers( &drivers, environments[env_index], atoi(base) );
271 version = atoi( base );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dlocktest.c635 seed = atoi(optarg);
641 numops = atoi(optarg);
H A Dlocktest2.c524 seed = atoi(optarg);
530 numops = atoi(optarg);
H A Dvfstest.c192 DEBUGLEVEL = atoi(argv[1]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbget.c62 return atoi(cols);
477 *intdata = atoi(val);
H A Dnet_groupmap.c40 return atoi(p+1);
H A Dsmbpasswd.c149 DEBUGLEVEL = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dtermcap.c76 return atoi (ptr);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dhtree.c289 hash_version = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/web/
H A Dstatuspage.c293 refresh_interval = atoi(v);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpr.c451 case 'n': Copies_JOB = atoi( Optarg ); /* copies */
463 Pwidth_JOB = atoi( s+1 );
479 case 'q': Priority_JOB = 'Z' - atoi(Optarg); /* get priority */
/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dservices_ex.c304 for(i=0; i<atoi(nvram_safe_get("url_num_x")); i++) {
1521 pid = atoi(str);
1547 pid = atoi(str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_spoolss.c318 info_level = atoi(argv[1]);
445 info_level = atoi(argv[1]);
573 info_level = atoi(argv[2]);
954 info_level = atoi(argv[2]);
1042 info_level = atoi(argv[1]);
1301 info3.version = atoi(argv[3]);
1972 level = atoi(argv[2]);

Completed in 330 milliseconds

1234567891011>>