Searched refs:BUF_SIZE (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/cal/
H A Duprint.c20 #define BUF_SIZE 128 macro
30 char buf [BUF_SIZE];
44 arraySize = BUF_SIZE;
67 arraySize = BUF_SIZE;
H A Dcal.c96 #define BUF_SIZE 64 macro
381 char c [BUF_SIZE];
388 if(count < BUF_SIZE) {
429 UChar s [BUF_SIZE];
442 udat_format(dfmt, ucal_getMillis(c, status), s, BUF_SIZE, 0, status);
499 unum_format(nfmt, day, s, BUF_SIZE, 0, status);
546 UChar s [BUF_SIZE];
565 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status);
670 unum_format(nfmt, left_day, s, BUF_SIZE, 0, status);
718 unum_format(nfmt, right_day, s, BUF_SIZE,
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/date/
H A Duprint.c21 #define BUF_SIZE 128 macro
31 char buf [BUF_SIZE];
45 arraySize = BUF_SIZE;
68 arraySize = BUF_SIZE;
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dechod.c29 #define BUF_SIZE 4096 macro
49 buf = apr_palloc(pool, BUF_SIZE);
54 len = BUF_SIZE;
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Duwmsg.c31 #define BUF_SIZE 128 macro
42 char buf [BUF_SIZE];
54 arraySize = BUF_SIZE;
77 arraySize = BUF_SIZE;
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dmkhelp.pl167 #define BUF_SIZE 0x10000
200 buf = malloc(BUF_SIZE);
203 z.avail_out = BUF_SIZE;
207 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
H A Dtool_hugehelp.c8204 #define BUF_SIZE 0x10000 macro
8237 buf = malloc(BUF_SIZE);
8240 z.avail_out = BUF_SIZE;
8244 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dloop_wchar.h29 # define BUF_SIZE 64 /* assume MB_LEN_MAX <= 64 */ macro
143 char buf[BUF_SIZE];
215 if (bufcount + MB_CUR_MAX > BUF_SIZE)
246 char buf[BUF_SIZE];
327 char buf[BUF_SIZE];
331 size_t bufleft = BUF_SIZE;
346 size_t bufcount = bufptr-buf; /* = BUF_SIZE-bufleft */
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_fd.c38 #define BUF_SIZE 512 macro
78 while ((nbytes = read(descriptor, aslr->w, BUF_SIZE - (aslr->w - aslr->buf) - 1)) > 0)
105 memmove(aslr->buf, p, BUF_SIZE - (p - aslr->buf));
249 redirect_descriptors[descriptor].buf = (char *)malloc(BUF_SIZE);
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/generic/
H A DbufQueue.c49 #define BUF_SIZE (1024) macro
245 n->buf = Buf_CreateFixedBuffer (BUF_SIZE);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DIPv6Socket.c67 #define BUF_SIZE (BUF_SIZE_NO_HLIM + CMSG_SPACE(sizeof(int))) macro
74 char cmsgbuf[BUF_SIZE];
91 mhdr.msg_controllen = BUF_SIZE;
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_parse.c223 #define BUF_SIZE 2048 macro
228 bptr = malloc (BUF_SIZE);
238 if (fgets(bptr, BUF_SIZE, f) == NULL)
251 if (strlen(bptr) >= BUF_SIZE - 1) {
258 for (offset = 0; offset > -BUF_SIZE; offset--) {
/macosx-10.10.1/pam_modules-140/modules/pam_env/
H A Dpam_env.c82 #define BUF_SIZE 1024 macro
143 char buffer[BUF_SIZE];
173 while (( retval = _assemble_line(pamh, conf, buffer, BUF_SIZE)) > 0) {
210 char buffer[BUF_SIZE], *key, *mark;
225 while (_assemble_line(pamh, conf, buffer, BUF_SIZE) > 0) {
544 /* No unexpanded variable can be bigger than BUF_SIZE */
545 char type, tmpval[BUF_SIZE];
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dghiper.c343 #define BUF_SIZE 1024 macro
356 buf = g_malloc(BUF_SIZE+1);
358 buf[BUF_SIZE]='\0';
359 g_io_channel_read_chars(ch,buf,BUF_SIZE,&len,&err);
/macosx-10.10.1/objc4-646/runtime/
H A Dhashtable2.mm619 #define BUF_SIZE 256
624 char stackBuf[BUF_SIZE];
626 if (length+1 > BUF_SIZE)
633 if (length+1 > BUF_SIZE)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnormconf.cpp162 enum { BUF_SIZE = 1024 }; enumerator in enum:__anon1173
163 char lineBuf[BUF_SIZE];
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dinput.cpp273 enum { BUF_SIZE = 512 }; enumerator in enum:file_iterator::__anon8831
274 unsigned char buf[BUF_SIZE];
342 unsigned char *e = p + BUF_SIZE;

Completed in 307 milliseconds