Home
last modified time | relevance | path

Searched refs:next_field (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.bin/top/
Dcommands.c56 static char *next_field(char *);
112 next_field(char *str) in next_field() function
338 if ((nptr = next_field(str)) == NULL) in kill_procs()
376 } while ((str = next_field(str)) != NULL); in kill_procs()
415 if ((str = next_field(str)) == NULL) in renice_procs()
429 } while ((str = next_field(str)) != NULL); in renice_procs()
/mirbsd/src/sbin/scsi/
Dlibscsi.c420 next_field(char **pp, char *fmt, int *width_p, int *value_p, char *name, in next_field() function
603 while ((ret = next_field(&fmt, &c, &width, &value, field_name, in do_encode()