| /openbsd-src/usr.bin/ssh/ |
| H A D | sftp-realpath.c | 46 char *sftp_realpath(const char *path, char *resolved); 56 sftp_realpath(const char *path, char *resolved) in sftp_realpath() argument 72 if (resolved == NULL) { in sftp_realpath() 73 resolved = malloc(PATH_MAX); in sftp_realpath() 74 if (resolved == NULL) in sftp_realpath() 82 resolved[0] = '/'; in sftp_realpath() 83 resolved[1] = '\0'; in sftp_realpath() 85 return (resolved); in sftp_realpath() 89 if (getcwd(resolved, PATH_MAX) == NULL) { in sftp_realpath() 91 free(resolved); in sftp_realpath() [all …]
|
| /openbsd-src/regress/sys/kern/realpath/ |
| H A D | realpath3.c | 53 realpath3(const char *path, char *resolved) in realpath3() argument 91 if (resolved == NULL) { in realpath3() 92 resolved = malloc(PATH_MAX); in realpath3() 93 if (resolved == NULL) in realpath3() 101 resolved[0] = '/'; in realpath3() 102 resolved[1] = '\0'; in realpath3() 104 return (resolved); in realpath3() 108 if (getcwd(resolved, PATH_MAX) == NULL) { in realpath3() 110 free(resolved); in realpath3() 112 strlcpy(resolved, ".", PATH_MAX); in realpath3() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/ |
| H A D | Cwd.xs | 76 * char *realpath(const char *path, char resolved[MAXPATHLEN]); 79 * components. Returns (resolved) on success, or (NULL) on failure, 80 * in which case the path which caused trouble is left in (resolved). 84 bsd_realpath(const char *path, char resolved[MAXPATHLEN]) in bsd_realpath() 98 resolved[0] = '/'; in bsd_realpath() 99 resolved[1] = '\0'; in bsd_realpath() 101 return (resolved); in bsd_realpath() 105 if (getcwd(resolved, MAXPATHLEN) == NULL) { in bsd_realpath() 106 my_strlcpy(resolved, ".", MAXPATHLEN); in bsd_realpath() 109 resolved_len = strlen(resolved); in bsd_realpath() [all...] |
| /openbsd-src/lib/libc/stdlib/ |
| H A D | realpath.c | 32 realpath(const char *path, char *resolved) in realpath() argument 38 if (resolved == NULL) in realpath() 40 strlcpy(resolved, rbuf, PATH_MAX); in realpath() 41 return (resolved); in realpath()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ia64-gen.c | 1033 int resolved = 0; in in_iclass() local 1071 resolved = ((strncmp (ic->name, idesc->name, len) == 0) in in_iclass() 1076 if (resolved && in in_iclass() 1080 resolved = strcmp (ic->name, idesc->name) == 0; in in_iclass() 1084 if (resolved && field) in in_iclass() 1092 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0; in in_iclass() 1098 resolved = strstr (field, "fault") != NULL; in in_iclass() 1100 resolved = strstr (field, "fault") == NULL; in in_iclass() 1106 resolved = strstr (field, "or.andcm") != NULL; in in_iclass() 1108 resolved = strstr (field, "and.orcm") != NULL; in in_iclass() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ia64-gen.c | 1022 int resolved = 0; in in_iclass() local 1060 resolved = ((strncmp (ic->name, idesc->name, len) == 0) in in_iclass() 1065 if (resolved && in in_iclass() 1069 resolved = strcmp (ic->name, idesc->name) == 0; in in_iclass() 1073 if (resolved && field) in in_iclass() 1081 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0; in in_iclass() 1087 resolved = strstr (field, "fault") != NULL; in in_iclass() 1089 resolved = strstr (field, "fault") == NULL; in in_iclass() 1095 resolved = strstr (field, "or.andcm") != NULL; in in_iclass() 1097 resolved = strstr (field, "and.orcm") != NULL; in in_iclass() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 180 llvm::SmallString<128> resolved(pathname); in SetFile() local 183 if (needsNormalization(resolved)) in SetFile() 184 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile() 188 std::replace(resolved.begin(), resolved.end(), '\\', '/'); in SetFile() 190 if (resolved.empty()) { in SetFile() 200 llvm::StringRef filename = llvm::sys::path::filename(resolved, m_style); in SetFile() 204 llvm::StringRef directory = llvm::sys::path::parent_path(resolved, m_style); in SetFile()
|
| /openbsd-src/sbin/fsck_ffs/ |
| H A D | main.c | 81 char resolved; /* cleared if unresolved changes => not clean */ variable 242 resolved = 1; in checkfilesys() 347 resolved = 0; in checkfilesys() 348 ckfini(resolved); /* Don't mark fs clean if fsck needs to be re-run */ in checkfilesys() 365 if (rerun || !resolved) in checkfilesys()
|
| /openbsd-src/usr.sbin/unbound/iterator/ |
| H A D | iter_delegpt.c | 82 copy->nslist->resolved = ns->resolved; in delegpt_copy() 126 ns->resolved = 0; in delegpt_add_ns() 189 ns->resolved = 1; in delegpt_add_target() 255 if(!ns->resolved) in delegpt_count_ns() 303 (ns->resolved?"*":""), in delegpt_log() 391 if(ns->resolved) continue; in delegpt_count_missing_targets() 555 ns->resolved = 1; in delegpt_mark_neg() 578 ns->resolved = 1; in delegpt_no_ipv6() 588 ns->resolved = 1; in delegpt_no_ipv4() 665 ns->resolved = 0; in delegpt_add_ns_mlc() [all …]
|
| /openbsd-src/sbin/unwind/libunbound/iterator/ |
| H A D | iter_delegpt.c | 82 copy->nslist->resolved = ns->resolved; in delegpt_copy() 126 ns->resolved = 0; in delegpt_add_ns() 189 ns->resolved = 1; in delegpt_add_target() 255 if(!ns->resolved) in delegpt_count_ns() 303 (ns->resolved?"*":""), in delegpt_log() 391 if(ns->resolved) continue; in delegpt_count_missing_targets() 555 ns->resolved = 1; in delegpt_mark_neg() 578 ns->resolved = 1; in delegpt_no_ipv6() 588 ns->resolved = 1; in delegpt_no_ipv4() 665 ns->resolved = 0; in delegpt_add_ns_mlc() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | toke | 62 Ambiguous use of %c{%s%s} resolved to %c%s%s 67 Ambiguous use of %c{%s} resolved to %c%s 78 Ambiguous call resolved as CORE::%s(), qualify as such or use & 121 Ambiguous use of -%s resolved as -&%s() [yylex] 128 Ambiguous use of %c resolved as operator %c 473 Ambiguous use of ${time[...]} resolved to $time[...] at - line 3. 479 Ambiguous use of ${time{...}} resolved to $time{...} at - line 3. 490 Ambiguous use of ${time{...}} resolved to $time{...} at - line 5. 508 Ambiguous use of ${time[...]} resolved to $time[...] at - line 5. 509 Ambiguous use of ${time[...]} resolved t [all...] |
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 47 DeclStatus(lldb::user_id_t uid, bool resolved) in DeclStatus() 48 : uid(uid), resolved(resolved) {} in DeclStatus() 50 bool resolved = false; member
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 241 SmallString<128> resolved(path.begin(), path.end()); in Resolve() local 244 resolved); in Resolve() 247 SmallString<128> absolute(resolved.begin(), resolved.end()); in Resolve() 254 path.append(resolved.begin(), resolved.end()); in Resolve()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrame.cpp | 304 uint32_t resolved = 0; in GetSymbolContext() local 310 resolved |= eSymbolContextTarget; in GetSymbolContext() 334 resolved |= eSymbolContextCompUnit; in GetSymbolContext() 343 resolved |= eSymbolContextFunction; in GetSymbolContext() 352 resolved |= eSymbolContextBlock; in GetSymbolContext() 361 resolved |= eSymbolContextSymbol; in GetSymbolContext() 370 resolved |= eSymbolContextLineEntry; in GetSymbolContext() 382 resolved |= m_sc.module_sp->ResolveSymbolContextForAddress( in GetSymbolContext() 387 if ((resolved & eSymbolContextCompUnit) && m_sc.comp_unit == nullptr) in GetSymbolContext() 389 if ((resolved & eSymbolContextFunction) && m_sc.function == nullptr) in GetSymbolContext() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-tic30.c | 234 int resolved; member 251 int resolved; member 446 current_op->direct.resolved = 1; in tic30_operand() 453 current_op->direct.resolved = 1; in tic30_operand() 617 current_op->immediate.resolved = 1; in tic30_operand() 634 current_op->immediate.resolved = 1; in tic30_operand() 1740 if (insn.operand_type[am_insn]->direct.resolved == 1) in md_assemble() 1759 if (insn.operand_type[0]->immediate.resolved == 1) in md_assemble() 1842 if (insn.operand_type[0]->immediate.resolved == 1) in md_assemble() 1867 else if (insn.operand_type[1]->immediate.resolved == 1) in md_assemble() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tic30.c | 212 int resolved; member 226 int resolved; member 551 if (insn.operand_type[am_insn]->direct.resolved == 1) 565 if (insn.operand_type[0]->immediate.resolved == 1) 632 if (insn.operand_type[0]->immediate.resolved == 1) 654 else if (insn.operand_type[1]->immediate.resolved == 1) 702 if (insn.operand_type[0]->direct.resolved == 1) 720 if (insn.operand_type[0]->immediate.resolved == 1) 743 if (insn.operand_type[0]->immediate.resolved == 1) 1224 current_op->direct.resolved = 1; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | symbols.c | 949 int resolved; in resolve_symbol_value() local 980 resolved = 0; in resolve_symbol_value() 989 resolved = 1; in resolve_symbol_value() 1021 resolved = 1; in resolve_symbol_value() 1050 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1084 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1102 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1113 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1144 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1293 resolved = (symbol_resolved_p (add_symbol) in resolve_symbol_value() [all …]
|
| /openbsd-src/usr.sbin/snmpd/ |
| H A D | mib.y | 136 int resolved; member 175 int8_t resolved; member 337 module->resolved = 0; 1338 if (!item->resolved) in mib_modulefree() 1445 item->resolved = 0; in mib_item() 1797 iso->resolved = 1; in mib_defaults() 1814 module->resolved = 0; in mib_defaults() 1918 module->resolved = 0; in mib_defaults() 1967 module->resolved = 0; in mib_defaults() 2110 if (item->resolved) in mib_resolve_item() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | symbols.c | 888 int resolved; in resolve_symbol_value() local 921 resolved = 0; in resolve_symbol_value() 930 resolved = 1; in resolve_symbol_value() 961 resolved = 1; in resolve_symbol_value() 977 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1007 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1025 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1036 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1065 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value() 1205 resolved = (symbol_resolved_p (add_symbol) in resolve_symbol_value() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format-argv0/ |
| H A D | argv0.txt | 1 # Check that we route argv[0] as it was written, instead of the resolved
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | tmux.c | 149 char *copy, *next, *tmp, resolved[PATH_MAX], *expanded; in expand_paths() local 163 if (realpath(expanded, resolved) == NULL) { in expand_paths() 172 path = xstrdup(resolved); in expand_paths()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Value.cpp | 397 bool resolved = false; in GetValueAsData() local 411 resolved = true; in GetValueAsData() 421 resolved = true; in GetValueAsData() 428 if (!resolved) { in GetValueAsData()
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx8_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|
| H A D | gfx7_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|
| H A D | gfx10_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|