Searched refs:bufsize (Results 51 - 75 of 417) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Dtst.switch1.d35 * Options and Tunables/bufsize;
45 #pragma D option bufsize=32
/macosx-10.9.5/dtrace-118.1/test/tst/common/safety/
H A Dtst.basename.d29 #pragma D option bufsize=1000
H A Dtst.cleanpath.d29 #pragma D option bufsize=1000
H A Dtst.ddi_pathname.d29 #pragma D option bufsize=1000
H A Dtst.dirname.d29 #pragma D option bufsize=1000
H A Dtst.msgdsize.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.msgsize.d34 * Options and Tunables/bufsize;
39 #pragma D option bufsize=1000
H A Dtst.null.d33 * SECTION: Options and Tunables/bufsize;
42 #pragma D option bufsize=16
H A Dtst.strjoin.d29 #pragma D option bufsize=1000
H A Dtst.strstr.d29 #pragma D option bufsize=1000
H A Dtst.strtok.d29 #pragma D option bufsize=1000
H A Dtst.substr.d29 #pragma D option bufsize=1000
H A Dtst.vahole.d35 #pragma D option bufsize=16
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c122 size_t bufsize = 128; local
129 r = getgrnam_r(gname, &grent, buffer, bufsize, &result);
134 bufsize *= 2;
137 buffer = malloc(bufsize);
182 size_t bufsize = 128; local
189 r = getpwnam_r(uname, &pwent, buffer, bufsize, &result);
194 bufsize *= 2;
197 buffer = malloc(bufsize);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest095.tcl150 proc t95_gettest { db tnum letter bufsize expectfail } {
151 t95_gettest_body $db $tnum $letter $bufsize $expectfail 0
153 proc t95_cgettest { db tnum letter bufsize expectfail } {
154 t95_gettest_body $db $tnum $letter $bufsize $expectfail 1
156 proc t95_flagtest { db tnum letter bufsize } {
157 t95_flagtest_body $db $tnum $letter $bufsize 0
159 proc t95_cflagtest { db tnum letter bufsize } {
160 t95_flagtest_body $db $tnum $letter $bufsize 1
164 proc t95_gettest_body { db tnum letter bufsize expectfail usecursor } {
178 puts "\tTest$tnum.$letter: $action with bufsize
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_dso.h82 * @param bufsize The size of the provided buffer
84 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_dso.h82 * @param bufsize The size of the provided buffer
84 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dadminutil.h60 char *buffer, int bufsize)
/macosx-10.9.5/cups-372.4/cups/locale/
H A Dstrings2po.c39 static int read_strings(FILE *strings, char *buffer, size_t bufsize,
112 size_t bufsize, /* I - Size of line buffer */
119 while (fgets(buffer, bufsize, strings))
110 read_strings(FILE *strings, char *buffer, size_t bufsize, char **id, char **str) argument
H A Dcheckpo.c39 static char *abbreviate(const char *s, char *buf, int bufsize);
299 int bufsize) /* I - Size of buffer */
304 for (bufptr = buf, bufsize -= 4; *s && bufsize > 0; s ++)
308 if (bufsize < 2)
313 bufsize -= 2;
317 if (bufsize < 2)
322 bufsize -= 2;
326 if (bufsize < 4)
331 bufsize
297 abbreviate(const char *s, char *buf, int bufsize) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdio.c157 int sfdcdio(Sfio_t* f, size_t bufsize) argument
159 int sfdcdio(f, bufsize)
161 size_t bufsize;
187 if(bufsize > 0)
188 bufsize = (bufsize/dio.d_miniosz)*dio.d_miniosz;
189 if(bufsize <= 0)
190 bufsize = dio.d_miniosz*64;
191 if(bufsize > dio.d_maxiosz)
192 bufsize
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dnbbio.c9 /* NBBIO *nbbio_create(fd, bufsize, label, action, context)
11 /* ssize_t bufsize;
167 if (np->read_pend == np->bufsize)
170 if (np->read_pend < 0 || np->read_pend > np->bufsize)
174 np->bufsize - np->read_pend);
205 if (np->write_pend < 0 || np->write_pend > np->bufsize)
269 if (np->read_pend >= np->bufsize)
328 NBBIO *nbbio_create(int fd, ssize_t bufsize, const char *label, argument
338 if (bufsize <= 0)
339 msg_panic("nbbio_create: bad buffer size: %ld", (long) bufsize);
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgdataconsumer.py36 def putBytes(info, buffer, bufsize):
38 self.failUnlessEqual(len(buffer), bufsize)
40 return bufsize
/macosx-10.9.5/cctools-845/libstuff/
H A Dexecute.c152 uint32_t bufsize; local
157 bufsize = MAXPATHLEN;
159 i = _NSGetExecutablePath(p, &bufsize);
161 p = allocate(bufsize);
162 _NSGetExecutablePath(p, &bufsize);
H A Dllvm.c43 uint32_t bufsize; local
57 bufsize = MAXPATHLEN;
59 i = _NSGetExecutablePath(p, &bufsize);
61 p = allocate(bufsize);
62 _NSGetExecutablePath(p, &bufsize);

Completed in 274 milliseconds

1234567891011>>