Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/mandoc/
H A Dmain.h53 void *ps_alloc(char *);
H A Dmain.c257 curp->outdata = ps_alloc(curp->outopts); in parse()
H A Dterm_ps.c418 ps_alloc(char *outopts) in ps_alloc() function