/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 in typeref:typename:void
|
utmpentry.c | 60 static void getentry(struct utmpentry *, struct utmp *); 233 getentry(ep, ut); 267 getentry(struct utmpentry *e, struct utmp *up) function in typeref:typename:void
|
/src/games/hack/ |
makedefs.c | 85 static int getentry(void); 109 while (getentry()) { 208 getentry() function in typeref:typename:int
|
makedefs.c | 85 static int getentry(void); 109 while (getentry()) { 208 getentry() function in typeref:typename:int
|
/src/bin/csh/ |
file.c | 96 static Char *getentry(DIR *, int); 441 getentry(DIR *dir_fd, int looking_for_lognames) function in typeref:typename:Char * 512 for (numitems = 0; (entry = getentry(dir_fd, looking_for_lognames)) != NULL;) {
|
file.c | 96 static Char *getentry(DIR *, int); 441 getentry(DIR *dir_fd, int looking_for_lognames) function in typeref:typename:Char * 512 for (numitems = 0; (entry = getentry(dir_fd, looking_for_lognames)) != NULL;) {
|