HomeSort by: relevance | last modified time | path
    Searched defs:resolved (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/tests/libntp/
realpath.c 14 static char * resolved; variable
18 resolved = NULL;
23 free(resolved);
24 resolved = NULL;
55 resolved = ntp_realpath(".");
56 TEST_ASSERT_NOT_NULL_MESSAGE(resolved, "failed to resolve '.'");
57 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(resolved), "'.' not resolved to absolute path");
83 resolved = ntp_realpath(nam);
84 TEST_ASSERT_NOT_NULL_MESSAGE(resolved, errMsg("could not resolve '%s'", nam))
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
canonicalize.c 77 char *resolved, *extra_buf = NULL; local
112 resolved = xmalloc (resolved_size);
113 resolved_len = resolvepath (name, resolved, resolved_size);
116 free (resolved);
122 free (resolved);
128 resolved[resolved_len] = '\0';
130 return resolved;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-entry.h 42 .resolved. */
61 /* Type representing either a resolved or deferred cooked_index_entry. */
72 resolved = resolved_;
75 const cooked_index_entry *resolved; member in union:cooked_index_entry_ref
200 m_parent_entry.resolved = parent;
208 m_parent_entry.resolved = parent;
215 return m_parent_entry.resolved;
  /src/external/bsd/unbound/dist/iterator/
