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

/bind-9.6-ESV-R11/lib/dns/
H A Ddlz.c400 char ***argvp, unsigned int n)
412 *argvp = isc_mem_get(mctx, n * sizeof(char *));
413 if (*argvp == NULL)
447 result = dns_dlzstrtoargvsub(mctx, p, argcp, argvp, n + 1);
450 (*argvp)[n] = s;
458 * of pointers to the words in '*argvp'. The caller
464 unsigned int *argcp, char ***argvp)
466 return(dns_dlzstrtoargvsub(mctx, s, argcp, argvp, 0));
399 dns_dlzstrtoargvsub(isc_mem_t *mctx, char *s, unsigned int *argcp, char ***argvp, unsigned int n) argument
463 dns_dlzstrtoargv(isc_mem_t *mctx, char *s, unsigned int *argcp, char ***argvp) argument
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c349 char ***argvp, unsigned int n)
360 *argvp = isc_mem_get(mctx, n * sizeof(char *));
361 if (*argvp == NULL)
370 result = strtoargvsub(mctx, p, argcp, argvp, n + 1);
373 (*argvp)[n] = s;
381 * of pointers to the words in '*argvp'. The caller
386 strtoargv(isc_mem_t *mctx, char *s, unsigned int *argcp, char ***argvp) { argument
387 return (strtoargvsub(mctx, s, argcp, argvp, 0));
348 strtoargvsub(isc_mem_t *mctx, char *s, unsigned int *argcp, char ***argvp, unsigned int n) argument

Completed in 26 milliseconds