Searched refs:linkpath (Results 1 – 6 of 6) sorted by relevance
| /src/stand/userboot/test/ |
| H A D | test.c | 115 char linkpath[PATH_MAX]; in test_open_internal() local 231 slen = readlinkat(dir_fd, component, linkpath, in test_open_internal() 232 sizeof(linkpath)); in test_open_internal() 236 linkpath[(size_t)slen] = '\0'; in test_open_internal() 239 error = test_open_internal(arg, linkpath, NULL, in test_open_internal()
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_pax.c | 589 const char *path = NULL, *linkpath = NULL; local 923 linkpath = hardlink; 925 if (linkpath == NULL) { 926 r = get_entry_symlink(a, entry_main, &linkpath, 932 r = get_entry_symlink(a, entry_main, &linkpath, 940 "Can't translate linkname '%s' to %s", linkpath, 957 linkpath = hardlink; 1030 if (linkpath != NULL) { 1033 if (linkpath_length > 100 || has_non_ASCII(linkpath)) { 1034 add_pax_attr(&(pax->pax_header), "linkpath", linkpath); [all …]
|
| H A D | archive_read_support_format_tar.c | 1185 struct archive_string linkpath; in header_gnu_longlink() local 1186 archive_string_init(&linkpath); in header_gnu_longlink() 1187 err = read_body_to_string(a, tar, &linkpath, h, unconsumed); in header_gnu_longlink() 1189 archive_entry_set_link(entry, linkpath.s); in header_gnu_longlink() 1191 archive_string_free(&linkpath); in header_gnu_longlink() 1445 struct archive_string linkpath; in header_common() local 1446 archive_string_init(&linkpath); in header_common() 1447 archive_strncpy(&linkpath, in header_common() 1449 if (archive_entry_copy_hardlink_l(entry, linkpath.s, in header_common() 1450 archive_strlen(&linkpath), tar->sconv) != 0) { in header_common() [all …]
|
| H A D | archive_write_set_format_7zip.c | 1680 const char* linkpath; in file_new() local 1681 linkpath = archive_entry_symlink_utf8(entry); in file_new() 1682 if (linkpath == NULL) { in file_new() 1689 file->size = strlen(linkpath); in file_new()
|
| /src/crypto/openssl/apps/ |
| H A D | rehash.c | 57 int symlink(const char *target, const char *linkpath) in symlink() argument
|
| /src/crypto/openssh/ |
| H A D | PROTOCOL | 471 string linkpath
|