Searched refs:resolved (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Drealpath.cpp17 realpath(const char* path, char* resolved) argument
19 status_t status = _kern_normalize_path(path, true, resolved);
27 if (lstat(resolved, &stat) != 0)
30 return resolved;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dcanonicalize-lgpl.c92 returns the name in RESOLVED. If the name cannot be resolved and
94 that cannot be resolved. If the path can be resolved, RESOLVED
98 __realpath (const char *name, char *resolved) argument
133 if (resolved == NULL)
145 rpath = resolved;
201 if (resolved)
313 return resolved ? memcpy (resolved, rpath, dest - rpath + 1) : rpath;
320 if (resolved)
335 __old_realpath(const char *name, char *resolved) argument
[all...]
H A Dcanonicalize.c62 char *resolved, *extra_buf = NULL; local
97 resolved = xmalloc (resolved_size);
98 resolved_len = resolvepath (name, resolved, resolved_size);
101 free (resolved);
107 free (resolved);
113 resolved[resolved_len] = '\0';
115 return resolved;
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dpathphys.c255 sh_realpath (pathname, resolved)
257 char *resolved;
281 if (resolved == 0)
286 strncpy (resolved, wd, PATH_MAX - 1);
287 resolved[PATH_MAX - 1] = '\0';
289 return resolved;
293 resolved[0] = '\0';
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-gen.c1024 int resolved = 0;
1062 resolved = ((strncmp (ic->name, idesc->name, len) == 0)
1067 if (resolved &&
1071 resolved = strcmp (ic->name, idesc->name) == 0;
1075 if (resolved && field)
1083 resolved = strcmp (sf + 1, strstr (field, "==") + 2) == 0;
1089 resolved = strstr (field, "fault") != NULL;
1091 resolved = strstr (field, "fault") == NULL;
1097 resolved = strstr (field, "or.andcm") != NULL;
1099 resolved
1022 int resolved = 0; local
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Ddf.c664 char *resolved = canonicalize_file_name (point); local
666 if (resolved && resolved[0] == '/')
668 size_t resolved_len = strlen (resolved);
678 || ((len == resolved_len || resolved[len] == '/')
679 && strncmp (me->me_mountdir, resolved, len) == 0)))
687 free (resolved);
/haiku-fatelf/headers/posix/
H A Dstdlib.h61 extern char *realpath(const char *path, char *resolved);
/haiku-fatelf/src/kits/tracker/
H A DContainerWindow.cpp2660 // use the resolved ref for the menu
2958 Model* resolved = new Model(model->EntryRef(), true, true); local
2959 if (resolved->InitCheck() == B_OK)
2960 model->SetLinkTo(resolved);
2962 delete resolved;
3046 Model* resolved = new Model( local
3048 if (resolved->InitCheck() == B_OK) {
3049 AddMimeTypeString(mimeTypes, resolved);
3051 delete resolved;
3265 Model* resolved local
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstdlib.in.h376 extern char *realpath (const char *name, char *resolved) _GL_ARG_NONNULL ((1));
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S679 ; resolved and the current inode is the one of the boot loader. The boot
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh1563 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
6570 $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
6613 $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c638 xmlSchemaBasicItemPtr item; /* The resolved referenced item. */
5506 * need not to be fixed up (i.e. the reference to be resolved).
7316 * referenced attribute declaration when the QName is resolved.
8553 * need to be resolved.
8915 * Assign the reference to the link, it will be resolved
9370 * for the model group after the reference has been resolved.
9411 * references have been resolved. So we will do this at the
11471 * the {content type} of the type definition �resolved� to by
11583 * Note that the reference will be resolved in
11812 * Note that the reference will be resolved i
22130 int res, resolved = 0, depth = vctxt->depth; local
[all...]

Completed in 230 milliseconds