next_field
extern char *next_field(const char *, const char *);
if ((optval = next_field(optname, oackend)) == NULL)
if ((cp = next_field(optval, oackend)) == NULL)
if ((mode = next_field(file, tpend)) == NULL) {
if ((cp = next_field(mode, tpend)) == NULL) {
if ((optval = next_field(optname, endopts)) == NULL) {
if ((opts = next_field(optval, endopts)) == NULL) {
if ((optval = next_field(optname, endopts)) == NULL) {
if ((opts = next_field(optval, endopts)) == NULL) {
mode = next_field(filename, &buf.data[size]);
cp = (mode != NULL) ? next_field(mode, &buf.data[size]) : NULL;
if (next_field(0, 59, line, &cursor,
next_field(0, 23, line, &cursor, &e->of.ct.hour) != CFOK ||
next_field(1, 31, line, &cursor,
next_field(1, 12, line, &cursor, &e->of.ct.month) != CFOK ||
next_field(0, 6, line, &cursor,
extern cferror_t next_field(uint_t, uint_t, char *, int *, char **);
if ((cferr = next_field(0, 59, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(0, 23, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(1, 31, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(1, 12, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(0, 6, line, &cursor, NULL)) != CFOK) {
switch (next_field(lower, upper, argv[3], &cursor, &ret)) {
token = next_field(&lp);
if ((class = next_field(&lp)) != NULL) {
subclass = next_field(&lp);
vendor = next_field(&lp);
publisher = next_field(&lp);
user = next_field(&lp);
reserved1 = next_field(&lp);
reserved2 = next_field(&lp);
path = next_field(&lp);
static char *next_field(char **cpp);
if ((class = next_field(&lp)) == NULL)
if ((subclass = next_field(&lp)) == NULL)
if ((vendor = next_field(&lp)) == NULL)
if ((publisher = next_field(&lp)) == NULL)
if ((user = next_field(&lp)) == NULL)
if ((reserved1 = next_field(&lp)) == NULL)
if ((reserved2 = next_field(&lp)) == NULL)
if ((path = next_field(&lp)) == NULL)
static char *next_field(char **cpp);