| /src/external/gpl2/grep/dist/lib/ |
| savedir.c | 110 char *name_space; local 122 name_space = (char *) malloc (name_size); 123 if (name_space == NULL) 128 namep = name_space; 137 off_t size_needed = (namep - name_space) + NAMLEN (dp) + 2; 157 new_name_space = realloc (name_space, name_size); 163 namep += new_name_space - name_space; 164 name_space = new_name_space; 172 free (name_space); 181 return name_space; [all...] |
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| postconf_user.c | 152 local_scope->name_space, 154 local_scope->name_space); 166 local_scope->name_space, 189 local_scope->name_space); 397 dict_update(masterp->name_space, param_name, param_value); 402 if ((dict = dict_handle(masterp->name_space)) != 0) { 413 pcf_scan_user_parameter_namespace(mode, masterp->name_space, masterp);
|
| postconf_dbms.c | 274 local_scope->name_space, err); 332 local_scope->name_space, err);
|
| postconf_master.c | 362 myfree(masterp->name_space); 399 masterp->name_space = 402 concatenate("ro", PCF_NAMESP_SEP_STR, masterp->name_space, (char *) 0); 494 quote_for_json(pcf_json_buf, masterp->name_space, -1)); 779 quote_for_json_var(pcf_json_buf, masterp->name_space, 1082 masterp->name_space, PCF_NAMESP_SEP_CH, 1090 quote_for_json_var(pcf_json_buf, masterp->name_space, 1097 masterp->name_space, PCF_NAMESP_SEP_CH,
|
| postconf.h | 128 char *name_space; /* service/type, parameter name space */ member in struct:__anon51
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| client.h | 153 const dns_name_t *name_space, isc_sockaddrlist_t *addrs); 157 * beforehand. If 'name_space' is non NULL, the specified server will be used 158 * if and only if the query name is a subdomain of 'name_space'. When servers 159 * for multiple 'name_space's are provided, and a query name is covered by 160 * more than one 'name_space', the servers for the best (longest) matching 161 * name_space will be used. If 'name_space' is NULL, it works as if 168 *\li 'name_space' is NULL or a valid name.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| client.h | 227 const dns_name_t *name_space, isc_sockaddrlist_t *addrs); 231 * beforehand. If 'name_space' is non NULL, the specified server will be used 232 * if and only if the query name is a subdomain of 'name_space'. When servers 233 * for multiple 'name_space's are provided, and a query name is covered by 234 * more than one 'name_space', the servers for the best (longest) matching 235 * name_space will be used. If 'name_space' is NULL, it works as if 242 *\li 'name_space' is NULL or a valid name. 255 const dns_name_t *name_space); 257 * Remove configured recursive name servers for the 'rdclass' and 'name_space' [all...] |
| /src/external/gpl2/grep/dist/src/ |
| grep.c | 1008 char *name_space; local 1023 name_space = savedir (dir, stats->stat.st_size, included_patterns, 1026 if (! name_space) 1039 char const *namep = name_space; 1056 free (name_space);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| client.c | 367 const dns_name_t *name_space, isc_sockaddrlist_t *addrs) { 374 if (name_space == NULL) { 375 name_space = dns_rootname; 378 result = dns_fwdtable_add(client->view->fwdtable, name_space, addrs,
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.h | 137 char name_space[BUFSIZE]; member in struct:dig_lookup
|
| dighost.c | 2226 isc_buffer_init(&lookup->namebuf, lookup->name_space, 2227 sizeof(lookup->name_space));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.cc | 351 scoped_attributes *name_space) 356 gcc_assert (attr != NULL && name_space != NULL); 358 gcc_assert (name_space->attribute_hash); 367 slot = name_space->attribute_hash
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.cc | 362 scoped_attributes *name_space) 367 gcc_assert (attr != NULL && name_space != NULL); 369 gcc_assert (name_space->attribute_hash); 378 slot = name_space->attribute_hash
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| client.c | 581 const dns_name_t *name_space, isc_sockaddrlist_t *addrs) { 588 if (name_space == NULL) { 589 name_space = dns_rootname; 601 result = dns_fwdtable_add(view->fwdtable, name_space, addrs, 611 const dns_name_t *name_space) { 617 if (name_space == NULL) { 618 name_space = dns_rootname; 630 result = dns_fwdtable_delete(view->fwdtable, name_space);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.cc | 6517 do_namespace_alias (tree alias, tree name_space) 6519 if (name_space == error_mark_node) 6522 gcc_assert (TREE_CODE (name_space) == NAMESPACE_DECL); 6524 name_space = ORIGINAL_NAMESPACE (name_space); 6528 DECL_NAMESPACE_ALIAS (alias) = name_space;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.cc | 6100 do_namespace_alias (tree alias, tree name_space) 6102 if (name_space == error_mark_node) 6105 gcc_assert (TREE_CODE (name_space) == NAMESPACE_DECL); 6107 name_space = ORIGINAL_NAMESPACE (name_space); 6111 DECL_NAMESPACE_ALIAS (alias) = name_space;
|