Searched refs:pzSrc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dstack.c83 char const * pzSrc = arg_list->apzArgs[ i ]; local
84 char * pzEq = strchr(pzSrc, '=');
91 res = regexec(&re, pzSrc, (size_t)0, NULL, 0);
99 AGFREE(pzSrc);
113 arg_list->apzArgs[ dIdx ] = pzSrc;
131 const char * pzSrc = arg_list->apzArgs[ i ]; local
132 char * pzEq = strchr(pzSrc, '=');
137 if (strcmp(pzSrc, od->optArg.argString) == 0) {
143 AGFREE(pzSrc);
154 arg_list->apzArgs[ dIdx ] = pzSrc;
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c258 char const * pzSrc = string + ix; local
260 while (*pzSrc == ':') pzSrc++;
263 char ch = (*(pzDest++) = *(pzSrc++));
276 ix = (int)(pzSrc - string);

Completed in 70 milliseconds