HomeSort by: relevance | last modified time | path
    Searched defs:getentry (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/who/
utmpentry.c 60 static void getentry(struct utmpentry *, struct utmp *);
233 getentry(ep, ut);
267 getentry(struct utmpentry *e, struct utmp *up) function
  /src/games/hack/
makedefs.c 85 static int getentry(void);
109 while (getentry()) {
208 getentry() function
  /src/external/bsd/less/dist/
tags.c 55 static int getentry(char *buf, char **tag, char **file, char **line);
577 if (getentry(buf, &name, &file, &line))
684 * The getentry() parses both standard and extended ctags -x format.
711 static int getentry(char *buf, char **tag, char **file, char **line) function
  /src/bin/csh/
file.c 96 static Char *getentry(DIR *, int);
441 getentry(DIR *dir_fd, int looking_for_lognames) function
512 for (numitems = 0; (entry = getentry(dir_fd, looking_for_lognames)) != NULL;) {
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 56 static int getentry __P((char *, char **, char **, char **));
1020 * getentry --
1032 getentry(char *buf, char **tag, char **file, char **line) function
1107 if (getentry(buf, &name, &file, &search) == 0) {
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
search.c 332 int getentry = BACKSQL_IS_GET_ENTRY( flags ); local
340 /* the entry is collected either if requested for by getentry
343 if ( ( rc == LDAP_NO_SUCH_OBJECT && matched ) || getentry ) {

Completed in 18 milliseconds