Searched refs:tolist (Results 1 – 1 of 1) sorted by relevance
39 static const char *tolist; variable71 tolist = getenv ("SOTRUSS_TOLIST"); in init()72 if (tolist != NULL && tolist[0] == '\0') in init()73 tolist = NULL; in init()185 if (tolist != NULL) in la_objopen()186 result |= match_file (tolist, l->name, strlen (l->name),LA_FLG_BINDTO); in la_objopen()213 if (tolist == NULL) in la_objopen()216 result |= (match_file (tolist, full_name, full_name_len, LA_FLG_BINDTO) in la_objopen()217 | match_file (tolist, base_name, base_name_len, LA_FLG_BINDTO)); in la_objopen()