Home
last modified time | relevance | path

Searched refs:ftree (Results 1 – 4 of 4) sorted by relevance

/src/bin/pax/
H A Dftree.h42 typedef struct ftree { struct
46 struct ftree *fow; /* pointer to next entry on list */ argument
H A DMakefile5 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 Dmain.c189 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 DOptions.td3954 def : Flag<["-"], "ftree-vectorize">, Alias<fvectorize>;
3959 def : Flag<["-"], "ftree-slp-vectorize">, Alias<fslp_vectorize>;