Searched refs:new_string (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c206 svn_string_t *new_string;
208 new_string = apr_palloc(pool, sizeof(*new_string));
210 new_string->data = data;
211 new_string->len = size;
213 return new_string;
223 svn_string_t *new_string = apr_palloc(pool, sizeof(*new_string));
224 new_string->data = empty_buffer;
225 new_string
203 svn_string_t *new_string; local
220 svn_string_t *new_string = apr_palloc(pool, sizeof(*new_string)); local
233 svn_string_t *new_string; local
377 svn_stringbuf_t *new_string; local
444 svn_stringbuf_t *new_string; local
[all...]
H A Dprefix_string.c177 svn_prefix_string__t *new_string; local
276 new_string = apr_pcalloc(tree->pool, sizeof(*new_string));
277 new_string->prefix = node;
278 memcpy(new_string->data, s + node->length, len - node->length);
284 node->sub_nodes[idx] = (node_t *)new_string;
286 return new_string;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsetenv.c145 char *new_string = (char *) malloc (namelen + 1 + vallen); local
146 if (new_string == NULL)
151 *ep = new_string;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dsetenv.c145 char *new_string = (char *) malloc (namelen + 1 + vallen); local
146 if (new_string == NULL)
151 *ep = new_string;
/freebsd-11-stable/sys/security/mac_portacl/
H A Dmac_portacl.c333 char *string, *copy_string, *new_string; local
337 new_string = NULL;
339 new_string = malloc(MAC_RULE_STRING_LEN, M_PORTACL,
342 strcpy(new_string, rule_string);
344 string = new_string;
369 if (new_string != NULL)
370 free(new_string, M_PORTACL);

Completed in 72 milliseconds