| /src/tests/usr.bin/indent/ |
| lsym_rbrace.c | 59 origin(void) function
|
| lsym_lbrace.c | 56 origin(void) function
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvremove.c | 23 struct logical_volume *origin; local 26 * If this is a sparse device, remove its origin too. 28 if (lv_is_cow(lv) && lv_is_virtual_origin(origin = origin_from_cow(lv))) 29 lv = origin;
|
| lvchange.c | 522 struct logical_volume *origin; local 567 /* If LV is sparse, activate origin instead */ 569 lv_is_virtual_origin(origin = origin_from_cow(lv))) 570 lv = origin;
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_name_fromtext_target.c | 38 dns_fixedname_t origin; local 40 dns_fixedname_init(&origin); 46 result = dns_name_fromtext(dns_fixedname_name(&origin), &buf,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-nested.h | 32 : origin (NULL), 56 cgraph_node *origin; member in class:nested_function_info 59 /* Pointer to the next function with same origin, if any. */ 81 /* Return origin of nested function (and NULL otherwise). */ 86 return info ? info->origin : NULL;
|
| hash-table.cc | 123 mem_alloc_origin origin = (mem_alloc_origin) i; local 124 hash_table_usage ().dump (origin);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-nested.h | 32 : origin (NULL), 56 cgraph_node *origin; member in class:nested_function_info 59 /* Pointer to the next function with same origin, if any. */ 81 /* Return origin of nested function (and NULL otherwise). */ 86 return info ? info->origin : NULL;
|
| hash-table.cc | 123 mem_alloc_origin origin = (mem_alloc_origin) i; local 124 hash_table_usage ().dump (origin);
|
| /src/external/bsd/ntp/dist/tests/ntpd/ |
| t-ntp_scanner.c | 45 char origin[128] ={ "" } ; local 46 strcat(origin,"127.0.0.1"); 47 TEST_ASSERT_TRUE(lex_init_stack(origin,NULL)); //path, mode -> NULL is ok!
|
| /src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
| git_update_version.py | 97 origin = repo.remotes['origin'] variable 147 repo.git.push('origin', branch) 159 for ref in origin.refs: 160 assert ref.name.startswith('origin/') 161 name = ref.name[len('origin/'):] 169 origin.pull(rebase=True)
|
| /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| git_update_version.py | 83 origin = repo.remotes['origin'] variable 131 repo.git.push('origin', branch) 141 for ref in origin.refs: 142 assert ref.name.startswith('origin/') 143 name = ref.name[len('origin/'):] 151 origin.pull(rebase=True)
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| soa_6.h | 22 dns_name_t origin; member in struct:dns_rdata_soa
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| soa_6.h | 23 dns_name_t origin; member in struct:dns_rdata_soa
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| makejournal.c | 60 loadzone(dns_db_t **db, const char *origin, const char *filename) { 67 result = dns_name_fromstring(name, origin, dns_rootname, 0, NULL); 88 char *origin, *file1, *file2, *journal; local 94 printf("usage: %s origin file1 file2 journal\n", argv[0]); 98 origin = argv[1]; 124 result = loadzone(&olddb, origin, file1); 130 result = loadzone(&newdb, origin, file2);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dbiterator.h | 84 isc_result_t (*origin)(dns_dbiterator_t *iterator, dns_name_t *name); member in struct:dns_dbiteratormethods 230 * the origin the names are relative to changes. This result can occur only 265 * Return the origin to which returned node names are relative.
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| tinfo.h | 60 const void *origin; member in struct:__cxxabiv1::__anon14818::vtable_prefix
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| tinfo.h | 60 const void *origin; member in struct:__cxxabiv1::__anon17214::vtable_prefix
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_dh.c | 313 static int setup_auto_groups(SSL_CTX *ctx, const char *origin, 359 origin); 382 msg_warn("none of the %s key exchange groups are supported", origin); 388 msg_warn("failed to set up the %s key exchange groups", origin); 409 const char *origin; local 421 for (origin = "configured"; /* void */ ; /* void */ ) { 422 switch (setup_auto_groups(ctx, origin, eecdh, ffdhe)) { 429 origin = "Postfix default";
|
| /src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| trivial-rewrite.h | 35 char **origin; /* default origin */ member in struct:__anon23201
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-rrchecker.c | 45 fprintf(stderr, "usage: named-rrchecker [-o origin] [-hpCPTu]\n"); 47 fprintf(stderr, "\t-o origin: set origin to be used when " 102 char *origin = NULL; local 109 origin = isc_commandline_argument; 189 if (origin != NULL) { 191 result = dns_name_fromstring(name, origin, dns_rootname, 0,
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dlz.c | 419 dns_name_t *origin; local 433 origin = dns_fixedname_name(&fixorigin); 446 result = dns_view_findzone(view, origin, DNS_ZTFIND_EXACT, &dupzone); 456 result = dns_zone_setorigin(zone, origin);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| dbiterator.h | 86 isc_result_t (*origin)(dns_dbiterator_t *iterator, dns_name_t *name); member in struct:dns_dbiteratormethods 270 * origin to which the names are relative. This result can occur only 304 * Return the origin to which returned node names are relative.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dlz.c | 423 dns_name_t *origin; local 437 origin = dns_fixedname_name(&fixorigin); 450 result = dns_view_findzone(view, origin, &dupzone); 463 result = dns_zone_setorigin(zone, origin);
|
| /src/sys/compat/netinet6/ |
| nd6.h | 94 u_char origin; member in struct:in6_oprlist::__anon2416 110 u_char origin; member in struct:in6_prlist::__anon2417
|