Searched refs:next_field (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h75 extern char *next_field(const char *, const char *);
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h114 static char *next_field(char **cpp);
H A Dsyseventadm.c722 token = next_field(&lp);
827 if ((class = next_field(&lp)) != NULL) {
828 subclass = next_field(&lp);
831 vendor = next_field(&lp);
834 publisher = next_field(&lp);
837 user = next_field(&lp);
840 reserved1 = next_field(&lp);
843 reserved2 = next_field(&lp);
846 path = next_field(&lp);
904 * next_field() wil
908 next_field(char **cpp) function
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c111 static int next_field(int, int);
492 if (next_field(0, 59)) continue;
493 if (next_field(0, 23)) continue;
494 if (next_field(1, 31)) continue;
495 if (next_field(1, 12)) continue;
496 if (next_field(0, 06)) continue;
527 next_field(lower, upper) function
H A Dcron.c317 static char *next_field(int, int);
1213 if (!(((e->of.ct.minute = next_field(0, 59)) != NULL) &&
1214 ((e->of.ct.hour = next_field(0, 23)) != NULL) &&
1215 ((e->of.ct.daymon = next_field(1, 31)) != NULL) &&
1216 ((e->of.ct.month = next_field(1, 12)) != NULL) &&
1217 ((e->of.ct.dayweek = next_field(0, 6)) != NULL))) {
1447 next_field(int lower, int upper) function
1450 * next_field returns a pointer to a string which holds the next
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c335 next_field(const char *s, const char *end) function
367 if ((optval = next_field(optname, endopts)) == NULL) {
376 if ((opts = next_field(optval, endopts)) == NULL) {
H A Dtftp.c596 if ((optval = next_field(optname, oackend)) == NULL)
598 if ((cp = next_field(optval, oackend)) == NULL)
666 if ((mode = next_field(file, tpend)) == NULL) {
671 if ((cp = next_field(mode, tpend)) == NULL) {
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h127 static char *next_field(char **cpp);
H A Dsysevent_conf_mod.c191 * next_field() will not check any characters on next line.
195 next_field(char **cpp) function
535 if ((class = next_field(&lp)) == NULL)
537 if ((subclass = next_field(&lp)) == NULL)
539 if ((vendor = next_field(&lp)) == NULL)
541 if ((publisher = next_field(&lp)) == NULL)
543 if ((user = next_field(&lp)) == NULL)
545 if ((reserved1 = next_field(&lp)) == NULL)
547 if ((reserved2 = next_field(&lp)) == NULL)
549 if ((path = next_field(
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c686 if ((optval = next_field(optname, endopts)) == NULL) {
690 if ((opts = next_field(optval, endopts)) == NULL) {
784 mode = next_field(filename, &buf.data[size]);
785 cp = (mode != NULL) ? next_field(mode, &buf.data[size]) : NULL;

Completed in 93 milliseconds