HomeSort by: relevance | last modified time | path
    Searched defs:palloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/mount_portal/
conf.c 71 static path *palloc(char *, int, const char *);
147 palloc(char *cline, int lno, const char *conf_file) function in typeref:typename:path *
281 path *p = palloc(cline, nread+1, conf_file);
  /src/usr.bin/finger/
util.c 272 pn = palloc();
303 palloc(void) function in typeref:typename:PERSON *
  /src/bin/csh/
proc.c 449 * palloc - allocate a process structure and fill it up.
453 palloc(int pid, struct command *t) function in typeref:typename:void
1319 palloc(pid, t);
  /src/usr.bin/find/
function.c 146 static PLAN *palloc(enum ntype, int (*)(PLAN *, FTSENT *));
243 new = palloc(N_AMIN, f_amin);
275 new = palloc(N_ANEWER, f_anewer);
300 new = palloc(N_ASINCE, f_asince);
328 new = palloc(N_ATIME, f_atime);
356 new = palloc(N_CMIN, f_cmin);
388 new = palloc(N_CNEWER, f_cnewer);
413 new = palloc(N_CSINCE, f_csince);
441 new = palloc(N_CTIME, f_ctime);
502 return palloc(N_DELETE, f_delete)
2017 palloc(enum ntype t, int (*f)(PLAN *, FTSENT *)) function in typeref:typename:PLAN *
    [all...]

Completed in 14 milliseconds