Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 25 of 62) sorted by relevance

123

/dragonfly/lib/libc/stdlib/
H A Drealpath.c80 free(resolved); in realpath()
86 return resolved; in realpath()
91 resolved[0] = '/'; in realpath()
100 free(resolved); in realpath()
112 free(resolved); in realpath()
129 free(resolved); in realpath()
141 free(resolved); in realpath()
173 free(resolved); in realpath()
179 free(resolved); in realpath()
235 free(resolved); in realpath()
[all …]
/dragonfly/crypto/openssh/
H A Dsftp-realpath.c74 if (resolved == NULL) { in sftp_realpath()
75 resolved = malloc(PATH_MAX); in sftp_realpath()
76 if (resolved == NULL) in sftp_realpath()
84 resolved[0] = '/'; in sftp_realpath()
85 resolved[1] = '\0'; in sftp_realpath()
87 return (resolved); in sftp_realpath()
93 free(resolved); in sftp_realpath()
164 return (resolved); in sftp_realpath()
178 resolved[1] = 0; in sftp_realpath()
219 return (resolved); in sftp_realpath()
[all …]
/dragonfly/contrib/bmake/
H A Drealpath.c82 if (resolved == NULL) { in realpath()
84 if (resolved == NULL) in realpath()
99 p = resolved; in realpath()
110 if (resolved && getcwd(resolved, MAXPATHLEN) == NULL) { in realpath()
115 len = strlen(resolved); in realpath()
126 if (p == resolved) in realpath()
129 return resolved; in realpath()
146 if (p != resolved) in realpath()
157 if (p == resolved) in realpath()
172 if (lstat(resolved, &sb) == -1) in realpath()
[all …]
H A Dmain.c2005 cached_realpath(const char *pathname, char *resolved) in cached_realpath() argument
2015 strncpy(resolved, rp, MAXPATHLEN); in cached_realpath()
2016 resolved[MAXPATHLEN - 1] = '\0'; in cached_realpath()
2017 return resolved; in cached_realpath()
2020 rp = realpath(pathname, resolved); in cached_realpath()
2024 return resolved; in cached_realpath()
/dragonfly/lib/libutil/
H A Dgetmntopts.c116 checkpath(const char *path, char *resolved) in checkpath() argument
120 if (realpath(path, resolved) != NULL && stat(resolved, &sb) == 0) { in checkpath()
122 errx(EX_USAGE, "%s: not a directory", resolved); in checkpath()
124 errx(EX_USAGE, "%s: %s", resolved, strerror(errno)); in checkpath()
/dragonfly/contrib/cvs-1.12/lib/
H A Dcanonicalize.c74 char *resolved, *extra_buf = NULL; in canonicalize_file_name() local
109 resolved = xmalloc (resolved_size); in canonicalize_file_name()
110 resolved_len = resolvepath (name, resolved, resolved_size); in canonicalize_file_name()
113 free (resolved); in canonicalize_file_name()
119 free (resolved); in canonicalize_file_name()
125 resolved[resolved_len] = '\0'; in canonicalize_file_name()
127 return resolved; in canonicalize_file_name()
/dragonfly/sbin/fsck/
H A Dmain.c226 resolved = 1; in checkfilesys()
329 resolved = 0; in checkfilesys()
335 resolved = 0; in checkfilesys()
336 ckfini(resolved); in checkfilesys()
H A Dutilities.c50 char resolved; /* cleared if unresolved changes => not clean */ variable
89 resolved = 0; in reply()
102 resolved = 0; in reply()
110 resolved = 0; in reply()
336 resolved = 0; in bread()
357 resolved = 0; in bwrite()
H A Dpass3.c72 if (preen && resolved && usedsoftdep && state == DSTATE) { in pass3()
H A Ddir.c304 if (resolved && preen && usedsoftdep) { in adjust()
314 saveresolved = resolved; in adjust()
316 resolved = saveresolved; in adjust()
H A Dfsck.h209 extern char resolved; /* cleared if unresolved changes => not clean */
/dragonfly/sbin/umount/
H A Dumount.c253 char *resolved, realname[MAXPATHLEN]; in checkname() local
280 resolved = name; in checkname()
314 resolved = name; in checkname()
329 resolved = realname; in checkname()
361 resolved = name; in checkname()
382 strcmp(resolved, mntonname) != 0) { in checkname()
/dragonfly/contrib/binutils-2.27/gas/
H A Dsymbols.c1048 int resolved; in resolve_symbol_value() local
1079 resolved = 0; in resolve_symbol_value()
1088 resolved = 1; in resolve_symbol_value()
1114 resolved = 0; in resolve_symbol_value()
1130 resolved = 1; in resolve_symbol_value()
1170 resolved = 1; in resolve_symbol_value()
1263 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value()
1474 if (resolved) in resolve_symbol_value()
1528 int resolved; in snapshot_symbol() local
1533 resolved = resolve_expression (&exp); in snapshot_symbol()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dsymbols.c1208 int resolved; in resolve_symbol_value() local
1253 resolved = 0; in resolve_symbol_value()
1262 resolved = 1; in resolve_symbol_value()
1288 resolved = 0; in resolve_symbol_value()
1304 resolved = 1; in resolve_symbol_value()
1350 resolved = 1; in resolve_symbol_value()
1429 resolved = symbol_resolved_p (add_symbol); in resolve_symbol_value()
1649 if (resolved) in resolve_symbol_value()
1703 int resolved; in snapshot_symbol() local
1708 resolved = resolve_expression (&exp); in snapshot_symbol()
[all …]
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1376 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
1378 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
1381 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
1384 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
/dragonfly/lib/libalias/
H A DHISTORY111 fragments which are never resolved after a timeout
112 period. Once a fragment is resolved, it becomes
/dragonfly/contrib/grep/
H A DREADME50 A list of outstanding and resolved bugs can be found at:
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-microblaze.texi54 This directive is an alias for @code{.rva}. The resolved address of @var{label}
/dragonfly/contrib/ncurses/include/
H A DCaps146 # single most effective one, it shortened the resolved length of all thirteen
821 # BSD termcap file. The name clash with terminfo MT is resolved by type
834 # clash with terminfo names in ways that cannot be resolved by type
841 # resolved by type information.
890 # be resolved by a type check. The descriptions are guesses from what was
900 # SR clashes with a terminfo name; this ambiguity cannot be resolved by a type
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsync-builtins.def28 is supposed to be using. It's overloaded, and is resolved to one of the
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsync-builtins.def28 is supposed to be using. It's overloaded, and is resolved to one of the
/dragonfly/libexec/rtld-elf/
H A Drtld.c511 char resolved[MAXPATHLEN]; in _rtld() local
514 if (realpath(argv0, resolved) != NULL) in _rtld()
515 obj_main->path = xstrdup(resolved); in _rtld()
523 && realpath(buf, resolved) != NULL) in _rtld()
524 obj_main->path = xstrdup(resolved); in _rtld()
/dragonfly/contrib/bzip2/
H A DCHANGES82 resolved inconsistent naming: bzcat or bz2cat ?
/dragonfly/sys/dev/disk/dm/dmirror/
H A Ddmirror_notes.txt137 be resolved immediately prior to initiation of the actual I/O. Otherwise
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune.def66 are resolved on SSE register parts instead of whole registers, so we may

123