HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 126 - 150 of 226) sorted by null

1 2 3 4 56 7 8 910

  /external/openssh/
auth-krb5.c 37 #include "xmalloc.h"
172 authctxt->krb5_ccname = xmalloc(len);
auth2-chall.c 35 #include "xmalloc.h"
114 kbdintctxt = xmalloc(sizeof(KbdintAuthctxt));
gss-serv.c 39 #include "xmalloc.h"
237 name->value = xmalloc(name->length+1);
roaming_common.c 35 #include "xmalloc.h"
84 out_buf = xmalloc(size);
clientloop.c 90 #include "xmalloc.h"
324 xauthdir = xmalloc(MAXPATHLEN);
325 xauthfile = xmalloc(MAXPATHLEN);
807 struct channel_reply_ctx *cr = xmalloc(sizeof(*cr));
830 gc = xmalloc(sizeof(*gc));
    [all...]
monitor_wrap.c 46 #include "xmalloc.h"
485 newkey = xmalloc(sizeof(*newkey));
573 *blobp = xmalloc(len);
617 key = xmalloc(keylen+1); /* add 1 if keylen == 0 */
667 p = xmalloc(plen+1);
673 p = xmalloc(plen+1);
    [all...]
ssh-pkcs11.c 41 #include "xmalloc.h"
317 k11->keyid = xmalloc(k11->keyid_len);
444 attribs[i].pValue = xmalloc(attribs[i].ulValueLen);
  /external/openssh/openbsd-compat/
port-aix.c 29 #include "xmalloc.h"
81 cp = xmalloc(len);
port-linux.c 33 #include "xmalloc.h"
208 newctx = xmalloc(newlen);
  /external/oprofile/daemon/
opd_anon.c 112 struct anon_mapping * m = xmalloc(sizeof(struct anon_mapping));
opd_sfile.c 169 sf = xmalloc(sizeof(struct sfile));
333 cg = xmalloc(sizeof(struct cg_entry));
  /external/oprofile/libdb/
db_manage.c 195 data = xmalloc(sizeof(odb_data_t));
  /external/oprofile/libutil/
op_fileio.c 133 buf = xmalloc(max);
  /external/oprofile/opjitconv/
create_bfd.c 43 syms = xmalloc(sizeof(asymbol *) * (entry_count+1));
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 72 malloc. The Emacs executable needs alloca to call xmalloc, because
75 them are very simple, and don't have an xmalloc routine.
77 Non-Emacs programs expect this to call use xmalloc.
82 #define malloc xmalloc
  /ndk/sources/host-tools/make-3.81/
alloca.c 81 malloc. The Emacs executable needs alloca to call xmalloc, because
84 them are very simple, and don't have an xmalloc routine.
86 Non-Emacs programs expect this to call use xmalloc.
91 #define malloc xmalloc
ar.c 222 struct nameseq *new = (struct nameseq *) xmalloc (state->size);
hash.c 23 #define MALLOC(t, n) ((t *) xmalloc (sizeof (t) * (n)))
function.c 366 result = (char *) xmalloc (100);
    [all...]
  /external/bison/build-aux/
Makefile 124 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
128 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
  /external/bison/data/
Makefile 134 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
138 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
  /external/bison/tests/
Makefile 123 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
127 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
  /external/bison/lib/
timevar.c 322 xmalloc (sizeof (struct timevar_stack_def));
  /external/bison/src/
lalr.c 221 goto_list *sp = xmalloc (sizeof *sp);
parse-gram.y 559 name = xmalloc (name_len + 1);

Completed in 2072 milliseconds

1 2 3 4 56 7 8 910