OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldname
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/makefs/
cd9660.c
1625
cd9660_level1_convert_filename(iso9660_disk *diskStructure, const char *
oldname
,
1638
while (*
oldname
!= '\0' && extlen < 3) {
1640
if (*
oldname
== '.') {
1652
*
oldname
== ',' && strlen(
oldname
) == 4)
1659
if (islower((unsigned char)*
oldname
))
1660
*newname++ = toupper((unsigned char)*
oldname
);
1661
else if (isupper((unsigned char)*
oldname
)
1662
|| isdigit((unsigned char)*
oldname
))
1663
*newname++ = *
oldname
;
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_syscalls.inc
1183
PRE_SYSCALL(link)(const void *
oldname
, const void *newname) {
1184
if (
oldname
)
1185
PRE_READ(
oldname
, __sanitizer::internal_strlen((const char *)
oldname
) + 1);
1190
POST_SYSCALL(link)(long res, const void *
oldname
, const void *newname) {}
1208
PRE_SYSCALL(rename)(const void *
oldname
, const void *newname) {
1209
if (
oldname
)
1210
PRE_READ(
oldname
, __sanitizer::internal_strlen((const char *)
oldname
) + 1);
1215
POST_SYSCALL(rename)(long res, const void *
oldname
, const void *newname) {
[
all
...]
/src/sbin/restore/
utilities.c
91
char
oldname
[MAXPATHLEN];
local
96
(void) strcpy(
oldname
, myname(ep));
100
renameit(
oldname
, myname(ep));
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h
686
#define __sanitizer_syscall_pre_link(
oldname
, newname) \
687
__sanitizer_syscall_pre_impl_link((long)(
oldname
), (long)(newname))
688
#define __sanitizer_syscall_post_link(res,
oldname
, newname) \
689
__sanitizer_syscall_post_impl_link(res, (long)(
oldname
), (long)(newname))
698
#define __sanitizer_syscall_pre_rename(
oldname
, newname) \
699
__sanitizer_syscall_pre_impl_rename((long)(
oldname
), (long)(newname))
700
#define __sanitizer_syscall_post_rename(res,
oldname
, newname) \
701
__sanitizer_syscall_post_impl_rename(res, (long)(
oldname
), (long)(newname))
1584
#define __sanitizer_syscall_pre_symlinkat(
oldname
, newdfd, newname) \
1585
__sanitizer_syscall_pre_impl_symlinkat((long)(
oldname
), (long)(newdfd),
[
all
...]
/src/lib/libpthread/
pthread.c
837
char *
oldname
, *cp, newname[PTHREAD_MAX_NAMELEN_NP];
local
855
oldname
= thread->pt_name;
860
if (
oldname
!= NULL)
861
free(
oldname
);
/src/sys/fs/msdosfs/
msdosfs_rename.c
379
unsigned char toname[12],
oldname
[12];
local
466
memcpy(
oldname
, VTODE(fvp)->de_Name, 11);
472
memcpy(VTODE(fvp)->de_Name,
oldname
, 11);
490
memcpy(VTODE(fvp)->de_Name,
oldname
, 11);
/src/usr.bin/rdist/
server.c
997
char *
oldname
;
local
1008
oldname
= cp;
1012
error("hardlink:
oldname
name not delimited\n");
1037
if (link(
oldname
, target) < 0) {
1039
host, target,
oldname
);
/src/lib/libperfuse/
ops.c
2225
const char *
oldname
;
local
2257
oldname
= pcn_src->pcn_name;
2265
(void)strlcpy(np,
oldname
, oldname_len);
Completed in 27 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026