HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 1 - 25 of 1645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/lp/lib/msgs/
putmessage.c 45 int size; local
55 size = _putmessage(buf, type, arg);
57 return(size);
_putmessage.c 50 int size = 0; local
63 size = MESG_LEN;
73 (void) htos(buf + size, t_short);
75 size += 4;
81 (void) ltos(buf + size, t_long);
83 size += 8;
91 (void) htos(buf + size, t_short);
93 size += 4;
97 (void) memcpy(buf + size, t_string, t_short);
99 (buf + size)[0] = 0
    [all...]
mdisconnect.c 114 int size; local
120 size = putmessage((char *)0, S_GOODBYE);
121 if ((msgbuf = (char *)Malloc((unsigned)size)))
  /onnv/onnv-gate/usr/src/common/openssl/crypto/perlasm/
x86_64-xlate.pl 89 sub size { subroutine
161 sub size {} subroutine
217 sub size { subroutine
354 /\.size/ && do { if (defined($current_function)) {
407 if ($src=register->re(\$line)) { opcode->size($src->size()); }
416 if ($dst=register->re(\$line)) { opcode->size($dst->size()); }
422 $sz=opcode->size();
426 printf "\t%s\t%s,%s", $opcode->out($dst->size()),
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/cdt/
dtsize.c 46 reg int size; local
50 if(dt->data->size < 0) /* !(dt->data->type&(DT_SET|DT_BAG)) */
52 dt->data->size = treecount(dt->data->here);
54 { for(size = 0, t = dt->data->head; t; t = t->right)
55 size += 1;
56 dt->data->size = size;
60 return dt->data->size;
  /onnv/onnv-gate/usr/src/cmd/fmli/qued/
fread.c 49 register int len, size = 0; local
61 size = ++len;
63 while (len < size)
68 return(size);
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/
pol_xdr.c 45 u_int size; local
49 size = 0;
51 size = strlen(*objp) + 1;
53 if (! xdr_u_int(xdrs, &size)) {
58 if (size == 0) {
62 *objp = (char *) mem_alloc(size);
68 return (xdr_opaque(xdrs, *objp, size));
71 if (size != 0)
72 return (xdr_opaque(xdrs, *objp, size));
77 mem_free(*objp, size);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
vwprintw.c 66 int size = BUFSIZ; local
70 buffer = (char *) malloc(size);
75 n = vsnprintf(buffer, size, fmt, ap);
76 if (n < size)
78 size *= 2;
79 buffer = (char *) realloc(buffer, size);
wctomb.c 44 int size, index; local
56 size = eucw1;
62 size = eucw2;
68 size = eucw3;
74 if ((index = size) <= 0)
85 return ((int)(s - olds) + size);
  /onnv/onnv-gate/usr/src/lib/libmtmalloc/tests/
reallocs.c 43 size_t size; local
45 for (size = 1; size <= MAX_CACHE_SZ; size++) {
46 p = malloc(size);
47 q = realloc(p, size);
49 (void) fprintf(stderr, "size: %d, p: 0x%p, q: 0x%p\n",
50 size, p, q);
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
memlist_plat.h 48 u_longlong_t size; member in struct:prom_memlist
53 extern void size_physavail(prom_memlist_t *physavail, size_t size,
55 extern pgcnt_t size_virtalloc(prom_memlist_t *avail, size_t size);
  /onnv/onnv-gate/usr/src/cmd/eqn/
size.c 20 setsize(char *p) /* set size as found in p */
32 size(int p1, int p2) function
34 /* old size in p1, new in ps */
63 if (gsize >= 12) /* sub and sup size change */
  /onnv/onnv-gate/usr/src/cmd/fm/schemes/legacy-hc/
scheme.c 34 ssize_t size; local
43 size = snprintf(buf, buflen, "legacy-hc:///component=%s", c);
46 return (size);
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
load_hash.c 31 size_t size; local
57 size = n * 2 - 1;
59 size = iphp->iph_size;
60 if ((list == NULL) && (size == 1)) {
63 iphp->iph_name, "size to match expected use");
65 iph.iph_size = size;
88 iph.iph_table = calloc(size, sizeof(*iph.iph_table));
90 perror("calloc(size, sizeof(*iph.iph_table))");
  /onnv/onnv-gate/usr/src/cmd/lp/lib/forms/
putform.c 122 int size = 0, local
136 size += n;
141 if (!size)
  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
sop.c 47 register int size, local
57 size = 0;
67 str = Realloc(str, size + add_size + 1);
69 str = Malloc(size + add_size + 1);
74 strcpy (str + size, buf);
75 size += add_size;
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
makebuf.c 47 size_t size; local
56 flags = sm_whatbuf(fp, &size, &couldbetty);
57 if ((p = sm_malloc(size)) == NULL)
68 fp->f_bf.smb_size = size;
77 ** Plus it fills in 'bufsize' for recommended buffer size and
83 ** bufsize -- new buffer size (a return)
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
dh.h 38 int size; member in struct:dhgroup
  /onnv/onnv-gate/usr/src/common/openssl/crypto/evp/
p_open.c 74 int i,size=0,ret=0; local
89 size=RSA_size(priv->pkey.rsa);
90 key=(unsigned char *)OPENSSL_malloc(size+2);
108 if (key != NULL) OPENSSL_cleanse(key,size);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
pr_to_salt.c 42 unsigned int size = 0, offset=0; local
55 size += krb5_princ_realm(context, pr)->length;
58 size += krb5_princ_component(context, pr, i)->length;
60 ret->length = size;
61 if (!(ret->data = malloc (size)))
  /onnv/onnv-gate/usr/src/lib/krb5/dyn/
dyn_realloc.c 27 int cnt, size; local
29 if (obj->size > req)
32 return _DynRealloc(obj, (req - obj->size) / obj->inc + 1);
34 if (obj->size == 0)
35 size = -obj->inc;
37 size = obj->size;
39 while (size <= req)
40 size <<= 1;
42 return _DynRealloc(obj, size);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
setbuf.c 48 int size = BUFSIZ - _SMBFSZ; local
66 size = _SMBFSZ - PUSHBACK;
70 size = _SMBFSZ - PUSHBACK;
72 } else { /* regular buffered I/O, standard buffer size */
82 _setbufend(iop, temp + size);
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
vw_print.c 53 int size = BUFSIZ; local
57 buffer = (char *)malloc(size);
63 n = vsnprintf(buffer, size, fmt, ap);
64 if (n < size)
66 size *= 2;
67 buffer = (char *)realloc(buffer, size);
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
LinkEventListener.h 52 void *buf, uint32_t size);
57 uint32_t size; member in class:LinkEventListener
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
setbuffer.c 56 int size = asize - _SMBFSZ; local
68 size = BUFSIZ - _SMBFSZ;
73 size = _SMBFSZ - PUSHBACK;
77 size = _SMBFSZ - PUSHBACK;
79 } else /* regular buffered I/O, specified buffer size */ {
80 if (size <= 0)
87 _setbufend(iop, temp + size);

Completed in 3059 milliseconds

1 2 3 4 5 6 7 8 91011>>