Searched refs:ftree (Results 1 – 4 of 4) sorted by relevance
| /src/bin/pax/ |
| H A D | ftree.h | 42 typedef struct ftree { struct 46 struct ftree *fow; /* pointer to next entry on list */ argument
|
| H A D | Makefile | 5 SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
|
| /src/usr.bin/sockstat/ |
| H A D | main.c | 189 static RB_HEAD(files_t, file) ftree = RB_INITIALIZER(&ftree); 913 RB_INSERT(files_t, &ftree, &files[filenum]); in getfiles() 1159 f = RB_FIND(files_t, &ftree, in format_unix_faddr() 1191 f = RB_FIND(files_t, &ftree, in format_unix_faddr()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3954 def : Flag<["-"], "ftree-vectorize">, Alias<fvectorize>; 3959 def : Flag<["-"], "ftree-slp-vectorize">, Alias<fslp_vectorize>;
|