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

/seL4-test-master/projects/musllibc/src/misc/
H A Dopenpty.c10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) argument
31 *pm = m;
H A Dforkpty.c9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws) argument
50 if (pid > 0) *pm = m;

Completed in 64 milliseconds