Searched refs:tokenizer (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/ |
A D | iptcutil.c | 329 int tokenizer(unsigned inflag,char *token,int tokmax,char *line, 497 while(tokenizer(0, token, inputlen, line, "", "=", "\"", 0, in main() 512 while(tokenizer(0, newstr, inputlen, token, "", "#", "", 0, in main() 538 while(tokenizer(0, newstr, inputlen, token, "", "&", "", 0, in main() 820 int tokenizer(unsigned inflag,char *token,int tokmax,char *line, in tokenizer() function
|
A D | README | 17 the tokenizer was written many years ago, by someone else as well.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | CHANGES.txt | 11 1.5 - 2018.08.05 - Fix buffer overflow in tokenizer (Cosmin Truta)
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_direct3d.cpp | 142 std::istringstream tokenizer(newValue); in WINRT_SetDisplayOrientationsPreference() local 143 while (!tokenizer.eof()) { in WINRT_SetDisplayOrientationsPreference() 145 std::getline(tokenizer, orientationName, ' '); in WINRT_SetDisplayOrientationsPreference()
|
Completed in 7 milliseconds