atoi              437 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         argv_prefix = atoi(str + 1);
atoi               46 examples/spc_example.c         num_messages = atoi(argv[1]);
atoi               47 examples/spc_example.c         message_size = atoi(argv[2]);
atoi               95 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_hints.c 	fd->hints->cb_buffer_size = atoi(ADIOI_GPFS_CB_BUFFER_SIZE_DFLT);
atoi              147 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_hints.c 	fd->hints->ind_rd_buffer_size = atoi(ADIOI_GPFS_IND_RD_BUFFER_SIZE_DFLT);
atoi              151 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_hints.c 	fd->hints->ind_wr_buffer_size = atoi(ADIOI_GPFS_IND_WR_BUFFER_SIZE_DFLT);
atoi              217 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_hints.c 	if ( flag && ((intval = atoi(value)) > 0) ) {
atoi              230 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_hints.c 	if (flag && ((intval = atoi(value)) > 0)) {
atoi              177 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	if (x) gpfsmpio_comm         = atoi(x);
atoi              180 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	if (x) gpfsmpio_timing       = atoi(x);
atoi              183 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	if (x) gpfsmpio_tunegather   = atoi(x);
atoi              186 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_tuneblocking = atoi(x);
atoi              197 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_bg_nagg_pset = atoi(x);
atoi              201 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_pthreadio = atoi(x);
atoi              205 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_p2pcontig = atoi(x);
atoi              209 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_write_aggmethod = atoi(x);
atoi              213 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_read_aggmethod = atoi(x);
atoi              217 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_balancecontig = atoi(x);
atoi              221 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_devnullio = atoi(x);
atoi              225 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_bridgeringagg = atoi(x);
atoi              229 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_onesided_no_rmw = atoi(x);
atoi              233 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_onesided_always_rmw = atoi(x);
atoi              239 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_onesided_inform_rmw = atoi(x);
atoi              658 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     coll_bufsize = atoi(value);
atoi               87 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c       numAggs = atoi(tmpBuf);
atoi              112 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c            int newAggRank = atoi(tmpBuf);
atoi              182 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c            if ( (cntType = atoi(ioAggrCount)) <= 0 ) {
atoi              213 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     max_bufsize = atoi(value);
atoi              316 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     max_bufsize = atoi(value);
atoi               30 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		str_factor=atoi(value);
atoi               46 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		str_unit=atoi(value);
atoi               62 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		start_iodev=atoi(value);
atoi               31 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		str_factor=atoi(value);
atoi               43 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		str_unit=atoi(value);
atoi               55 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		start_iodev=atoi(value);
atoi               33 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		str_factor=atoi(value);
atoi               50 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		str_unit=atoi(value);
atoi               67 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		start_iodev=atoi(value);
atoi               42 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (flag && (atoi(value) > 0)) pstat.pcount = atoi(value);
atoi               46 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (flag && (atoi(value) > 0)) pstat.ssize = atoi(value);
atoi               50 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c     if (flag && (atoi(value) >= 0)) pstat.base = atoi(value);
atoi               31 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_hints.c 			io = atoi(c);
atoi               46 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_hints.c 			io = atoi(c);
atoi               62 ompi/mca/io/romio321/romio/adio/common/ad_hints.c 	fd->hints->cb_buffer_size = atoi(ADIOI_CB_BUFFER_SIZE_DFLT);
atoi              109 ompi/mca/io/romio321/romio/adio/common/ad_hints.c 	fd->hints->ind_rd_buffer_size = atoi(ADIOI_IND_RD_BUFFER_SIZE_DFLT);
atoi              113 ompi/mca/io/romio321/romio/adio/common/ad_hints.c 	fd->hints->ind_wr_buffer_size = atoi(ADIOI_IND_WR_BUFFER_SIZE_DFLT);
atoi              655 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     coll_bufsize = atoi(value);
atoi              110 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     max_bufsize = atoi(value);
atoi              339 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     coll_bufsize = atoi(value);
atoi               31 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	intval = atoi(value);
atoi               32 ompi/mca/io/romio321/romio/test-internal/file_realms_test.c     nprocs_for_coll = atoi (argv[1]);
atoi               34 ompi/mca/io/romio321/romio/test-internal/file_realms_test.c     min_st_offset = atoi (argv[2]);
atoi               35 ompi/mca/io/romio321/romio/test-internal/file_realms_test.c     max_end_offset = atoi (argv[3]);
atoi               69 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test_type = atoi(argv[i+1]);
atoi               74 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test.heap_size = atoi(argv[i+1]);
atoi              111 ompi/mca/io/romio321/romio/test-internal/heap_test.c 	    test.offsets[curr_add_idx] = atoi(argv[i]);
atoi               59 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c             run_test_number = atoi (argv[i+1]);
atoi              140 ompi/mca/io/romio321/romio/test/file_info.c 		default_striping_factor = atoi(value);
atoi              144 ompi/mca/io/romio321/romio/test/file_info.c 		if (atoi(value) != defaults->cb_buffer_size) {
atoi              147 ompi/mca/io/romio321/romio/test/file_info.c 			    atoi(value), defaults->cb_buffer_size);
atoi              175 ompi/mca/io/romio321/romio/test/file_info.c 		if (atoi(value) != defaults->ind_rd_buffer_size) {
atoi              178 ompi/mca/io/romio321/romio/test/file_info.c 			    atoi(value), defaults->ind_rd_buffer_size);
atoi              182 ompi/mca/io/romio321/romio/test/file_info.c 		if (atoi(value) != defaults->ind_wr_buffer_size) {
atoi              185 ompi/mca/io/romio321/romio/test/file_info.c 			    atoi(value), defaults->ind_wr_buffer_size);
atoi              306 ompi/mca/io/romio321/romio/test/file_info.c 	    if ((default_striping_factor - 1 > 0) && (atoi(value) != default_striping_factor-1)) {
atoi              309 ompi/mca/io/romio321/romio/test/file_info.c 				     atoi(value), default_striping_factor-1);
atoi              311 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (atoi(value) != default_striping_factor) {
atoi              314 ompi/mca/io/romio321/romio/test/file_info.c 				     atoi(value), default_striping_factor);
atoi              318 ompi/mca/io/romio321/romio/test/file_info.c 	    if (atoi(value) != 8388608) {
atoi              321 ompi/mca/io/romio321/romio/test/file_info.c 				     atoi(value), 8388608);
atoi              336 ompi/mca/io/romio321/romio/test/file_info.c 	    if (atoi(value) != 2097152) {
atoi              339 ompi/mca/io/romio321/romio/test/file_info.c 				     atoi(value), 2097152);
atoi              343 ompi/mca/io/romio321/romio/test/file_info.c 	    if (atoi(value) != 1048576) {
atoi              346 ompi/mca/io/romio321/romio/test/file_info.c 				     atoi(value), 1048576);
atoi               89 ompi/mca/topo/treematch/treematch/tm_topology.c   topology->nb_levels      = atoi(strtok(s," "))+1;
atoi               95 ompi/mca/topo/treematch/treematch/tm_topology.c     topology->arity[i] = atoi(strtok(NULL," "));
atoi               96 ompi/mca/topo/treematch/treematch/tm_topology.c     cost[i] = atoi(strtok(NULL," "));
atoi              556 ompi/mca/topo/treematch/treematch/tm_topology.c 	tab[i] = atoi(ptr);
atoi               56 ompi/mpi/c/init.c         required = atoi(env);
atoi               64 ompi/tools/mpisync/sync.c             alg = atoi(optarg);
atoi               47 ompi/util/timings.h     (getenv("OMPI_TIMING_ENABLE") ? atoi(getenv("OMPI_TIMING_ENABLE")) : 0)
atoi               63 ompi/util/timings.h             OMPI_TIMING.enabled = atoi(ptr);                                   \
atoi              271 opal/mca/base/mca_base_open.c                 lds->lds_verbose_level = atoi(ptr + 6);
atoi              658 opal/mca/btl/tcp/btl_tcp_component.c         argv_prefix = atoi(str + 1);
atoi               86 opal/mca/btl/ugni/btl_ugni_init.c         alps_dev_id = atoi(token);
atoi              472 opal/mca/btl/usnic/btl_usnic_component.c         argv_prefix = atoi(str + 1);
atoi              162 opal/mca/crs/base/crs_base_fns.c         *prev_pid = atoi(pid_argv[0]);
atoi             1849 opal/mca/event/libevent2022/libevent/evutil.c 		port = atoi(port_part);
atoi             1506 opal/mca/event/libevent2022/libevent/http.c 	req->response_code = atoi(number);
atoi             3694 opal/mca/event/libevent2022/libevent/http.c 		http->base, NULL, hostname, atoi(portname));
atoi              232 opal/mca/event/libevent2022/libevent/sample/le-proxy.c 		int p = atoi(argv[i]);
atoi              145 opal/mca/event/libevent2022/libevent/test/bench.c 			num_pipes = atoi(optarg);
atoi              148 opal/mca/event/libevent2022/libevent/test/bench.c 			num_active = atoi(optarg);
atoi              151 opal/mca/event/libevent2022/libevent/test/bench.c 			num_writes = atoi(optarg);
atoi              152 opal/mca/event/libevent2022/libevent/test/bench_cascade.c 			num_pipes = atoi(optarg);
atoi              189 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	n = atoi(line);
atoi              160 opal/mca/event/libevent2022/libevent/test/regress_testutils.c 		int err = atoi(tab->ans);
atoi              164 opal/mca/event/libevent2022/libevent/test/regress_testutils.c 		int err = atoi(tab->ans);
atoi              127 opal/mca/hwloc/base/hwloc_base_maffinity.c     *id = atoi(node_name + 3);
atoi              978 opal/mca/hwloc/base/hwloc_base_util.c         socket_id = atoi(range[0]);
atoi              985 opal/mca/hwloc/base/hwloc_base_util.c         lower_range = atoi(range[0]);
atoi              986 opal/mca/hwloc/base/hwloc_base_util.c         upper_range = atoi(range[1]);
atoi             1018 opal/mca/hwloc/base/hwloc_base_util.c     socket_id = atoi(socket_core[0]);
atoi             1056 opal/mca/hwloc/base/hwloc_base_util.c                     core_id = atoi(list[j]);
atoi             1076 opal/mca/hwloc/base/hwloc_base_util.c                 lower_range = atoi(range[0]);
atoi             1077 opal/mca/hwloc/base/hwloc_base_util.c                 upper_range = atoi(range[1]);
atoi             1197 opal/mca/hwloc/base/hwloc_base_util.c                         core_id = atoi(list[j]);
atoi             1213 opal/mca/hwloc/base/hwloc_base_util.c                     lower_range = atoi(range[0]);
atoi             1214 opal/mca/hwloc/base/hwloc_base_util.c                     upper_range = atoi(range[1]);
atoi              205 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   hwloc_plugins_verbose = verboseenv ? atoi(verboseenv) : 0;
atoi              335 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   hwloc_components_verbose = verboseenv ? atoi(verboseenv) : 0;
atoi              751 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     topology->is_thissystem = atoi(local_env);
atoi               38 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c   if (env && !atoi(env))
atoi               67 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       topology->grouping_verbose = atoi(env);
atoi               33 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c     if (!env || atoi(env) != 2) {
atoi              264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c     if (!env || !atoi(env)) {
atoi              520 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   *value = atoi(string);
atoi             1012 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     tids[nr_tids++] = atoi(dirent->d_name);
atoi             2964 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int fallback = fallback_env ? atoi(fallback_env) : -1; /* by default, only fallback if needed */
atoi             3281 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	int noquirk = (env && !atoi(env)) || !distances || !hwloc_filter_check_keep_object_type(topology, HWLOC_OBJ_GROUP);
atoi             3460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	if (!atoi(online)) {
atoi             4333 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	data->fallback_nbprocessors = atoi(line+22);
atoi             4875 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       int node = atoi(buf);
atoi              443 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris-chiptype.c   if (env && atoi(env))
atoi              433 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     verbose = atoi(env);
atoi             1411 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     verbose = atoi(env);
atoi               26 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       verbose = atoi(env);
atoi               40 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       nolibxml = !atoi(env);
atoi               44 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	nolibxml = !atoi(env);
atoi               59 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       nolibxml = !atoi(env);
atoi               63 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	nolibxml = !atoi(env);
atoi              178 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     int lvalue = atoi(value);
atoi             1277 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     length = atoi(attrvalue);
atoi             1444 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     switch (atoi(type_s)) {
atoi             1469 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       obj_attr_type = atoi(obj_attr_type_s);
atoi             1482 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       diff->obj_attr.obj_depth = atoi(obj_depth_s);
atoi             1483 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       diff->obj_attr.obj_index = atoi(obj_index_s);
atoi             1487 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       switch (atoi(obj_attr_type_s)) {
atoi               69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       hide = atoi(envvar);
atoi             3023 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     if ((env && atoi(env))
atoi              206 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cuda.h 		    && atoi(osdev->name + 4) == (int) idx)
atoi              163 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/cudart.h 		    && atoi(osdev->name + 4) == (int) idx)
atoi              120 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/intel-mic.h 		    && atoi(osdev->name + 3) == (int) idx)
atoi              109 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/nvml.h 		    && atoi(osdev->name + 4) == (int) idx)
atoi              365 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h       verboseenv_value = verboseenv ? atoi(verboseenv) : 0;
atoi               33 opal/mca/hwloc/hwloc201/hwloc/include/private/debug.h       enabled = atoi(env);
atoi              449 opal/mca/pmix/cray/pmix_cray.c     pmix_usize = atoi(buf);
atoi              180 opal/mca/pmix/cray/pmix_cray_pmap_parser.c         me = atoi(argv[1]);
atoi              181 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_pmap_parser.c         me = atoi(argv[1]);
atoi               69 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             key_size = atoi(optarg);
atoi               76 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             key_count = atoi(optarg);
atoi               82 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c          (*local_ranks)[i] = atoi(loc_rank);
atoi              269 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_open.c                 lds->lds_verbose_level = atoi(ptr + 6);
atoi              896 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c                 start = atoi(range + i);
atoi              890 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         in->sin_port = htons(atoi(p2));
atoi              924 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         in6->sin6_port = htons(atoi(p2));
atoi              893 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         argv_prefix = atoi(str + 1);
atoi              137 opal/mca/pmix/pmix4x/pmix/src/util/output.c         default_stderr_fd = atoi(str);
atoi              263 opal/mca/pmix/pmix4x/pmix/src/util/output.c         default_stderr_fd = atoi(str);
atoi              115 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c     int ti = (argc > 1 ? atoi(argv[1]) : 0);
atoi              119 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c     _verbose = (str ? atoi(str) : _verbose);
atoi              111 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c     int ti = (argc > 1 ? atoi(argv[1]) : 0);
atoi              115 opal/mca/pmix/pmix4x/pmix/test/pmi_client.c     _verbose = (str ? atoi(str) : _verbose);
atoi               93 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 params->nservers = atoi(argv[i]);
atoi              101 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 params->timeout = atoi(argv[i]);
atoi              569 opal/mca/pmix/pmix4x/pmix/test/test_common.c             if ((0 == is_digit(tmp_str)) || ((atoi(tmp_str) + 1) > cnt)) {
atoi              576 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 item->key_idx = atoi(tmp_str);
atoi              178 opal/mca/pmix/s2/pmi2_pmap_parser.c         me = atoi(argv[1]);
atoi              296 opal/mca/pmix/s2/pmix_s2.c     kv.data.uint32 = atoi(buf);
atoi              307 opal/mca/pmix/s2/pmix_s2.c     kv.data.uint32 = atoi(buf);
atoi              355 opal/tools/opal-checkpoint/opal-checkpoint.c     opal_checkpoint_globals.pid = atoi(argv[0]);
atoi              374 opal/util/info.c             result = (bool) atoi(ptr);
atoi              149 opal/util/output.c         default_stderr_fd = atoi(str);
atoi              281 opal/util/output.c         default_stderr_fd = atoi(str);
atoi               67 opal/util/timings.h             (_nm)->enabled = atoi(ptr);                                           \
atoi               72 opal/util/timings.h             (_nm)->cntr = atoi(ptr);                                              \
atoi              168 opal/util/timings.h             if( NULL != ptr ){ (_cnt) = atoi(ptr); };                             \
atoi              180 opal/util/timings.h             if( NULL != ptr ){ (_err) = atoi(ptr); };                             \
atoi              162 orte/mca/ess/lsf/ess_lsf_module.c     lsf_nodeid = atoi(getenv("LSF_PM_TASKID"));
atoi              165 orte/mca/ess/slurm/ess_slurm_module.c     slurm_nodeid = atoi(getenv("SLURM_NODEID"));
atoi              800 orte/mca/oob/tcp/oob_tcp_component.c         ((struct sockaddr_in*) inaddr)->sin_port = htons(atoi(port));
atoi              813 orte/mca/oob/tcp/oob_tcp_component.c         in6->sin6_port =  htons(atoi(port));
atoi             1263 orte/mca/oob/tcp/oob_tcp_component.c         argv_prefix = atoi(str + 1);
atoi              329 orte/mca/ras/slurm/ras_slurm_module.c             cpus_per_task = atoi(tmp);
atoi              684 orte/mca/ras/slurm/ras_slurm_module.c                 start = atoi(range + i);
atoi              716 orte/mca/ras/slurm/ras_slurm_module.c                 end = atoi(range + i);
atoi              268 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         relative_index=atoi(strtok(rfmap->node_name,"+n"));
atoi              732 orte/mca/snapc/base/snapc_base_fns.c                 seq_num = atoi(tmp_str);
atoi             1324 orte/mca/snapc/full/snapc_full_app.c             datum->seq_num = atoi(seq_str);
atoi             1482 orte/mca/snapc/full/snapc_full_app.c                     datum->seq_num = atoi(seq_str);
atoi             1532 orte/mca/snapc/full/snapc_full_app.c             datum->seq_num = atoi(seq_str);
atoi              487 orte/mca/snapc/full/snapc_full_global.c     datum->epoch = atoi(tmp_str);
atoi              800 orte/mca/sstore/base/sstore_base_fns.c     seq_int = atoi(value);
atoi              831 orte/mca/sstore/base/sstore_base_fns.c         seq_int = atoi(value);
atoi              725 orte/mca/sstore/stage/sstore_stage_local.c         req_snap_seq        = atoi(  sstore_args[3]);
atoi              729 orte/mca/sstore/stage/sstore_stage_local.c         req_snap_seq        = atoi(  sstore_args[5]);
atoi               64 orte/test/mpi/concurrent_spawn.c             i = atoi(argv[1]);
atoi               49 orte/test/mpi/crisscross.c     n_loops = atoi(argv[2]);
atoi               54 orte/test/mpi/crisscross.c     n_bytes = atoi(argv[1]);
atoi               21 orte/test/mpi/loop_spawn.c         itermax = atoi(argv[1]);
atoi              117 orte/test/mpi/no-disconnect.c     printf("I AM pid %d with level %d on %s\n", getpid(), (argc < 2)?0:atoi(argv[1]), buf.nodename);
atoi              124 orte/test/mpi/no-disconnect.c         level = atoi(argv[1]);
atoi               15 orte/test/mpi/nonzero.c     int i = atoi(argv[1]);
atoi              119 orte/test/mpi/sendrecv_blaster.c             n_bytes = atoi(tmp);
atoi              128 orte/test/mpi/sendrecv_blaster.c             inject = atoi(tmp);
atoi              132 orte/test/mpi/sendrecv_blaster.c             report = atoi(tmp);
atoi              136 orte/test/mpi/sendrecv_blaster.c             iterations = atoi(tmp);
atoi               70 orte/test/mpi/singleton_client_server.c   num_clients = atoi(argv[1]) ;
atoi               71 orte/test/mpi/singleton_client_server.c   role = atoi(argv[2]) ;
atoi               18 orte/test/mpi/spawn-problem/ch_rec.c 	level = atoi(argv[0]);
atoi               24 orte/test/mpi/spawn_tree.c     level = atoi(argv[1]);
atoi              117 orte/test/system/binom.c     num_procs = atoi(argv[1]);
atoi               28 orte/test/system/iof_delay.c         count = atoi(argv[1]);
atoi               29 orte/test/system/iof_stress.c         count = atoi(argv[1]);
atoi               55 orte/test/system/ofi_big_msg.c         count = atoi(argv[1]);
atoi               78 orte/test/system/ofi_conduit_stress.c         count = atoi(argv[1]);
atoi               56 orte/test/system/ofi_stress.c         count = atoi(argv[1]);
atoi               55 orte/test/system/oob_stress.c         count = atoi(argv[1]);
atoi              123 orte/test/system/oob_stress_channel.c         count = atoi(argv[1]);
atoi               92 orte/test/system/radix.c     Radix = atoi(argv[1]);
atoi               93 orte/test/system/radix.c     NProcs = atoi(argv[2]);
atoi               55 orte/test/system/reducer.c                 cnt->count += atoi(incnt[1]);
atoi               63 orte/test/system/reducer.c             cnt->count = atoi(incnt[1]);
atoi              116 orte/test/system/threads.c         max_iters = atoi(argv[1]);
atoi              119 orte/test/system/threads.c         mode = atoi(argv[2]);
atoi              368 orte/tools/orte-clean/orte-clean.c         procpid = atoi(pidstr);
atoi              104 test/asm/atomic_cmpset.c     nthreads = atoi(argv[1]);
atoi              114 test/asm/atomic_math.c     num_threads = atoi(argv[1]);
atoi              124 test/asm/atomic_spinlock.c     num_threads = atoi(argv[1]);
atoi               96 test/class/opal_hash_table.c             ret = opal_hash_table_get_value_uint32(table, atoi(keys[j]),
atoi              181 test/class/opal_hash_table.c         opal_hash_table_set_value_uint32(table, atoi(num_keys[j]), num_keys[j+1]);
atoi              218 test/class/opal_hash_table.c 	opal_hash_table_set_value_uint32(table, atoi(str), remove_keys[j++]);
atoi              222 test/class/opal_hash_table.c 	opal_hash_table_set_value_uint32(table, atoi(str) + table->ht_capacity, remove_keys[j++]);
atoi              226 test/class/opal_hash_table.c 	opal_hash_table_remove_value_uint32(table, atoi(str));
atoi              100 test/class/opal_proc_table.c         key.jobid = atoi(keys[j]);
atoi              101 test/class/opal_proc_table.c         key.vpid = atoi(keys[j+1]);
atoi              185 test/class/opal_proc_table.c         key.jobid = atoi(num_keys[j]);
atoi              186 test/class/opal_proc_table.c         key.vpid = atoi(num_keys[j+1]);
atoi              200 test/class/opal_proc_table.c         if (key.jobid != (opal_jobid_t)atoi(num_keys[j]) ||
atoi              201 test/class/opal_proc_table.c             key.vpid != (opal_vpid_t)atoi(num_keys[j+1]) ||
atoi              225 test/class/opal_proc_table.c 	opal_hash_table_set_value_uint32(table, atoi(str), remove_keys[j++]);
atoi              229 test/class/opal_proc_table.c 	opal_hash_table_set_value_uint32(table, atoi(str) + table->ht_capacity, remove_keys[j++]);
atoi              233 test/class/opal_proc_table.c 	opal_hash_table_remove_value_uint32(table, atoi(str));
atoi               53 test/util/opal_bit_ops.c             value = atoi (argv[i]);