Lines Matching refs:delim
162 const char delim[] = "\n"; in cg_read_lc() local
169 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc()
202 const char delim[] = "\n\t "; in cg_find_unified_root() local
211 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root()
212 mount = strtok(NULL, delim); in cg_find_unified_root()
213 type = strtok(NULL, delim); in cg_find_unified_root()
214 strtok(NULL, delim); in cg_find_unified_root()
215 strtok(NULL, delim); in cg_find_unified_root()
216 strtok(NULL, delim); in cg_find_unified_root()
509 const char delim[] = "\n"; in is_swap_enabled() local
516 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in is_swap_enabled()