Searched refs:found_sysv (Results 1 – 1 of 1) sorted by relevance
147 bool found_native = false, found_sysv; in enable_sysv_units() local176 found_sysv = access(p, F_OK) >= 0; in enable_sysv_units()177 if (!found_sysv) in enable_sysv_units()