Searched refs:osize (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dpam_set_item.c60 size_t nsize, osize; local
66 osize = nsize = 0;
79 osize = strlen(*slot) + 1;
84 osize = nsize = sizeof(struct pam_repository);
87 osize = nsize = sizeof(struct pam_conv);
93 memset(*slot, 0xd0, osize);
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_entry.c519 ipc_entry_num_t osize, size, nsize, psize; local
551 osize = oits->its_size;
559 if (target_size <= osize) {
564 psize = osize;
576 if (osize == size) {
583 assert((osize < size) && (size <= nsize));
595 space->is_low_mod = osize;
612 for (i = osize; i < size; i++) {
621 memset((void *)table, 0, osize * sizeof(*table));
624 hi_mod = osize
[all...]
H A Dipc_port.c290 ipc_table_elems_t osize, nsize; local
297 osize = oits->its_size;
302 (osize - 1) * sizeof(struct ipc_port_request));
304 osize = 1;
310 assert(nsize > osize);
314 for (i = osize; i < nsize; i++) {
/macosx-10.10.1/ruby-106/ruby/enc/trans/
H A Dutf_16_32.c339 fun_so_from_utf_16be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
367 fun_so_to_utf_16be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
395 fun_so_from_utf_16le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
423 fun_so_to_utf_16le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
451 fun_so_from_utf_32be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
480 fun_so_to_utf_32be(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
506 fun_so_from_utf_32le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
535 fun_so_to_utf_32le(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
606 fun_so_from_utf_16(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
611 return fun_so_from_utf_16be(statep, s, l, o, osize);
648 fun_so_from_utf_32(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
661 fun_so_to_utf_16(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
674 fun_so_to_utf_32(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
[all...]
H A Dnewline.c97 fun_so_universal_newline(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
132 universal_newline_finish(void *statep, unsigned char *o, size_t osize) argument
H A Diso2022.c270 fun_so_iso2022jp_decoder(void *statep, const unsigned char *s, size_t l, unsigned char* o, size_t osize) argument
319 fun_so_iso2022jp_encoder(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
372 finish_iso2022jp_encoder(void *statep, unsigned char *o, size_t osize) argument
403 fun_so_stateless_iso2022jp_to_eucjp(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
423 fun_so_eucjp_to_stateless_iso2022jp(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
475 fun_so_cp50221_decoder(void *statep, const unsigned char *s, size_t l, unsigned char* o, size_t osize) argument
561 unsigned char *o, size_t osize)
633 unsigned char *o, size_t osize)
683 o += fun_so_cp5022x_encoder(statep, s, l, o, osize);
688 finish_cp50220_encoder(void *statep, unsigned char *o, size_t osize) argument
560 fun_so_cp5022x_encoder(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
632 fun_so_cp50220_encoder(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
[all...]
H A Descape.c183 fun_so_escape_xml_attr_quote(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
196 escape_xml_attr_quote_finish(void *statep, unsigned char *o, size_t osize) argument
H A Djapanese.c144 fun_so_eucjp2sjis(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
165 fun_so_sjis2eucjp(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
/macosx-10.10.1/ruby-106/ruby/
H A Dnewline.c97 fun_so_universal_newline(void *statep, const unsigned char *s, size_t l, unsigned char *o, size_t osize) argument
132 universal_newline_finish(void *statep, unsigned char *o, size_t osize) argument
H A Dvm_insnhelper.c2139 int osize = 0; /* # of opt arguments */ local
2148 osize = opts;
2152 osize = rsize;
2156 rsize -= osize;
2167 MEMMOVE(&argv[start], &argv[m+osize], VALUE, psize);
2173 MEMMOVE(&argv[start], &argv[m+rsize+osize], VALUE, psize);
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSRuntime.cpp156 size_t nmemsize, osize; local
164 osize = ohdr->mlen - sizeof(*ohdr);
165 if (nsize == osize) {
186 if (nsize > osize) {
187 (void) memset(&nmem->dat[osize], 0, nsize - osize);
189 (void)memcpy(nmem->dat, ohdr->dat, (nsize > osize) ? osize : nsize);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfsetbuf.c118 ssize_t osize = 0; local
174 osize = f->size;
203 osize = f->size;
346 if(init && osize > 0)
347 size = osize;
364 if(obuf && size == (size_t)osize && init)
404 if(obuf && obuf != f->data && osize > 0 && (oflags&SF_MALLOC))
410 _Sfi = f->val = obuf ? osize : 0;
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_map.c61 size_t osize = max * sizeof (void *); local
63 bcopy(dtp->dt_pdesc, new_pdesc, osize);
66 bcopy(dtp->dt_edesc, new_edesc, osize);
164 size_t osize = maxformat * sizeof (void *); local
174 bcopy(dtp->dt_formats, new_formats, osize);
/macosx-10.10.1/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_memory_object.c950 vm_size_t osize = 0; /* current size */ local
988 osize = vm_map_round_page(actual * sizeof (*objects),
990 opotential = (unsigned int) (osize / sizeof (*objects));
991 kr = kmem_alloc(ipc_kernel_map, &oaddr, osize);
1078 vm_map_round_page(oaddr + osize,
1083 (vm_map_size_t)osize, TRUE, &pcopy);
/macosx-10.10.1/sudo-73/src/
H A Dsudo_edit.c83 off_t osize; member in struct:tempfile
140 tf[j].osize = sb.st_size;
238 if (tf[i].osize == sb.st_size && timevalcmp(&tf[i].omtim, &tv, ==)) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dhashtab.c498 size_t nsize, osize, elts; local
503 osize = htab->size;
504 olimit = oentries + osize;
509 if (elts * 2 > osize || (elts * 8 < osize && osize > 32))
517 nsize = osize;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dgmalloc.c1955 __malloc_size_t osize = 0;
1960 osize = hdr->size;
1963 if (size < osize)
1964 flood ((char *) ptr + size, FREEFLOOD, osize - size);
1980 if (size > osize)
1981 flood ((char *) (hdr + 1) + osize, MALLOCFLOOD, size - osize);
1954 __malloc_size_t osize = 0; local
H A Dalloc.c683 size_t osize = XMALLOC_GET_SIZE (val);
685 val + osize,
688 bzero (val + osize, XMALLOC_OVERRUN_CHECK_SIZE);
721 size_t osize = XMALLOC_GET_SIZE (val);
723 val + osize,
728 memset (val, 0xff, osize + XMALLOC_OVERRUN_CHECK_SIZE*2);
730 bzero (val + osize, XMALLOC_OVERRUN_CHECK_SIZE);
681 size_t osize = XMALLOC_GET_SIZE (val); local
719 size_t osize = XMALLOC_GET_SIZE (val); local
H A Dregex.c490 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
512 # define REGEX_REALLOCATE(source, osize, nsize) \
514 memcpy (destination, source, osize))
527 # define REGEX_REALLOCATE_STACK(source, osize, nsize) \
537 # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize)
544 # define REGEX_REALLOCATE_STACK(source, osize, nsize) \
545 REGEX_REALLOCATE (source, osize, nsize)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhashtable.c456 int i, osize; local
458 osize = ht->hsize;
461 ht->hsize = osize * 4;
467 for (i = 0, ha = onodes; i < osize; i++, ha++) {
474 zfree(onodes, osize * sizeof(HashNode));
/macosx-10.10.1/gpatch-3/patch/
H A Dutil.c80 size_t osize = strlen (o) + 1; local
81 bakname = xmalloc (plen + tlen + blen + osize);
85 memcpy (bakname + plen + tlen + blen, o, osize);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmoduli.c156 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus)
168 otype, otests, otries, osize, ogenerator);
155 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus) argument
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dbfdlink.h493 bfd *obfd, enum bfd_link_hash_type otype, bfd_vma osize,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tar/
H A Dtar.tcl289 set osize [format %o $A(size)]
306 $osize\x00 $omtime\x00 {} $type \
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c1042 off_t osize; /* ui_size before change */ local
1055 osize = uip->ui_size;
1057 if (ISSET(opts, UBC_SETSIZE_NO_FS_REENTRY) && nsize < osize)
1065 if (nsize >= osize) { /* Nothing more to do */
1066 if (nsize > osize) {
1080 olastpgend = round_page_64(osize);

Completed in 353 milliseconds

12