| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| parent-map.h | 85 void add_entry (addr_type start, addr_type end, function in class:parent_map
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| parent-map.h | 85 void add_entry (addr_type start, addr_type end, function in class:parent_map
|
| /src/crypto/external/bsd/heimdal/dist/admin/ |
| purge.c | 63 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head) function 131 add_entry (entry.principal, entry.vno, entry.timestamp, &head);
|
| /src/external/bsd/ntp/dist/sntp/ |
| kod_management.c | 54 add_entry( function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| regenerate-opt-urls.py | 76 def add_entry(self, matched_text, url_suffix, language, verbose=False): member in class:Index 135 self.add_entry(option, url_suffix, language, verbose)
|
| tree-diagnostic-path.cc | 711 void add_entry (tree fndecl, int stack_depth) function in class:selftest::test_diagnostic_path 727 add_entry (callee, caller_stack_depth + 1); 796 path.add_entry (fndecl_test, 0); 885 path.add_entry (fndecl_foo, 0); 939 path.add_entry (fndecl_factorial, 0);
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_iso9660_filename.c | 31 add_entry(struct archive *a, const char *fname, const char *sym) function 249 add_entry(a, fname1, NULL); 250 add_entry(a, fname2, sym1); 260 add_entry(a, fname1, sym128); 261 add_entry(a, fname2, sym255); 275 add_entry(a, fname1, NULL); 276 add_entry(a, fname2, sym1); 292 add_entry(a, fname1, sym128); 293 add_entry(a, fname2, sym255);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_introspect.c | 66 static void add_entry(struct wpabuf *xml, const char *type, const char *name, function 105 add_entry(iface->xml, "method", dsc->dbus_method, 120 add_entry(iface->xml, "signal", dsc->dbus_signal,
|
| /src/share/examples/refuse/icfs/ |
| icfs.c | 82 add_entry(virtdir_t *tp, const char *name, uint8_t type) function 341 add_entry(&tree, name, 'f'); 363 add_entry(&tree, name, ((mode & S_IFMT) == S_IFCHR) ? 'c' : 'b'); 385 add_entry(&tree, name, 'd'); 407 add_entry(&tree, name, 'l'); 429 add_entry(&tree, name, 'f'); /* XXX */
|
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb-sqlite.c | 49 sqlite3_stmt *add_entry; member in struct:hdb_sqlite_db 176 &hsdb->add_entry, 226 if (hsdb->add_entry != NULL) 227 sqlite3_finalize(hsdb->add_entry); 228 hsdb->add_entry = NULL; 630 sqlite3_bind_blob(hsdb->add_entry, 1, 632 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_entry); 633 sqlite3_clear_bindings(hsdb->add_entry); 634 sqlite3_reset(hsdb->add_entry);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-diagnostic-path.cc | 543 void add_entry (tree fndecl, int stack_depth) function in class:selftest::test_diagnostic_path 559 add_entry (callee, caller_stack_depth + 1); 628 path.add_entry (fndecl_test, 0); 717 path.add_entry (fndecl_foo, 0); 771 path.add_entry (fndecl_factorial, 0);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| skip.c | 50 static void add_entry (bool file_is_glob, 85 Use the add_entry static factory method to construct instead. */ 150 skiplist_entry::add_entry (bool file_is_glob, std::string &&file, function in class:skiplist_entry 184 skiplist_entry::add_entry (false, std::string (filename), 196 skiplist_entry::add_entry (false, std::string (), false, std::string (name)); 317 skiplist_entry::add_entry (gfile != NULL, std::move (entry_file),
|
| /src/external/gpl3/gdb/dist/gdb/ |
| skip.c | 50 static void add_entry (bool file_is_glob, 85 Use the add_entry static factory method to construct instead. */ 150 skiplist_entry::add_entry (bool file_is_glob, std::string &&file, function in class:skiplist_entry 184 skiplist_entry::add_entry (false, std::string (filename), 196 skiplist_entry::add_entry (false, std::string (), false, std::string (name)); 317 skiplist_entry::add_entry (gfile != NULL, std::move (entry_file),
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| rehash.c | 120 static int add_entry(enum Type type, unsigned int hash, const char *filename, function 229 return add_entry(type, hash, linktarget, NULL, 0, id); 304 errs += add_entry(type, hash_value, filename, digest, 1, ~0); 312 errs += add_entry(type, X509_NAME_hash_old(name),
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| rehash.c | 120 static int add_entry(enum Type type, unsigned int hash, const char *filename, function 228 return add_entry(type, hash, linktarget, NULL, 0, id); 304 errs += add_entry(type, hash_value, filename, digest, 1, ~0); 312 errs += add_entry(type, X509_NAME_hash_old(name),
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| rehash.c | 124 static int add_entry(enum Type type, unsigned int hash, const char *filename, function 226 return add_entry(type, hash, linktarget, NULL, 0, id); 296 errs += add_entry(type, X509_NAME_hash(name), filename, digest, 1, ~0); 298 errs += add_entry(type, X509_NAME_hash_old(name), filename, digest, 1, ~0);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_match.c | 138 static int add_entry(struct archive_match *, int, 1002 return (add_entry(a, flag, entry)); 1370 add_entry(struct archive_match *a, int flag, function
|
| archive_read_support_format_iso9660.c | 451 #define add_entry(arch, iso9660, file) \ macro 1135 if (add_entry(a, iso9660, child) 1144 if (add_entry(a, iso9660, child) != ARCHIVE_OK) 1235 if (add_entry(a, iso9660, file) != ARCHIVE_OK)
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| font.cpp | 470 void font::add_entry(int idx, const font_char_metric &metric) function in class:font 779 add_entry(last_index, metric); 787 add_entry(last_index, metric);
|
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| table.cpp | 1448 void table::add_entry(int r, int c, const string &str, const entry_format *f, function in class:table
|