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

  /src/usr.bin/showmount/
showmount.c 92 static struct exportslist *exports; variable in typeref:struct:exportslist *
104 * its exports list and prints them out.
178 (xdrproc_t)xdr_exports, (char *)&exports)) != 0) {
179 fprintf(stderr, "showmount: Can't do Exports rpc: ");
200 printf("Exports list on %s:\n", host);
201 exp = exports;
218 exp = exports;
373 * Xdr routine to retrieve exports list
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 844 // NTDLL should go last as it exports some functions that we should
892 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, local in function:__interception::InternalGetProcAddress
894 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions);
895 RVAPtr<DWORD> names(module, exports->AddressOfNames);
896 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals);
898 for (DWORD i = 0; i < exports->NumberOfNames; i++) {

Completed in 13 milliseconds