Searched refs:efree (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/sudo-73/src/
H A Dalloc.h24 void efree(void *);
36 void efree();
H A Dgram.y345 efree($1);
715 efree(m->name);
716 efree(m);
725 efree(m->name);
726 efree(m);
733 efree(cs->role);
737 efree(cs->type);
743 efree(m->name);
744 efree(m);
750 efree(
[all...]
H A Dalias.c167 efree(a->name);
172 efree(c->cmnd);
173 efree(c->args);
175 efree(m->name);
176 efree(m);
178 efree(a);
H A Dgram.c746 efree(m->name);
747 efree(m);
756 efree(m->name);
757 efree(m);
764 efree(cs->role);
768 efree(cs->type);
774 efree(m->name);
775 efree(m);
781 efree(m->name);
782 efree(
[all...]
H A Dlinux_audit.c89 efree(command);
113 efree(message);
H A Dlogging.c186 efree((void *)old_locale);
235 efree(full_line);
243 efree((void *)old_locale);
307 efree(logline);
405 efree(logline);
442 efree(message);
460 efree(logline);
593 efree(def_sudoers_locale);
840 efree(evstr);
H A Dtoke.c3407 efree(path);
3440 efree(sorted);
3446 efree(first);
3452 efree(dirpath);
3461 efree(sorted);
3462 efree(dirpath);
3463 efree(path);
3483 efree(pl->path);
3484 efree(pl);
3486 efree(istac
[all...]
H A Dfind_path.c117 efree(origpath);
H A Dinterfaces.c174 efree(ifaddrs);
217 efree(ifconf_buf);
308 efree(interfaces);
310 efree(ifconf_buf);
H A Dttyname.c274 efree(subdirs[i]);
275 efree(subdirs);
369 efree(ki_proc);
445 efree(line);
H A Dsudoreplay.c866 efree(buf);
872 efree(buf);
882 efree(li->cwd);
883 efree(li->user);
884 efree(li->runas_user);
885 efree(li->runas_group);
886 efree(li->tty);
887 efree(li->cmd);
888 efree(li);
1018 efree(session
[all...]
H A Ddefaults.c373 efree(def->sd_un.str);
712 efree(def->sd_un.str);
861 efree(tmp->value);
862 efree(tmp);
879 efree(cur->value);
880 efree(cur);
H A Dmatch.c425 efree(safe_cmnd);
522 efree(safe_cmnd);
532 efree(safe_cmnd);
573 efree(safe_cmnd);
617 efree(safe_cmnd);
918 efree(domain);
H A Daix.c180 efree(info);
H A Dldap.c405 efree(ldap_conf.host);
485 efree(ldap_conf.host);
487 efree(buf);
494 efree(buf);
873 efree(allowed_cmnd); /* cleanup */
962 efree(var);
1308 efree(ldap_conf.bindpw);
1310 efree(ldap_conf.binddn);
1351 efree(*(char **)(cur->valp));
1525 efree(ur
[all...]
H A Dexec.c515 efree(fdsr);
516 efree(fdsw);
521 efree(sigfwd);
672 efree(sigfwd);
679 efree(sigfwd);
H A Dalloc.c273 efree(ptr) function
H A Dcheck.c195 efree(timestampdir);
196 efree(timestampfile);
706 efree(timestampdir);
707 efree(timestampfile);
H A Denv.c915 efree(cp);
934 efree(cp);
947 efree(old_envp);
1013 efree(bad);
H A Dtoke_util.c211 efree(yylval.command.args);
/macosx-10.10/sudo-73/src/auth/
H A Daix_auth.c67 efree(message);
80 efree(message);
H A Dsecureware.c111 efree(pw_epasswd);
H A Dpasswd.c119 efree(pw_epasswd);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dcache.c702 ID count, efree, eifree = 0; local
711 efree = bdb->bi_cache.c_cursize - bdb->bi_cache.c_maxsize;
712 efree += bdb->bi_cache.c_minfree;
714 efree = 0;
730 if ( !efree && !eifree ) {
795 if ( !efree && ecount > bdb->bi_cache.c_maxsize )
796 efree = bdb->bi_cache.c_minfree;
798 if ( count < efree ) {
836 if ( count >= efree && eicount >= eifree )
/macosx-10.10/swig-12/Lib/php/
H A Dglobalvar.i261 efree((*z_var)->value.str.val);
277 efree(s1);

Completed in 287 milliseconds

12