Home
last modified time | relevance | path

Searched refs:free_ptr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A Dformat_string.cpp21 class free_ptr class
25 free_ptr(T ptr) in free_ptr() function in free_ptr
31 ~free_ptr() in ~free_ptr()
74 free_ptr<char *> freebuf(buf); in format_string()
/netbsd-src/external/lgpl3/gmp/dist/printf/
H A Ddoprntf.c67 char *s, *free_ptr; in __gmp_doprnt_mpf() local
125 free_ptr = s; in __gmp_doprnt_mpf()
383 __GMP_FREE_FUNC_TYPE (free_ptr, free_size, char); in __gmp_doprnt_mpf()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_rsakey.c1167 BYTE *free_ptr; in obj_rsakey_set_modulus() local
1179 free_ptr = rsakey->key.pubKey.key; in obj_rsakey_set_modulus()
1183 rsakey->key.pubKey.key = free_ptr; // restore in obj_rsakey_set_modulus()
1337 BYTE *free_ptr; in obj_rsakey_set_exponent() local
1350 free_ptr = parms->exponent; in obj_rsakey_set_exponent()
1354 parms->exponent = free_ptr; // restore in obj_rsakey_set_exponent()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c1207 void *free_ptr; /* Address to free this struct via */ member
1228 ctx = (struct umac_ctx *)ctx->free_ptr; in umac_delete()
1252 ctx->free_ptr = octx; in umac_new()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19991515 * cccp.c (argdata): Added free_ptr member.
1516 (macroexpand): Initialize free_ptr of each argument. When an
1517 argument's buffers are freed, if the argument's free_ptr corresponds
1518 to a buffer on the input stack, then return the free_ptr to that stack
1521 then transfer the free_ptr of that buffer to the argument in case
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20037463 * symtab.h (struct symtab): Replace 'free_ptr' method by
7478 (end_symtab): Set free_func to NULL, not free_ptr.
7488 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20037463 * symtab.h (struct symtab): Replace 'free_ptr' method by
7478 (end_symtab): Set free_func to NULL, not free_ptr.
7488 (free_symtab): Replace use of 'free_ptr' by 'free_func'.