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

/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c2179 #define _set_osfhnd(fh, osfh) (void)(_osfhnd(fh) = osfh) macro
2232 _set_osfhnd(fh, osfhandle);
2271 #define _set_osfhnd(fh, osfh) (void)((fh), (osfh)) macro
2922 _set_osfhnd(fd, r);
5367 _set_osfhnd(fd, (intptr_t)INVALID_HANDLE_VALUE);
5398 _set_osfhnd(fd, (intptr_t)h);
5422 _set_osfhnd(fd, (SOCKET)INVALID_HANDLE_VALUE);
5492 _set_osfhnd(fdRead, (intptr_t)hRead);
5510 _set_osfhnd(fdWrite, (intptr_t)hWrite);
5854 _set_osfhnd(f
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32.c1382 extern int __cdecl _set_osfhnd (int fd, long h);
3062 _set_osfhnd (fd, s);

Completed in 118 milliseconds