Searched refs:maplen (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/text_cmds-87/tail/
H A Dmisc.c82 (off_t)mip->maplen) {
86 n = (mip->mapoff + mip->maplen) - startoff;
105 if (mip->start != NULL && munmap(mip->start, mip->maplen) != 0)
109 mip->maplen = TAILMAPLEN;
110 if ((off_t)mip->maplen > mip->maxoff - mip->mapoff)
111 mip->maplen = mip->maxoff - mip->mapoff;
112 if (mip->maplen <= 0)
114 if ((mip->start = mmap(NULL, mip->maplen, PROT_READ, MAP_SHARED,
H A Dextern.h48 size_t maplen; member in struct:mapinfo
H A Dreverse.c133 curoff >= map.mapoff + (off_t)map.maplen) {
171 if (map.start != NULL && munmap(map.start, map.maplen))
H A Dforward.c357 if (map.start != NULL && munmap(map.start, map.maplen)) {
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsmap.c116 size_t maplen);
169 unsigned long *map, size_t maplen)
176 TRACE(("idn_ucsmap_add(ucs=U+%lX, maplen=%u)\n", ucs, maplen));
184 if (maplen > MAX_MAPLEN) {
185 WARNING(("idn_ucsmap_add: maplen too large (> %d)\n",
203 e->len = maplen;
205 if (maplen > 0) {
207 e->map = save_mapped_sequence(ctx, map, maplen);
212 * Zero 'maplen' i
168 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map, size_t maplen) argument
326 save_mapped_sequence(idn_ucsmap_t ctx, unsigned long *map, size_t maplen) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducsmap.h91 * characters of length 'maplen'. 'map' may be NULL if 'maplen' is zero,
98 * or too large maplen.
102 size_t maplen);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dutil.c220 int i, pad, maplen;
245 maplen = i+1;
249 for (i=0; i < maplen; i++) {
216 int i, pad, maplen; local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdtarga.c338 unsigned int width, height, maplen; local
354 maplen = GET_2B(5);
447 if (maplen > 0) {
448 if (maplen > 256 || GET_2B(3) != 0)
452 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3);
454 read_colormap(source, (int) maplen, UCH(targaheader[7]));
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c679 size_t optslen, maplen; local
732 &maplen);
737 MALLOC(map, char *, maplen, M_AUTOFS, M_WAITOK);
738 bcopy(strbuff, map, maplen);
751 fnip->fi_maplen = (int)maplen;

Completed in 207 milliseconds