HomeSort by relevance Sort by last modified time
    Searched full:xfree (Results 176 - 200 of 308) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/docs/internals/
multiple-architectures.txt 93 <prefix>/lib/valgrind/xfree-3.supp
106 <prefix>/lib/valgrind/xfree-4.supp
  /external/openssh/
readconf.c 307 xfree(options->local_forwards[i].listen_host);
308 xfree(options->local_forwards[i].connect_host);
311 xfree(options->local_forwards);
317 xfree(options->remote_forwards[i].listen_host);
318 xfree(options->remote_forwards[i].connect_host);
321 xfree(options->remote_forwards);
    [all...]
misc.c 256 xfree(sp);
262 xfree(sp);
495 xfree(args->list[which]);
506 xfree(args->list[i]);
507 xfree(args->list);
jpake.c 109 xfree(v); \
137 xfree(pctx);
448 xfree(expected_confirm_hash);
auth-rsa.c 282 xfree(file);
332 xfree(fp);
canohost.c 44 * caller should free the returned string with xfree.
327 xfree(canonical_host_ip);
uidswap.c 100 xfree(saved_egroups);
119 xfree(user_groups);
auth-krb5.c 185 xfree(platform_client);
authfd.c 227 xfree(auth);
346 xfree(blob);
439 xfree(blob);
615 xfree(blob);
buffer.c 53 xfree(buffer->buf);
cipher-aes.c 126 xfree(c);
moduli.c 432 xfree(LargeSieve);
433 xfree(SmallSieve);
434 xfree(TinySieve);
642 xfree(lp);
readpass.c 189 xfree(p);
sshlogin.c 100 xfree(time_string);
addrmatch.c 423 xfree(o);
497 xfree(o);
  /external/libpng/contrib/gregbook/
rpng-x.c 594 XFree(pWindowName->value);
596 XFree(pIconName->value);
598 XFree(size_hints);
600 XFree(wm_hints);
602 XFree(class_hints);
887 XFree(visual_list);
  /external/dbus/tools/
dbus-launch-x11.c 320 XFree (data);
331 XFree (data);
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 134 XFREE(skey);
341 XFREE(skey);
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_init.c 138 XFREE(L);
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_sign_hash.c 107 XFREE(buf);
  /external/mesa3d/docs/
README.WINDML 138 Precision Insight team for their great job around Mesa, XFree, and DRI.
  /ndk/sources/host-tools/nawk-20071023/
parse.c 194 xfree(cp->sval);
  /development/tools/emulator/system/qemud/
qemud.c 144 #define xfree(p) (free((p)), (p) = NULL) macro
356 xfree(l->events);
357 xfree(l->hooks);
573 xfree(buff);
846 xfree(f);
1275 xfree(c);
    [all...]
  /sdk/emulator/qemud/
qemud.c 144 #define xfree(p) (free((p)), (p) = NULL) macro
356 xfree(l->events);
357 xfree(l->hooks);
573 xfree(buff);
846 xfree(f);
1275 xfree(c);
    [all...]
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 36 XFREE(a);

Completed in 687 milliseconds

1 2 3 4 5 6 78 91011>>