Searched refs:stype (Results 1 – 1 of 1) sorted by relevance
95 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; in popen() local98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0) in popen()