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

1234

/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_pgsql.c340 *(long*)data = atol(PQgetvalue(row->res->res, row->n, n));
343 *(unsigned long*)data = atol(PQgetvalue(row->res->res, row->n, n));
H A Dapr_dbd_oracle.c1994 *(long*)data = atol(entry);
2001 *(unsigned long*)data = atol(entry);
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c1529 keylen = atol(gstr);
1562 keylen = atol(p + 1);
H A Dca.c445 crldays = atol(*(++argv));
449 crlhours = atol(*(++argv));
453 crlsec = atol(*(++argv));
H A Ds_server.c1181 naccept = atol(*(++argv));
1495 socket_mtu = atol(*(++argv));
H A Ds_client.c986 socket_mtu = atol(*(++argv));
/freebsd-11-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-11-stable/contrib/gcc/
H A Dread-rtl.c1674 tmp_wide = atol (tmp_char);
H A Dsys-protos.h116 extern long int atol(const char *);
/freebsd-11-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-11-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py105 x = string.atol(result.attributes["x"].value)
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y603 long atol();
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c732 slno = (recno_t)atol(t);
/freebsd-11-stable/contrib/amd/amd/
H A Dconf.c817 gopt.portmap_program = atol(val);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_web.c605 ev_type = atol(val);
H A Dwps_upnp.c357 port = atol(delim + 1);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c1942 *res = (size_t)atol(str);
1972 *res = ((size_t)atol(str)) * mult;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1996 restart_point = atol(argv[1]);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1535 # undef atol /* wounded in <stdlib.h> */ macro
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c226 static long atol (const char *);
3182 atol(str) function
4333 IMPORT_CFUNC(atol, 0),
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c213 return atol(strt);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c1223 bytes = atol(*(++argv));

Completed in 375 milliseconds

1234