| /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/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| gen.c | 84 static struct sexport *exports = NULL; variable in typeref:struct:sexport 92 tmp->next = exports; 93 exports = tmp; 101 if (exports == NULL) /* no export list, all exported */ 104 for (tmp = exports; tmp != NULL; tmp = tmp->next) {
|
| /src/external/gpl3/binutils/dist/ld/ |
| deffile.h | 85 /* From the EXPORTS commands. */ 88 def_file_export *exports; member in struct:def_file
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| deffile.h | 85 /* From the EXPORTS commands. */ 88 def_file_export *exports; member in struct:def_file
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-range-path.cc | 412 bitmap exports = g.exports (bb); local 413 EXECUTE_IF_AND_IN_BITMAP (m_exit_dependencies, exports, 0, i, bi)
|
| gimple-range-gori.cc | 379 gori_map::exports (basic_block bb) function in class:gori_map 405 return bitmap_bit_p (exports (bb), SSA_NAME_VERSION (name)); 449 // def chain, this name should be added to exports. 526 fprintf (f, "bb<%u> Exports: ",bb->index); 528 fprintf (f, "Exports: ");
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| InterfaceFile.h | 384 const_filtered_symbol_range exports() const { function in class:llvm::MachO::InterfaceFile
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range-path.cc | 479 bitmap exports = g.exports (bb); local 481 if (bitmap_bit_p (exports, i))
|
| gimple-range-gori.cc | 472 gori_map::exports (basic_block bb) function in class:gori_map 498 return bitmap_bit_p (exports (bb), SSA_NAME_VERSION (name)); 538 // def chain, this name should be added to exports. 615 fprintf (f, "bb<%u> Exports: ",bb->index); 617 fprintf (f, "Exports: ");
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| Wasm.h | 147 ArrayRef<wasm::WasmExport> exports() const { return Exports; } function in class:llvm::object::WasmObjectFile 283 std::vector<wasm::WasmExport> Exports;
|
| /src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| nfs_prot_aix3.h | 175 typedef struct exports *exports; typedef in typeref:struct:exports 176 typedef struct exports exportnode;
|
| nfs_prot_aix4.h | 173 typedef struct exports *exports; typedef in typeref:struct:exports 174 typedef struct exports exportnode;
|
| nfs_prot_aix4_2.h | 178 typedef struct exports *exports; typedef in typeref:struct:exports 179 typedef struct exports exportnode;
|
| nfs_prot_aix4_3.h | 178 typedef struct exports *exports; typedef in typeref:struct:exports 179 typedef struct exports exportnode;
|
| nfs_prot_aix5_1.h | 178 typedef struct exports *exports; typedef in typeref:struct:exports 179 typedef struct exports exportnode;
|
| nfs_prot_osf2.h | 163 typedef struct exports *exports; typedef in typeref:struct:exports 164 typedef struct exports exportnode;
|
| nfs_prot_sunos5_3.h | 201 typedef struct exports *exports; typedef in typeref:struct:exports 202 typedef struct exports exportnode;
|
| nfs_prot_sunos5_4.h | 208 typedef struct exports *exports; typedef in typeref:struct:exports 209 typedef struct exports exportnode;
|
| nfs_prot_ultrix.h | 151 typedef struct exports *exports; typedef in typeref:struct:exports 152 typedef struct exports exportnode;
|
| nfs_prot_aix5_2.h | 275 typedef struct exports *exports; typedef in typeref:struct:exports 276 typedef struct exports exportnode;
|
| nfs_prot_bsdi2.h | 157 typedef struct exports *exports; typedef in typeref:struct:exports 158 typedef struct exports exportnode; 438 struct exports { struct 441 exports ex_next;
|
| nfs_prot_hpux.h | 156 typedef struct exports *exports; typedef in typeref:struct:exports 157 typedef struct exports exportnode;
|
| nfs_prot_irix5.h | 203 typedef struct exports *exports; typedef in typeref:struct:exports 204 typedef struct exports exportnode;
|
| nfs_prot_irix6.h | 168 typedef struct exports *exports; typedef in typeref:struct:exports 169 typedef struct exports exportnode; 477 struct exports { struct 481 struct exports *ex_next; 492 extern bool_t xdr_exports(XDR *, struct exports **);
|
| nfs_prot_ncr2.h | 152 typedef struct exports *exports; typedef in typeref:struct:exports 153 typedef struct exports exportnode;
|