Lines Matching refs:delim
172 const char delim[] = "\n"; in cg_read_lc() local
179 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc()
224 const char delim[] = "\n\t "; in cg_find_unified_root() local
233 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root()
234 mount = strtok(NULL, delim); in cg_find_unified_root()
235 type = strtok(NULL, delim); in cg_find_unified_root()
236 options = strtok(NULL, delim); in cg_find_unified_root()
237 strtok(NULL, delim); in cg_find_unified_root()
238 strtok(NULL, delim); in cg_find_unified_root()
535 const char delim[] = "\n"; in is_swap_enabled() local
542 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in is_swap_enabled()