Home
last modified time | relevance | path

Searched defs:ArgDup (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c85 #define ArgDup(x) strdup(strcat(strcat(strcpy(argbuf,"\""),x),"\"")) macro
87 #define ArgDup(x) strdup(x) macro