Searched refs:include_path (Results 1 – 4 of 4) sorted by relevance
63 const char *include_path; /* path to prepend to include files */ variable136 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()
48 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] != '/') &&
151 const char *include_path; member495 if (ctx->include_path) in create_replay_body()499 ctx->include_path, in create_replay_body()664 const char *include_path; in svn_ra_serf__replay_range() local708 SVN_ERR(svn_ra_serf__get_relative_path(&include_path, in svn_ra_serf__replay_range()714 include_path = NULL; in svn_ra_serf__replay_range()739 rev_ctx->include_path = include_path; in svn_ra_serf__replay_range()
1011 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() local1013 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()