Searched defs:nbytes (Results 151 - 175 of 232) sorted by relevance

12345678910

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dsend_to_kdc.c405 int nbytes; local
729 int nbytes; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c228 size_t clen, nbytes; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmalloc.c745 long nbytes; local
852 register unsigned int nbytes; local
980 register unsigned int nbytes; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dxfrin.c147 isc_uint64_t nbytes; /*%< Number of bytes received */ member in struct:dns_xfrin_ctx
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c1003 register size_t nbytes; local
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsockfilt.c346 static ssize_t fullread(int filedes, void *buffer, size_t nbytes) argument
392 static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes) argument
438 read_stdin(void *buffer, size_t nbytes) argument
455 write_stdout(const void *buffer, size_t nbytes) argument
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_subr.c859 dt_string2str(char *s, char *str, int nbytes) argument
886 dtrace_addr2str(dtrace_hdl_t *dtp, uint64_t addr, char *str, int nbytes) argument
925 dtrace_uaddr2str(dtrace_hdl_t *dtp, pid_t pid, uint64_t addr, char *str, int nbytes) argument
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_section.c588 int nbytes; local
1414 int nbytes; local
1576 int nbytes; local
1630 int nbytes; local
1767 _dwarf_pro_buffer(Dwarf_P_Debug dbg, int elfsectno, unsigned long nbytes) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A Dglue.c351 ssize_t pread(int fd, void* buf, size_t nbytes, off_t offset) { argument
355 ssize_t write(int fd, const void *buf, size_t nbytes) { argument
/macosx-10.10.1/emacs-93/emacs/src/
H A Dinsdel.c414 int nbytes = to_byte - from_byte; local
[all...]
H A Dprint.c515 SAFE_ALLOCA (buffer, char *, nbytes); local
507 int nbytes = SBYTES (string); local
H A Dsound.c622 int nbytes; local
717 int nbytes; local
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dreadelf.c1128 file_tryelf(struct magic_set *ms, int fd, const unsigned char *buf, size_t nbytes) argument
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_windows.c709 __la_read(int fd, void *buf, size_t nbytes) argument
1033 __la_write(int fd, const void *buf, size_t nbytes) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c1034 size_t nbytes; local
/macosx-10.10.1/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c1073 safe_read(int fd, void *buf, int nbytes, off_t off) argument
1089 safe_write(int fd, char *buf, int nbytes, off_t off) argument
/macosx-10.10.1/network_cmds-457/dnctl/
H A Ddnctl.c422 list_pipes(void *data, size_t nbytes, int ac, char *av[]) argument
496 socklen_t nbytes; local
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dsudoreplay.c244 size_t len, nbytes, nread; local
542 size_t count, remainder, nbytes = 0; local
[all...]
/macosx-10.10.1/system_cmds-643.1.1/sar.tproj/
H A Dsar.c633 write_record_data(char *buf, size_t nbytes) argument
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c909 int bytesPerLineXOR, bytesPerLineAND, nbytes, ncolors, i, x, y; local
/macosx-10.10.1/vim-55/src/
H A Dos_vms.c299 vms_read(char *inbuf, size_t nbytes) argument
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h153 cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t nbytes, const void *in, void *out) argument
159 cccfb_one_shot(const struct ccmode_cfb *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
192 cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out) argument
198 cccfb8_one_shot(const struct ccmode_cfb8 *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
235 ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t nbytes, const void *in, void *out) argument
241 ccctr_one_shot(const struct ccmode_ctr *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
275 ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, size_t nbytes, const void *in, void *out) argument
281 ccofb_one_shot(const struct ccmode_ofb *mode, size_t key_len, const void *key, const void *iv, size_t nbytes, const void *in, void *out) argument
390 ccgcm_gmac(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *in) argument
396 ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, size_t nbytes, const void *in, void *out) argument
414 ccgcm_one_shot(const struct ccmode_gcm *mode, size_t key_len, const void *key, size_t iv_len, const void *iv, size_t adata_len, const void *adata, size_t nbytes, const void *in, void *out, size_t tag_len, void *tag) argument
463 ccccm_cbcmac(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx, size_t nbytes, const void *in) argument
469 ccccm_update(const struct ccmode_ccm *mode, ccccm_ctx *ctx, ccccm_nonce *nonce_ctx, size_t nbytes, const void *in, void *out) argument
487 ccccm_one_shot(const struct ccmode_ccm *mode, unsigned long key_len, const void *key, unsigned nonce_len, const void *nonce, unsigned long nbytes, const void *in, void *out, unsigned adata_len, const void* adata, unsigned mac_size, void *mac) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Duser.h189 uint nbytes; /* number of bytes in ibits and obits */ member in struct:uthread::_select
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmachine_routines.c191 uint32_t count, nbytes = 0; local
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp804 UInt64 nbytes; local
871 UInt64 nbytes; local

Completed in 422 milliseconds

12345678910