Searched refs:buf_len (Results 101 - 110 of 110) sorted by relevance

12345

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c2576 size_t buf_len = 0; local
2598 if (sysctl(mib, 6, NULL, &buf_len, NULL, 0) < 0) {
2601 buf = malloc(buf_len);
2602 if (sysctl(mib, 6, buf, &buf_len, NULL, 0) < 0) {
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Darp_session.c2248 dump_bytes(const unsigned char * buf, int buf_len) argument
2252 for (i = 0; i < buf_len; i++) {
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-asn1.h908 int i2t_ASN1_OBJECT(char *buf,int buf_len,ASN1_OBJECT *a);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dasn1.h890 int i2t_ASN1_OBJECT(char *buf,int buf_len,ASN1_OBJECT *a);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dasn1.h890 int i2t_ASN1_OBJECT(char *buf,int buf_len,ASN1_OBJECT *a);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dtransfer.c342 show = CURLMIN(conn->buf_len - conn->read_pos, sizeof(buf)-1);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c847 size_t buf_len = 0; local
872 if (sysctl(mib, 6, NULL, &buf_len, NULL, 0) == -1) {
876 buf = CFAllocatorAllocate(NULL, buf_len, 0);
877 if (sysctl(mib, 6, buf, &buf_len, NULL, 0) == -1) {
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.c262 ssize_t buf_len, off_t offset)
259 cleanup_milter_hbc_extend(void *context, const char *command, int cmd_len, const char *optional_text, const char *where, const char *buf, ssize_t buf_len, off_t offset) argument
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapfast_plugin.c3062 size_t buf_len = sizeof(buf); local
3067 &resumed, buf, &buf_len);
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-objects.h4028 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);

Completed in 450 milliseconds

12345