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

1234

/freebsd-11-stable/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_getenvlist.c73 FREE(envlist[i]);
75 FREE(envlist);
H A Dpam_vinfo.c65 FREE(rsp); /* ignore response */
H A Dpam_verror.c65 FREE(rsp); /* ignore response */
H A Dpam_error.c69 FREE(rsp); /* ignore response */
H A Dpam_info.c69 FREE(rsp); /* ignore response */
H A Dopenpam_impl.h156 #define FREE(p) \ macro
166 FREE((v)[(c)]); \
167 FREE(v); \
H A Dopenpam_load.c95 FREE(module->path);
96 FREE(module);
116 FREE(chain);
H A Dpam_setenv.c84 FREE(env);
H A Dpam_get_authtok.c145 FREE(resp);
150 FREE(resp);
153 FREE(resp2);
159 FREE(resp);
H A Dopenpam_borrow_cred.c88 FREE(scred);
94 FREE(scred);
H A Dopenpam_readline.c105 FREE(line);
H A Dpam_set_data.c79 FREE(dp);
H A Dopenpam_set_option.c96 FREE(opt);
105 FREE(cur->optv[i]);
/freebsd-11-stable/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-11-stable/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-11-stable/sys/kern/
H A Dsubr_boot.c55 #define FREE(v) freeenv(v) macro
59 #define FREE(v) macro
102 FREE(val);
/freebsd-11-stable/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.c245 FREE(temp_base);
344 FREE(reads[i]);
347 FREE(reads);
348 FREE(edge);
435 FREE(includes[i]);
437 FREE(includes);
441 FREE(edge);
442 FREE(states);
507 FREE(nedges);
519 FREE(temp_
[all...]
H A Doutput.c389 FREE(translate);
602 FREE(actionrow);
710 FREE(state_count);
926 FREE(froms[i]);
928 FREE(tos[i]);
1018 FREE(base);
1053 FREE(table);
1079 FREE(check);
1111 FREE(conflicts);
1134 FREE(lookahead
[all...]

Completed in 186 milliseconds

1234