Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c216 inetopen(const char* path, int flags, Inetintr_f onintr, void* handle) in inetopen() function
797 if ((fd = inetopen(path+5, flags, onintr, shp)) < 0 && errno != ENOTDIR) in sh_open()