Searched refs:include_dir (Results 1 – 11 of 11) sorted by relevance
3 include_dir=../../include/openssl5 cat > "${include_dir}/stack_macros.h" << EOF30 cat >> "${include_dir}/stack_macros.h" << EOF96 stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* STACK_OF:' | sed -e 's/.*STACK_OF://' -e 's…97 const_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* CONST_STACK_OF:' | sed -e 's/.*CONST_…98 special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' | sed -e 's/.*SP…115 clang-format -i "${include_dir}/stack_macros.h"
56 include_dir = os.path.join(dxsdk_root, 'Include')64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])66 env.Prepend(CPPPATH = [include_dir])
308 foreach my $include_dir (@include_dirs) {309 if (-r $include_dir . $arg) {741 my $include_dir = shift(@include_dirs2);742 print("Include dirs: $include_dir\n");743 foreach my $include_dir (@include_dirs2) {744 print(" $include_dir\n");1063 foreach my $include_dir (@include_dirs) {1064 my $try_name = $include_dir . $src_file;1067 $full_file_name = ($include_dir eq "" 1069 : "$include_dir + $src_file");
3 include_dir=../../include/openssl4 out=${include_dir}/lhash_macros.h60 lhash_types=$(cat ${include_dir}/lhash.h | grep '^ \* LHASH_OF:' | sed -e 's/.*LHASH_OF://' -e 's/ …
72 for include_dir in args[1:]:73 include_dirs.append(include_dir.replace("\\", "/"))
258 foreach my $include_dir (@include_dirs) {259 if (-r $include_dir . $arg) {469 my $include_dir = shift(@include_dirs2);470 print("Include dirs: $include_dir\n");471 foreach my $include_dir (@include_dirs2) {472 print(" $include_dir\n");
67 const struct wpa_dbus_argument *args, int include_dir) in add_entry() argument78 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : in add_entry()
81 foreach( include_dir ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR} )82 set(c_flags "${c_flags} -I${include_dir}")
2997 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))2999 include_dir == target_dir or3000 include_dir == os.path.normpath(target_dir + '/../public')):
3548 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))3550 include_dir == target_dir or3551 include_dir == os.path.normpath(target_dir + '/../public')):
1583 17. Nobody had reported that the --include_dir option, which was added in1586 left --include_dir as an undocumented synonym, and the same for2297 5. Added the --include_dir and --exclude_dir patterns to pcregrep, and used