Searched refs:nextline (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-fmtstream.c228 char *p, *nextline;
234 nextline = p + 1; /* This will begin the next line. */
236 if (nextline > buf)
269 nextline = p;
277 if ((nextline == buf + len + 1
279 : nextline - (nl + 1) < fs->wmargin)
280 && fs->p > nextline)
286 size_t mv = fs->p - nextline;
287 memmove (nl + 1 + fs->wmargin, nextline, mv);
288 nextline
226 char *p, *nextline; local
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py115 nextline = rawline.strip()
117 if len(nextline) > 0 and nextline[0] != '#':
125 keyword, prop, val = nextline.split(None, 2)
128 ': "%s"' % nextline)
133 ': "%s"' % nextline)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py272 def _parse_line(self, nextline):
312 if nextline is None:
322 stripped = nextline.strip()
324 self.target.add_comment(nextline)
329 nextline, newline_escaped = (
330 self._process_escapes(nextline))
337 self._last += nextline
340 nextline = self._last + nextline
347 argv = [v[0] for v in re.compile(pattern).findall(nextline)]
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwnoutref.c146 goto nextline;
197 nextline:
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c178 nextline(fd, line) function
379 while (((cp = nextline(fptr, line)) != NULL) &&
930 while (((cp = nextline(fptr, line)) != NULL) &&
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c93 static char *nextline(struct pam_fh *, pam_handle_t *, int *);
2353 if ((cp = nextline(pam_fh, pamh, &err)) == NULL) {
2631 * nextline - skip all blank lines and comments
2635 nextline(struct pam_fh *pam_fh, pam_handle_t *pamh, int *err) function
2697 "nextline[%d:%s]: pam.conf line too long %.256s",
2710 "nextline[%d:%s]: pam.conf line too long %.256s",

Completed in 40 milliseconds