Searched refs:bufsize (Results 26 - 50 of 417) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Dtst.ring2.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=512k
H A Dtst.smallring.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=16
H A Dtst.ring1.d35 * Options and Tunables/bufsize;
47 #pragma D option bufsize=50
/macosx-10.9.5/dtrace-118.1/test/tst/common/rates/
H A Dtst.switchrate.d34 * Options and Tunables/bufsize;
46 #pragma D option bufsize=40
/macosx-10.9.5/dtrace-118.1/test/tst/common/safety/
H A Dtst.caller.d36 * Options and Tunables/bufsize;
41 #pragma D option bufsize=1000
H A Dtst.stack.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.stackdepth.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=1000
H A Dtst.uregs.d33 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.ustack.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.ustackdepth.d35 * Options and Tunables/bufsize;
40 #pragma D option bufsize=1000
H A Dtst.progenyof.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.random.d34 * Options and Tunables/bufsize;
43 #pragma D option bufsize=16
H A Dtst.unalign.d35 #pragma D option bufsize=16
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dcompat.c104 * @param bufsize is the size of the destination buffer.
108 size_t strlcpy(char *d, const char *s, size_t bufsize) argument
112 if (bufsize > 0) {
113 if (len >= bufsize)
114 len = bufsize-1;
127 * @param bufsize length of the buffer, which should be one more than
130 size_t strlcat(char *d, const char *s, size_t bufsize) argument
136 if (len1 < bufsize - 1) {
137 if (len2 >= bufsize - len1)
138 len2 = bufsize
[all...]
/macosx-10.9.5/top-89.1.2/
H A Duinteger.c80 bool top_humanize_uinteger(char *buf, size_t bufsize, argument
84 if(-1 == humanize_number(buf + 1, bufsize - 1,
91 if(-1 == humanize_number(buf, bufsize,
101 bool top_sprint_uinteger(char *buf, size_t bufsize, argument
105 if(-1 == snprintf(buf, bufsize, "-%" PRIu64, i.value))
108 if(-1 == snprintf(buf, bufsize, "%" PRIu64, i.value))
137 bool top_uinteger_format_result(char *buf, size_t bufsize, uint64_t now, argument
146 if(top_sprint_uinteger(buf, bufsize, i)) {
157 if(-1 == snprintf(buf, bufsize, "%s%" PRIu64 "%c",
170 bool top_uinteger_format_mem_result(char *buf, size_t bufsize, uint64_ argument
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dopenat-proc.c90 size_t bufsize = PROC_SELF_FD_NAME_SIZE_BOUND (strlen (file)); local
91 char *result = (bufsize < OPENAT_BUFFER_SIZE ? buf : xmalloc (bufsize));
H A Dreadlink.c38 readlink (const char *path, char *buf, size_t bufsize) argument
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Duname-a.d37 #pragma D option bufsize=8k
/macosx-10.9.5/dtrace-118.1/DTTk/System/
H A Duname-a.d37 #pragma D option bufsize=8k
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Headers/
H A Dlinkup.h39 int bufsize, // size of the buffer
52 if (buffer == NULL || bufsize == 0) {
54 bufsize = sizeof(line);
72 snprintf(buffer, bufsize, "Ethernet [%s]: Link up on %s%d, %d-%s, %s-duplex, %s flow-control%s%s, Debug [%04x,%04x,%04x,%04x,%04x,%04x]%s%s",
37 LinkUpMessage( char *buffer, int bufsize, const char *kextname, IONetworkInterface *netif, int megabits, bool fullDuplex, LinkUpFlow flowState, const char *port, UInt16 phyregs[LinkUp_Phy_Count], const char *loopback ) argument
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dreadlink.c37 readlink (const char *path, char *buf, size_t bufsize) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A DmacOnly.h62 extern DWORD prng_slow_poll(BYTE* buf,UINT bufsize);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dmakebuf.c103 __swhatbuf(fp, bufsize, couldbetty)
105 size_t *bufsize;
112 *bufsize = BUFSIZ;
119 *bufsize = BUFSIZ;
128 fp->_blksize = *bufsize = st.st_blksize > MAXBUFSIZE ? MAXBUFSIZE : st.st_blksize;
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread-debug.c136 unsigned int bufsize; local
144 bufsize = 4;
148 smallBuffer = malloc(bufsize);
155 requiredLength = vsnprintf(smallBuffer, bufsize, format, args);
158 bufsize *= 2;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap_rb_stats_script.d37 #pragma D option bufsize=2m

Completed in 233 milliseconds

1234567891011>>