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

/haiku-buildtools/gcc/gcc/ada/
H A Dterminals.c1115 be set otherwise allocate_pty_desc will return an error
1144 /* allocate_pty_desc - allocate a pseudo terminal
1163 allocate_pty_desc (pty_desc **desc) { function
1308 * called before forking. On Unixes this function only call allocate_pty_desc.
1318 return allocate_pty_desc (desc);
1573 status = allocate_pty_desc (&desc);

Completed in 55 milliseconds