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

1234567891011>>

/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_free_envlist.c52 FREE(*env);
53 FREE(envlist);
H A Dpam_end.c67 FREE(dp->name);
68 FREE(dp);
74 FREE(pamh->env[pamh->env_count]);
76 FREE(pamh->env);
85 FREE(pamh);
H A Dopenpam_free_data.c60 FREE(data);
H A Dopenpam_load.c108 FREE(module->path);
109 FREE(module);
127 FREE(chain->optv[chain->optc]);
129 FREE(chain->optv);
132 FREE(chain);
H A Dopenpam_dynamic.c84 FREE(vpath);
85 FREE(module);
89 FREE(vpath);
104 FREE(module);
H A Dpam_verror.c61 FREE(rsp); /* ignore response */
H A Dpam_vinfo.c61 FREE(rsp); /* ignore response */
H A Dpam_getenvlist.c71 FREE(envlist[i]);
73 FREE(envlist);
H A Dpam_error.c65 FREE(rsp); /* ignore response */
H A Dpam_get_authtok.c117 FREE(resp);
121 FREE(resp);
122 FREE(resp2);
127 FREE(resp);
H A Dpam_info.c65 FREE(rsp); /* ignore response */
H A Dopenpam_configure.c156 FREE(line);
173 FREE(line);
188 FREE(name);
192 FREE(line);
223 FREE(name);
251 FREE(line);
260 FREE(this);
261 FREE(line);
304 FREE(filename);
H A Dpam_setenv.c78 FREE(env);
H A Dopenpam_borrow_cred.c83 FREE(scred);
89 FREE(scred);
H A Dpam_get_user.c82 FREE(resp);
H A Dpam_unsetenv.c31 FREE(pamh->env[i]);
H A Dopenpam_set_option.c92 FREE(opt);
101 FREE(cur->optv[i]);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
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
/macosx-10.9.5/bash-92/bash-3.2/
H A Dpcomplib.c77 FREE (cs->globpat);
78 FREE (cs->words);
79 FREE (cs->prefix);
80 FREE (cs->suffix);
81 FREE (cs->funcname);
82 FREE (cs->command);
83 FREE (cs->filterpat);
H A Dlocale.c122 FREE (default_domain);
133 FREE (default_dir);
150 FREE (default_domain);
160 FREE (default_dir);
171 FREE (lc_all);
241 FREE (lang);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregcustom.h41 #define FREE(p) ckfree(VS(p)) macro
154 FREE(vPtr)
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_base.c329 FREE(mlj, M_MACTEMP);
406 FREE(mlj, M_MACTEMP);
672 FREE(new_mles[idx], M_MACTEMP);
673 FREE(new_mles, M_MACTEMP);
675 FREE(new_mlls[idx], M_MACTEMP);
676 FREE(new_mlls, M_MACTEMP);
712 FREE(mll, M_MACTEMP);
715 FREE(mle, M_MACTEMP);
1220 FREE(scratch_base, M_MACTEMP);
1338 FREE(element
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dmulticast_list.c76 FREE(mc, M_DEVBUF);
141 FREE(mc, M_DEVBUF);

Completed in 161 milliseconds

1234567891011>>