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

/netbsd-6-1-5-RELEASE/games/hack/
H A Dmakedefs.c85 static int getentry(void);
109 while (getentry()) {
208 getentry() function
/netbsd-6-1-5-RELEASE/usr.bin/who/
H A Dutmpentry.c60 static void getentry(struct utmpentry *, struct utmp *);
238 getentry(ep, ut);
272 getentry(struct utmpentry *e, struct utmp *up) function
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dfile.c96 static Char *getentry(DIR *, int);
441 getentry(DIR *dir_fd, int looking_for_lognames) function
511 for (numitems = 0; (entry = getentry(dir_fd, looking_for_lognames)) != NULL;) {
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dtags.c54 static int getentry();
568 if (getentry(buf, &name, &file, &line))
678 * The getentry() parses both standard and extended ctags -x format.
706 getentry(buf, tag, file, line) function
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_tag.c52 static int getentry __P((char *, char **, char **, char **));
1014 * getentry --
1026 getentry(char *buf, char **tag, char **file, char **line) function
1102 if (getentry(buf, &name, &file, &search) == 0) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c297 int getentry = BACKSQL_IS_GET_ENTRY( flags ); local
305 /* the entry is collected either if requested for by getentry
308 if ( ( rc == LDAP_NO_SUCH_OBJECT && matched ) || getentry ) {

Completed in 105 milliseconds