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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dtokenize.c41 static token_list_t *
120 static token_list_t *
123 token_list_t * res;
174 * ret_type: token_list_t*
215 * token_list_t* ptl = ao_string_tokenize(some_string)
233 token_list_t*
236 token_list_t* res = alloc_token_list(str);
314 token_list_t* p = ao_string_tokenize(arg);
H A Denvironment.c51 token_list_t* pTL;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dtokenize.c125 * ret_type: token_list_t*
166 * token_list_t* ptl = ao_string_tokenize( some_string )
184 token_list_t*
188 token_list_t* res;
302 token_list_t* p = ao_string_tokenize( arg );
H A Denvironment.c51 token_list_t* pTL;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/autoopts/
H A Doptions.h462 } token_list_t; typedef in typeref:struct:__anon1861
515 * Returns: token_list_t* - pointer to a structure that lists each token
549 extern token_list_t* ao_string_tokenize(char const*);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h476 } token_list_t; typedef in typeref:struct:__anon1914
530 * Returns: token_list_t* - pointer to a structure that lists each token
564 extern token_list_t* ao_string_tokenize(char const*);

Completed in 168 milliseconds