Searched refs:PATH_TOKENS (Results 1 – 1 of 1) sorted by relevance
50 #define PATH_TOKENS ":./" macro134 int pd = ((! *p) || strchr(PATH_TOKENS, *p)); in __config_name_compare()135 int qd = ((! *q) || strchr(PATH_TOKENS, *q)); in __config_name_compare()1225 while(*p && strchr(PATH_TOKENS, *p)) in config_setting_lookup()1239 while(! strchr(PATH_TOKENS, *p)) in config_setting_lookup()1664 while(settingName && !strchr(PATH_TOKENS, *settingName)) in config_setting_remove()