HomeSort by: relevance | last modified time | path
    Searched defs:old_handle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
w32spawn.h 37 HANDLE old_handle = (HANDLE) _get_osfhandle (fd); local
42 old_handle, /* SourceHandle */
  /src/external/gpl3/gdb/dist/gnulib/import/
fcntl.c 60 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
72 if (old_handle == INVALID_HANDLE_VALUE
90 old_handle, /* SourceHandle */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fcntl.c 60 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
72 if (old_handle == INVALID_HANDLE_VALUE
90 old_handle, /* SourceHandle */
  /src/crypto/external/bsd/openssh/dist/
sftp-client.c 1089 u_char *old_handle, *new_handle; local
1140 old_handle = get_handle(conn, id, &old_handle_len,
1142 if (old_handle == NULL) {
1165 free(old_handle);
1174 (r = sshbuf_put_string(msg, old_handle, old_handle_len)) != 0 ||
1191 sftp_close(conn, old_handle, old_handle_len);
1193 free(old_handle);

Completed in 59 milliseconds