Searched refs:atol (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-12-stable/contrib/sendmail/src/
H A Dreadcf.c1491 m->m_maxsize = atol(p);
3240 MaxMessageSize = atol(p);
3242 MinBlocksFree = atol(val);
3778 MaxMessageSize = atol(val);
3813 ShmKey = atol(val);
H A Dmci.c1055 mci->mci_lastuse = atol(&buf[1]);
H A Dusersmtp.c462 mci->mci_maxsize = atol(p);
491 mci->mci_min_by = atol(p);
H A Dmilter.c1637 MilterMaxDataSize = (size_t)atol(val);
/freebsd-12-stable/crypto/openssl/apps/
H A Dca.c376 crldays = atol(opt_arg());
379 crlhours = atol(opt_arg());
382 crlsec = atol(opt_arg());
H A Ds_server.c1163 naccept = atol(opt_arg());
1506 socket_mtu = atol(opt_arg());
H A Ds_client.c1365 socket_mtu = atol(opt_arg());
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c357 port = atol(delim + 1);
H A Dwps_upnp_web.c605 ev_type = atol(val);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c732 slno = (recno_t)atol(t);
/freebsd-12-stable/contrib/opie/
H A Dftpcmd.y603 long atol();
/freebsd-12-stable/contrib/gcc/
H A Dread-rtl.c1674 tmp_wide = atol (tmp_char);
H A Dsys-protos.h116 extern long int atol(const char *);
H A Dconfigure11392 for ac_func in getenv atol asprintf sbrk abort atof getcwd getwd \
/freebsd-12-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py105 x = string.atol(result.attributes["x"].value)
/freebsd-12-stable/contrib/binutils/bfd/doc/
H A Dchew.c79 [word starting with digit] - push atol(str) onto integer stack
1360 add_to_definition (ptr, (stinst_type) atol (word));
/freebsd-12-stable/contrib/amd/amd/
H A Dconf.c817 gopt.portmap_program = atol(val);
/freebsd-12-stable/contrib/unbound/util/
H A Dconfig_file.c1942 *res = (size_t)atol(str);
1972 *res = ((size_t)atol(str)) * mult;
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c1994 *(long*)data = atol(entry);
2001 *(unsigned long*)data = atol(entry);
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1996 restart_point = atol(argv[1]);
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h1535 # undef atol /* wounded in <stdlib.h> */ macro
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c228 static long atol (const char *);
3184 atol(str) function
4335 IMPORT_CFUNC(atol, 0),
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c213 return atol(strt);

Completed in 511 milliseconds

123