Searched refs:FREE (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-10.1-release/contrib/openpam/lib/libpam/
H A Dopenpam_free_envlist.c55 FREE(*env);
56 FREE(envlist);
H A Dpam_end.c71 FREE(dp->name);
72 FREE(dp);
78 FREE(pamh->env[pamh->env_count]);
80 FREE(pamh->env);
89 FREE(pamh);
H A Dopenpam_free_data.c64 FREE(data);
H A Dpam_verror.c65 FREE(rsp); /* ignore response */
H A Dpam_vinfo.c65 FREE(rsp); /* ignore response */
H A Dpam_getenvlist.c75 FREE(envlist[i]);
77 FREE(envlist);
H A Dpam_error.c69 FREE(rsp); /* ignore response */
H A Dpam_info.c69 FREE(rsp); /* ignore response */
H A Dopenpam_impl.h147 #define FREE(p) \ macro
157 FREE((v)[(c)]); \
159 FREE(v); \
H A Dopenpam_load.c94 FREE(module->path);
95 FREE(module);
114 FREE(chain);
H A Dpam_setenv.c83 FREE(env);
H A Dopenpam_borrow_cred.c88 FREE(scred);
94 FREE(scred);
H A Dopenpam_readline.c105 FREE(line);
H A Dpam_get_authtok.c145 FREE(resp);
150 FREE(resp);
153 FREE(resp2);
159 FREE(resp);
H A Dopenpam_set_option.c96 FREE(opt);
105 FREE(cur->optv[i]);
/freebsd-10.1-release/contrib/libreadline/
H A Dhistlib.h60 #ifndef FREE
61 # define FREE(x) if (x) free (x) macro
H A Dhistfile.c225 FREE (input);
227 FREE (buffer);
291 FREE (input);
293 FREE (buffer);
413 FREE (buffer);
442 FREE (output);
483 FREE (output);
492 FREE (output);
523 FREE (output);
H A Drldefs.h149 #if !defined (FREE)
150 # define FREE(x) if (x) free (x) macro
/freebsd-10.1-release/lib/libelf/
H A Dlibelf_allocate.c88 #define FREE(P) do { \ macro
99 FREE(e->e_u.e_ar.e_symtab);
105 FREE(e->e_u.e_elf.e_ehdr.e_ehdr32);
106 FREE(e->e_u.e_elf.e_phdr.e_phdr32);
109 FREE(e->e_u.e_elf.e_ehdr.e_ehdr64);
110 FREE(e->e_u.e_elf.e_phdr.e_phdr64);
117 FREE(e->e_arhdr->ar_name);
118 FREE(e->e_arhdr->ar_rawname);
/freebsd-10.1-release/lib/libc/rpc/
H A Dauth_des.c67 #define FREE(ptr, size) mem_free((char *)(ptr), (int) size) macro
235 FREE(auth, sizeof (AUTH));
238 FREE(ad->ad_fullname, ad->ad_fullnamelen + 1);
240 FREE(ad->ad_servername, ad->ad_servernamelen + 1);
242 FREE(ad->ad_timehost, strlen(ad->ad_timehost) + 1);
244 FREE(ad->ad_netid, strlen(ad->ad_netid) + 1);
246 FREE(ad->ad_uaddr, strlen(ad->ad_uaddr) + 1);
247 FREE(ad, sizeof (struct ad_private));
468 FREE(ad->ad_fullname, ad->ad_fullnamelen + 1);
469 FREE(a
[all...]
/freebsd-10.1-release/contrib/byacc/
H A Dgraph.c47 FREE(symbol_pname[i]);
48 FREE(symbol_pname);
H A Dsymtab.c109 FREE(symbol_table);
121 FREE(p);
H A Dlalr.c240 FREE(temp_map + ntokens);
339 FREE(reads[i]);
342 FREE(reads);
343 FREE(edge);
430 FREE(includes[i]);
432 FREE(includes);
436 FREE(edge);
437 FREE(states);
502 FREE(nedges);
514 FREE(temp_
[all...]
H A Doutput.c313 FREE(translate);
524 FREE(actionrow);
632 FREE(state_count);
848 FREE(froms[i]);
850 FREE(tos[i]);
940 FREE(base);
975 FREE(table);
1001 FREE(check);
1032 FREE(conflicts);
1053 FREE(lookahead
[all...]
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clnode.c118 FREE(nfhp, M_NFSFH);
168 FREE((caddr_t)np->n_fhp, M_NFSFH);
304 FREE((caddr_t)dp2, M_NFSDIROFF);
309 FREE((caddr_t)np->n_fhp, M_NFSFH);
311 FREE((caddr_t)np->n_v4, M_NFSV4NODE);

Completed in 190 milliseconds

1234