f 121 global/literal.c int f; f 123 global/literal.c if ((f = open(file, O_BINARY)) < 0) { f 127 global/literal.c if (fstat(f, &stb) < 0) { f 134 global/literal.c buf = mmap(0, stb.st_size, PROT_READ, MAP_SHARED, f, 0); f 139 global/literal.c HANDLE hMap = CreateFileMapping((HANDLE)_get_osfhandle(f), NULL, PAGE_READONLY, 0, stb.st_size, NULL); f 153 global/literal.c if (read(f, buf, stb.st_size) < stb.st_size) f 232 global/literal.c close(f); f 433 gtags-cscope/display.c FP f; /* searching function */ f 457 gtags-cscope/display.c f = fields[field].findfcn; f 458 gtags-cscope/display.c findresult = (*f)(Pattern); f 286 gtags-cscope/global-cscope.h void addcmd(int f, char *s); f 54 gtags-cscope/history.c addcmd(int f, char *s) f 68 gtags-cscope/history.c h->field = f; f 188 gtags-cscope/mypopen.c int f; f 198 gtags-cscope/mypopen.c f = fileno(ptr); f 203 gtags-cscope/mypopen.c while((r = wait(&status)) != popen_pid[f] && r != -1) f 212 gtags-cscope/mypopen.c popen_pid[f] = 0; f 37 libdb/btree.h #define F_SET(p, f) (p)->flags |= (f) f 38 libdb/btree.h #define F_CLR(p, f) (p)->flags &= ~(f) f 39 libdb/btree.h #define F_ISSET(p, f) ((p)->flags & (f)) f 81 libutil/conf.c char *f, *b; f 87 libutil/conf.c for (f = b = l; *f; f++) { f 88 libutil/conf.c if (colon && isblank(*f)) f 91 libutil/conf.c if ((*b++ = *f) == ':') f 98 libutil/conf.c for (f = b = l; *f;) { f 99 libutil/conf.c if ((*b++ = *f++) == ':') { f 100 libutil/conf.c while (*f == ':') f 101 libutil/conf.c f++;