Searched refs:new_string (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | string.c | 205 new_string = apr_palloc(pool, sizeof(*new_string)); in create_string() 210 return new_string; in create_string() 220 svn_string_t *new_string = apr_palloc(pool, sizeof(*new_string)); in svn_string_create_empty() local 224 return new_string; in svn_string_create_empty() 239 new_string = mem; in svn_string_ncreate() 252 return new_string; in svn_string_ncreate() 385 new_string = mem; in svn_stringbuf_create_ensure() 386 new_string->data = (char*)mem + sizeof(*new_string); in svn_stringbuf_create_ensure() 389 new_string->blocksize = blocksize - sizeof(*new_string); in svn_stringbuf_create_ensure() 392 return new_string; in svn_stringbuf_create_ensure() [all …]
|
| H A D | prefix_string.c | 177 svn_prefix_string__t *new_string; in svn_prefix_string__create() local 276 new_string = apr_pcalloc(tree->pool, sizeof(*new_string)); in svn_prefix_string__create() 277 new_string->prefix = node; in svn_prefix_string__create() 278 memcpy(new_string->data, s + node->length, len - node->length); in svn_prefix_string__create() 284 node->sub_nodes[idx] = (node_t *)new_string; in svn_prefix_string__create() 286 return new_string; in svn_prefix_string__create()
|
| /freebsd-13.1/sys/security/mac_portacl/ |
| H A D | mac_portacl.c | 334 char *string, *copy_string, *new_string; in sysctl_rules() local 338 new_string = NULL; in sysctl_rules() 340 new_string = malloc(MAC_RULE_STRING_LEN, M_PORTACL, in sysctl_rules() 343 strcpy(new_string, rule_string); in sysctl_rules() 345 string = new_string; in sysctl_rules() 370 if (new_string != NULL) in sysctl_rules() 371 free(new_string, M_PORTACL); in sysctl_rules()
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | bmake.cat1 | 971 [4m:old_string=new_string[0m
|