Lines Matching refs:delim
165 const char delim[] = "\n"; in cg_read_lc() local
172 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc()
195 const char delim[] = "\n\t "; in cg_find_unified_root() local
204 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root()
205 mount = strtok(NULL, delim); in cg_find_unified_root()
206 type = strtok(NULL, delim); in cg_find_unified_root()
207 strtok(NULL, delim); in cg_find_unified_root()
208 strtok(NULL, delim); in cg_find_unified_root()
209 strtok(NULL, delim); in cg_find_unified_root()
498 const char delim[] = "\n"; in is_swap_enabled() local
505 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in is_swap_enabled()