Lines Matching refs:del
154 static char *scanarg(char *s, char del) in scanarg() argument
158 while ((c = *s++) != del) { in scanarg()
198 char del; in create_entry() local
217 del = *p++; /* delimeter */ in create_entry()
219 memset(buf+count, del, 8); in create_entry()
222 p = strchr(p, del); in create_entry()
236 if (*p++ != del) in create_entry()
239 char *s = strchr(p, del); in create_entry()
247 p = scanarg(p, del); in create_entry()
254 p = scanarg(p, del); in create_entry()
266 p = strchr(p, del); in create_entry()
271 p = strchr(p, del); in create_entry()
277 p = strchr(p, del); in create_entry()
283 p = strchr(p, del); in create_entry()