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

1234567891011>>

/macosx-10.10.1/cups-408/cups/cups/
H A Dtls.c83 httpCredentialsString(cups_array_t *credentials, char *buffer, size_t bufsize) argument
86 (void)bufsize;
H A Dadminutil.h60 char *buffer, int bufsize)
/macosx-10.10.1/dtrace-147/test/tst/common/buffering/
H A Dtst.ring1.d35 * Options and Tunables/bufsize;
47 #pragma D option bufsize=50
H A Dtst.ring3.d35 * Options and Tunables/bufsize;
52 #pragma D option bufsize=40
H A Dtst.switch1.d35 * Options and Tunables/bufsize;
45 #pragma D option bufsize=32
/macosx-10.10.1/dtrace-147/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.10.1/libarchive-30/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.10.1/postfix-255/postfix/src/util/
H A Drecv_pass_attr.c9 /* int recv_pass_attr(fd, attr, timeout, bufsize)
13 /* ssize_t bufsize;
28 /* .IP bufsize
57 int recv_pass_attr(int fd, HTABLE **attr, int timeout, ssize_t bufsize) argument
69 VSTREAM_CTL_BUFSIZE, bufsize,
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.10.1/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.10.1/apr-32/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.10.1/cups-408/cups/locale/
H A Dstrings2po.c41 static int read_strings(FILE *strings, char *buffer, size_t bufsize,
114 size_t bufsize, /* I - Size of line buffer */
121 while (fgets(buffer, (int)bufsize, strings))
112 read_strings(FILE *strings, char *buffer, size_t bufsize, char **id, char **str) argument
/macosx-10.10.1/ksh-23/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.10.1/pyobjc-45/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

Completed in 125 milliseconds

1234567891011>>