Searched refs:st_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_scanner.h97 struct FILE_INFO * st_next; /* next on stack */ member in struct:FILE_INFO
H A Dntp_scanner.c277 tail = head->st_next;
334 lex_stack->st_next = _drop_stack_do(
335 lex_stack->st_next);
357 next->st_next = lex_stack;
378 tail = head->st_next;
405 ipf = ipf->st_next;
/freebsd-9.3-release/contrib/bmake/
H A Dutil.c272 struct stat st_root, st_cur, st_next, st_dotdot; local
335 if (lstat(nextpathptr, &st_next) == -1) {
343 if (st_next.st_ino == st_cur.st_ino &&
344 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c1307 struct stat st_root, st_cur, st_next, st_dotdot; local
1381 if (lstat(nextpathptr, &st_next) == -1) {
1393 if (st_next.st_ino == st_cur.st_ino &&
1394 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))

Completed in 56 milliseconds