Home
last modified time | relevance | path

Searched refs:atol (Results 76 - 100 of 118) sorted by relevance

12345

/third_party/toybox/toys/pending/
H A Dlsof.c417 if ((pid = atol(node->name))) lsof_pid(pid, &node->st); in scan_proc()
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h2384 long atol(const char *s) in atol() function
2409 return atol(s); in atoi()
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c895 maxsize = atol (maxsize_envvar); in debuginfod_query_server()
902 maxtime = atol (maxtime_envvar); in debuginfod_query_server()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dksm_tests.c797 page_count = atol(optarg); in main()
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_router_ipv4_user.c353 arp_entry.mac = atol(mac); in read_arp()
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.c473 frame_id = atol(value); in maybe_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_ssdp.c632 mx = atol(data); in ssdp_parse_msearch()
H A Dwps_upnp.c344 port = atol(delim + 1); in subscr_addr_add_url()
H A Dwps_upnp_web.c605 ev_type = atol(val); in web_process_put_wlan_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_ssdp.c632 mx = atol(data); in ssdp_parse_msearch()
H A Dwps_upnp.c357 port = atol(delim + 1); in subscr_addr_add_url()
H A Dwps_upnp_web.c605 ev_type = atol(val); in web_process_put_wlan_response()
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c443 crldays = atol(opt_arg()); in ca_main()
446 crlhours = atol(opt_arg()); in ca_main()
449 crlsec = atol(opt_arg()); in ca_main()
H A Ds_server.c1173 naccept = atol(opt_arg()); in s_server_main()
1537 socket_mtu = atol(opt_arg()); in s_server_main()
H A Dreq.c1558 keylen = atol(gstr); in set_keygen_ctx()
/third_party/openssl/apps/
H A Dca.c443 crldays = atol(opt_arg()); in ca_main()
446 crlhours = atol(opt_arg()); in ca_main()
449 crlsec = atol(opt_arg()); in ca_main()
H A Ds_server.c1173 naccept = atol(opt_arg()); in s_server_main()
1537 socket_mtu = atol(opt_arg()); in s_server_main()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_router_ipv4_user.c417 arp_entry.mac = atol(mac); in read_arp()
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
H A Dloopback_test.c918 t.mask = atol(optarg); in main()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs334 pub fn atol(s: *const c_char) -> c_long; in atol() functions
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c435 usleep_duration = (ulg)atol(*argv); in main()
449 loop_interval = atol(*argv); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c1515 nr_pages_per_cpu = atol(argv[2]) * 1024*1024 / page_size / in main()
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c181 return atol(buffer); in get_obj()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c183 return atol(buffer); in get_obj()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs543 pub fn atol(arg1: *const c_char) -> c_long; in atol() functions

Completed in 51 milliseconds

12345