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

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Denv.c51 token_list_t * pTL; local
66 pTL = ao_string_tokenize(env_opts);
67 if (pTL == NULL)
84 uintptr_t v = (uintptr_t)(pTL->tkn_list);
87 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1;
111 free(pTL);

Completed in 44 milliseconds