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

/freebsd-9.3-release/usr.bin/finger/
H A Dextern.h56 PERSON *palloc(void);
H A Dutil.c177 pn = palloc();
213 palloc(void) function
/freebsd-9.3-release/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));
476 return palloc(option);
514 new = palloc(option);
578 return palloc(option);
687 new = palloc(optio
[all...]
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c129 static path *palloc(char *cline, int lno) function
267 path *p = palloc(cline, nread+1);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h350 extern void palloc (pid_t, struct command *);
H A Dsh.proc.c729 * palloc - allocate a process structure and fill it up.
733 palloc(pid_t pid, struct command *t) function
1878 palloc(pid, t);
H A Dsh.sem.c504 palloc(pid, t);
/freebsd-9.3-release/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 191 milliseconds