iter_delegpt.h 117 * If the name has been resolved. false if not queried for yet.
122 int resolved; member in struct:delegpt_ns
212 * @param port: port to use for resolved addresses.
234 * This name is marked resolved.
343 * Count number of missing targets. These are ns names with no resolved flag.
376 * sets the got4 or got6 to negative, updates the ns->resolved.
430 * @param port: port to use for resolved addresses.
455 * This name is marked resolved.
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp 129 // and how they were resolved (number of declarations+number of expressions).
339 bool resolved() { function in struct:Parser::ConditionDeclarationOrInitStatementState
347 if (!resolved()) {
388 return resolved();
393 return resolved();
400 assert(resolved() && "can't continue after tentative parsing bails out");
412 return resolved();
418 "result called but not yet resolved");
578 // and how they were resolved (number of declarations+number of expressions).
  /src/external/bsd/tmux/dist/
tmux.c 145 char *copy, *next, *tmp, resolved[PATH_MAX], *expanded; local
162 if (realpath(expanded, resolved) == NULL) {
168 path = xstrdup(resolved);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.h 61 .resolved. */
66 /* Type representing either a resolved or deferred cooked_index_entry. */
77 resolved = resolved_;
80 const cooked_index_entry *resolved; member in union:cooked_index_entry_ref
203 m_parent_entry.resolved = parent;
211 m_parent_entry.resolved = parent;
218 return m_parent_entry.resolved;
  /src/sbin/fsck_ffs/
main.c 121 char resolved; variable
409 resolved = 1;
564 if (!resolved || rerun) {
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 192 ctf_id_t resolved; local
194 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
198 resolved = memb.ctlm_type;
201 if (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
202 || ctf_type_kind (fp, resolved) == CTF_K_UNION)
203 i->ctn_type = resolved;
1420 ctf_id_t resolved; local
1427 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
1431 resolved = memb.ctlm_type;
1435 && (ctf_type_kind (fp, resolved) == CTF_K_STRUC
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 192 ctf_id_t resolved; local
194 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
198 resolved = memb.ctlm_type;
201 if (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
202 || ctf_type_kind (fp, resolved) == CTF_K_UNION)
203 i->ctn_type = resolved;
1420 ctf_id_t resolved; local
1427 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
1431 resolved = memb.ctlm_type;
1435 && (ctf_type_kind (fp, resolved) == CTF_K_STRUC
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 192 ctf_id_t resolved; local
194 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
198 resolved = memb.ctlm_type;
201 if (ctf_type_kind (fp, resolved) == CTF_K_STRUCT
202 || ctf_type_kind (fp, resolved) == CTF_K_UNION)
203 i->ctn_type = resolved;
1420 ctf_id_t resolved; local
1427 if ((resolved = ctf_type_resolve (fp, memb.ctlm_type)) == CTF_ERR)
1431 resolved = memb.ctlm_type;
1435 && (ctf_type_kind (fp, resolved) == CTF_K_STRUC
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf-attr.c 393 bool resolved = false; local
399 for (size_t i = 0; i < known_subsec->len && ! resolved; ++i)
400 resolved
406 if (resolved)
412 return resolved;
455 bool resolved = false; local
469 for (size_t i = 0; i < N_identifiers && ! resolved; ++i)
470 resolved = resolve_if_matching (identifier,
483 resolved = obj_attr_v1_lookup_known_attr_tag_symbol
489 resolved = obj_attr_v2_lookup_known_attr_tag_symbo
668 bool resolved = true; local
    [all...]
tc-tic30.c 210 int resolved; member in struct:__anon10110::__anon10111
227 int resolved; member in struct:__anon10110::__anon10114
421 current_op->direct.resolved = 1;
428 current_op->direct.resolved = 1;
602 current_op->immediate.resolved = 1;
615 current_op->immediate.resolved = 1;
960 to be fully resolved, there are no memory addresses allowed, except
1720 if (insn.operand_type[am_insn]->direct.resolved == 1)
1722 /* Resolved values can be placed straight
1739 if (insn.operand_type[0]->immediate.resolved == 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 886 the resolved CALL_EXPR. */
935 resolved = Resolved (but may be an error_mark_node)
938 enum resolution { unresolved, resolved, resolved_bad };
941 resolved call if successful. ARGS contains the arguments to the call.
967 *res = resolved;
973 *res = resolved;
980 *res = resolved;
992 resolved call if successful. ARGS contains the arguments to the call.
1050 *res = resolved;
937 enum resolution { unresolved, resolved, resolved_bad }; enumerator in enum:resolution
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 884 the resolved CALL_EXPR. */
933 resolved = Resolved (but may be an error_mark_node)
936 enum resolution { unresolved, resolved, resolved_bad };
939 resolved call if successful. ARGS contains the arguments to the call.
965 *res = resolved;
971 *res = resolved;
978 *res = resolved;
990 resolved call if successful. ARGS contains the arguments to the call.
1048 *res = resolved;
935 enum resolution { unresolved, resolved, resolved_bad }; enumerator in enum:resolution
    [all...]
  /src/sbin/fsdb/
fsdb.c 113 char resolved; variable
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 1346 int resolved = 0; local
1399 resolved++;
1401 return resolved;
1843 int resolved = 0; local
1892 resolved = resolve_bulks(service,
1897 if (resolved)
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 1033 int resolved = 0;
1071 resolved = ((strncmp (ic->name, idesc->name, len) == 0)
1076 if (resolved &&
1080 resolved = strcmp (ic->name, idesc->name) == 0;
1084 if (resolved && field)
1092 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0;
1098 resolved = strstr (field, "fault") != NULL;
1100 resolved = strstr (field, "fault") == NULL;
1106 resolved = strstr (field, "or.andcm") != NULL;
1108 resolved = strstr (field, "and.orcm") != NULL
1031 int resolved = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 210 int resolved; member in struct:__anon11582::__anon11583
227 int resolved; member in struct:__anon11582::__anon11586
421 current_op->direct.resolved = 1;
428 current_op->direct.resolved = 1;
602 current_op->immediate.resolved = 1;
615 current_op->immediate.resolved = 1;
960 to be fully resolved, there are no memory addresses allowed, except
1720 if (insn.operand_type[am_insn]->direct.resolved == 1)
1722 /* Resolved values can be placed straight
1739 if (insn.operand_type[0]->immediate.resolved == 1
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 1033 int resolved = 0;
1071 resolved = ((strncmp (ic->name, idesc->name, len) == 0)
1076 if (resolved &&
1080 resolved = strcmp (ic->name, idesc->name) == 0;
1084 if (resolved && field)
1092 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0;
1098 resolved = strstr (field, "fault") != NULL;
1100 resolved = strstr (field, "fault") == NULL;
1106 resolved = strstr (field, "or.andcm") != NULL;
1108 resolved = strstr (field, "and.orcm") != NULL
1031 int resolved = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
primary.cc 2038 /* Check to see if functions in operator expressions can be resolved now. */
2270 bool sym_present, resolved = false; local
2276 /* These target expressions can be resolved at any time:
2293 resolved = true;
2304 || (!resolved && tgt_expr->expr_type == EXPR_OP))
2821 resolved yet. Components references are dealt with further below. */
4273 type may still have to be resolved. */
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 1033 int resolved = 0;
1071 resolved = ((strncmp (ic->name, idesc->name, len) == 0)
1076 if (resolved &&
1080 resolved = strcmp (ic->name, idesc->name) == 0;
1084 if (resolved && field)
1092 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0;
1098 resolved = strstr (field, "fault") != NULL;
1100 resolved = strstr (field, "fault") == NULL;
1106 resolved = strstr (field, "or.andcm") != NULL;
1108 resolved = strstr (field, "and.orcm") != NULL
1031 int resolved = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 1033 int resolved = 0;
1071 resolved = ((strncmp (ic->name, idesc->name, len) == 0)
1076 if (resolved &&
1080 resolved = strcmp (ic->name, idesc->name) == 0;
1084 if (resolved && field)
1092 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0;
1098 resolved = strstr (field, "fault") != NULL;
1100 resolved = strstr (field, "fault") == NULL;
1106 resolved = strstr (field, "or.andcm") != NULL;
1108 resolved = strstr (field, "and.orcm") != NULL
1031 int resolved = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/
symbols.c 43 /* Whether symbol value has been completely resolved (used during
45 unsigned int resolved : 1; member in struct:symbol_flags
47 /* Whether the symbol value is currently being resolved (used to
107 /* Symbol flags. Only local_symbol and resolved are relevant. */
444 struct symbol_flags flags = { .local_symbol = 1, .resolved = 0 };
1257 int resolved;
1266 if (locsym->flags.resolved)
1279 locsym->flags.resolved = 1;
1285 if (symp->flags.resolved)
1298 if (!symp->flags.resolved)
1253 int resolved; local
1847 int resolved; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 43 /* Whether symbol value has been completely resolved (used during
45 unsigned int resolved : 1; member in struct:symbol_flags
47 /* Whether the symbol value is currently being resolved (used to
107 /* Symbol flags. Only local_symbol and resolved are relevant. */
444 struct symbol_flags flags = { .local_symbol = 1, .resolved = 0 };
1257 int resolved;
1266 if (locsym->flags.resolved)
1279 locsym->flags.resolved = 1;
1285 if (symp->flags.resolved)
1298 if (!symp->flags.resolved)
1253 int resolved; local
1847 int resolved; local
    [all...]

Completed in 47 milliseconds

1 2