Searched defs:newstr (Results 1 - 2 of 2) sorted by relevance

/httpd/test/
H A Dtest_parser.c62 char *newstr; local
70 while ((newstr = ap_get_list_item(p, &field)) != NULL)
71 printf(" <%s> ..\n", newstr);
/httpd/modules/ldap/
H A Dutil_ldap.c88 static void util_ldap_strdup (char **str, const char *newstr) argument
95 if (newstr) {
96 *str = strdup(newstr);

Completed in 17 milliseconds