Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c63 const char *include_path; /* path to prepend to include files */ variable
136 include_path = optarg; in main()
184 if (include_path == NULL) in main()
185 include_path = getenv("INCLUDE_PATH"); in main()
186 if ((include_path == NULL) || (include_path[0] == '\0')) { in main()
189 include_path = def_include_path; in main()
H A Dtestlang_conf.l48 extern char *include_path; /* from director.c */
182 if (strlcpy(inc_file, include_path, sizeof(inc_file))
185 if ((include_path[strlen(include_path) - 1] != '/') &&
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c442 char *include_path = NULL; in def_load_bio() local
472 include_path = OPENSSL_malloc(newlen); in def_load_bio()
473 if (include_path == NULL) { in def_load_bio()
478 OPENSSL_strlcpy(include_path, include_dir, newlen); in def_load_bio()
479 if (!ossl_ends_with_dirsep(include_path)) in def_load_bio()
480 OPENSSL_strlcat(include_path, "/", newlen); in def_load_bio()
481 OPENSSL_strlcat(include_path, include, newlen); in def_load_bio()
484 include_path = include; in def_load_bio()
488 && !ossl_is_absolute_path(include_path)) { in def_load_bio()
490 OPENSSL_free(include_path); in def_load_bio()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1209 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() local
1211 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()