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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c2107 struct wordent *wp, *firstp; local
2125 firstp = (hp->Hlex).next;
2128 for (i = 0; i < Argument && wp != firstp; i++) {
/freebsd-9.3-release/sys/kern/
H A Dkern_linker.c748 * linker_if.h exposure elsewhere. Note: firstp and lastp are really void **.
754 void *firstp, void *lastp, int *countp)
758 return (LINKER_LOOKUP_SET(file, name, firstp, lastp, countp));
753 linker_file_lookup_set(linker_file_t file, const char *name, void *firstp, void *lastp, int *countp) argument
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c4105 char *firstp = p; local
4120 shortenstring(firstp, MAXSHORTSTR));
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbtdb.c3320 isc_boolean_t *firstp)
3342 if (*firstp) {
3347 *firstp = ISC_FALSE;
3317 previous_closest_nsec(dns_rdatatype_t type, rbtdb_search_t *search, dns_name_t *name, dns_name_t *origin, dns_rbtnode_t **nodep, dns_rbtnodechain_t *nsecchain, isc_boolean_t *firstp) argument

Completed in 103 milliseconds