Home
last modified time | relevance | path

Searched refs:ps_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Didtest.c55 if ( (psin = ps_alloc( std_open )) == NULLPS ) { in main()
64 if ( (psout = ps_alloc( std_open )) == NULLPS ) { in main()
73 if ( (pserr = ps_alloc( std_open )) == NULLPS ) { in main()
/netbsd-src/external/bsd/mdocml/dist/
H A Dmain.h46 void *ps_alloc(const struct manoutput *);
H A Dterm_ps.c521 ps_alloc(const struct manoutput *outopts) in ps_alloc() function
H A Dmain.c956 curp->outdata = ps_alloc(curp->outopts); in outdata_alloc()