Searched refs:palloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.bin/finger/
H A Dextern.h56 PERSON *palloc(void);
H A Dutil.c177 pn = palloc();
213 palloc(void) function
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c67 static PLAN *palloc(OPTION *);
90 palloc(OPTION *option) function
280 new = palloc(option);
327 new = palloc(option);
355 new = palloc(option);
418 return (palloc(option));
485 return palloc(option);
523 new = palloc(option);
587 return palloc(option);
708 new = palloc(optio
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h354 extern void palloc (pid_t, struct command *);
H A Dsh.proc.c753 * palloc - allocate a process structure and fill it up.
757 palloc(pid_t pid, struct command *t) function
1907 palloc(pid, t);
H A Dsh.sem.c517 palloc(pid, t);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c4489 unsigned int *palloc)
4505 if (*pcount + 1 >= *palloc)
4507 *palloc += 10;
4509 xrealloc (*pargs, *palloc * sizeof **pargs));
4486 stab_demangle_arg(struct stab_demangle_info *minfo, const char **pp, debug_type **pargs, unsigned int *pcount, unsigned int *palloc) argument

Completed in 87 milliseconds