Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Didtest.c36 if ( (psin = ps_alloc( std_open )) == NULLPS ) { in main()
45 if ( (psout = ps_alloc( std_open )) == NULLPS ) { in main()
54 if ( (pserr = ps_alloc( std_open )) == NULLPS ) { in main()
/illumos-gate/usr/src/cmd/mandoc/
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.c1088 outst->outdata = ps_alloc(outconf); in outdata_alloc()