| /src/external/gpl3/binutils/dist/gas/ |
| codeview.h | 73 uint32_t file_id; member in struct:file_checksum 90 uint32_t file_id; member in struct:cv_lines_block
|
| codeview.c | 180 fc.file_id = sf->string_pos; 245 bfd_putl32(lf->fileno * FILE_ENTRY_LENGTH, &block->file_id);
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| codeview.h | 73 uint32_t file_id; member in struct:file_checksum 90 uint32_t file_id; member in struct:cv_lines_block
|
| codeview.c | 180 fc.file_id = sf->string_pos; 245 bfd_putl32(lf->fileno * FILE_ENTRY_LENGTH, &block->file_id);
|
| /src/lib/librpcsvc/ |
| bootparam_prot.x | 88 bp_fileid_t file_id;
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_queue.c | 138 #include "file_id.h" 333 const char *file_id; local 384 file_id = get_file_id_fd(fd, var_long_queue_ids); 399 MQID_LG_INUM_SEP, file_id); 403 file_id);
|
| /src/external/bsd/kyua-cli/dist/store/ |
| transaction.cpp | 125 /// \param file_id The identifier of the file to be queried. 132 get_file(sqlite::database& db, const int64_t file_id) 135 "SELECT contents FROM files WHERE file_id == :file_id"); 136 stmt.bind(":file_id", file_id); 139 file_id); 542 "SELECT file_id FROM test_case_files " 547 return get_file(db, stmt.safe_column_int64("file_id")); 898 const optional< int64_t > file_id = put_file(_pimpl->_db, path) local [all...] |
| transaction_test.cpp | 739 const optional< int64_t > file_id = tx.put_test_case_file( local 742 ATF_REQUIRE(!file_id); 765 const optional< int64_t > file_id = tx.put_test_case_file( local 768 ATF_REQUIRE(file_id);
|
| schema_v1.sql | 205 file_id INTEGER NOT NULL REFERENCES files, 292 file_id INTEGER PRIMARY KEY,
|
| schema_v2.sql | 255 file_id INTEGER NOT NULL REFERENCES files, 271 file_id INTEGER PRIMARY KEY,
|
| /src/games/rogue/ |
| save.c | 93 int file_id; local 119 ((file_id = md_get_file_id(sfile)) == -1)) { 136 r_write(fp, &file_id, sizeof(file_id));
|
| /src/usr.sbin/rpc.bootparamd/ |
| bootparamd.c | 234 getfile->client_name, getfile->file_id); 239 getfile->client_name, getfile->file_id); 254 error = lookup_bootparam(askname, NULL, getfile->file_id, 272 } else if (error == ENOENT && !strcmp(getfile->file_id, "dump")) {
|
| /src/external/bsd/wpa/dist/src/utils/ |
| pcsc_funcs.c | 33 * SELECT: A4 00 00 02 <file_id, 2 bytes> 252 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, 256 static int scard_select_file(struct scard_data *scard, unsigned short file_id, 806 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, 824 wpa_printf(MSG_DEBUG, "SCARD: select file %04x", file_id); 835 cmd[5] = file_id >> 8; 836 cmd[6] = file_id & 0xff; 887 static int scard_select_file(struct scard_data *scard, unsigned short file_id, 890 return _scard_select_file(scard, file_id, buf, buf_len,
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-dir-file-name.exp | 316 Dwarf::assemble { add_dummy_cus 0 file_id $f } {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-dir-file-name.exp | 316 Dwarf::assemble { add_dummy_cus 0 file_id $f } {
|
| /src/external/ibm-public/postfix/lib/global/ |
| Makefile | 58 file_id.c \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| dwarf.exp | 3308 # file_id <tcl channel identifier> 3351 { file_id "" } 3360 if { $file_id != "" } { 3361 set _output_file $file_id 3400 if { $file_id == "" } {
|
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.h | 294 uint32_t file_id; member in struct:file_checksum
|
| pdb.c | 709 string_off = bfd_getl32 (&fc->file_id); 737 bfd_putl32 (str ? str->offset : 0, &fc->file_id); 1867 uint32_t file_id;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.h | 294 uint32_t file_id; member in struct:file_checksum
|
| pdb.c | 709 string_off = bfd_getl32 (&fc->file_id); 737 bfd_putl32 (str ? str->offset : 0, &fc->file_id); 1867 uint32_t file_id;
|
| /src/external/ibm-public/postfix/dist/src/postsuper/ |
| postsuper.c | 368 #include <file_id.h>
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_xar.c | 1235 uint64_t file_id, parent_id; local 1269 file_id = file->id; 1278 if (file_id >= parent_id) {
|
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 14684 my $file_id = $1; 14685 if (defined ($function_info[$file_id]{"routine"})) 14687 $routine = $function_info[$file_id]{"routine"}; 14693 my $msg = "cannot retrieve routine name for file_id = $file_id";
|
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 14684 my $file_id = $1; 14685 if (defined ($function_info[$file_id]{"routine"})) 14687 $routine = $function_info[$file_id]{"routine"}; 14693 my $msg = "cannot retrieve routine name for file_id = $file_id";
|