Home
last modified time | relevance | path

Searched refs:__old (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/argp/
Dargp-fmtstream.h232 size_t __old; in __argp_fmtstream_set_lmargin() local
235 __old = __fs->lmargin; in __argp_fmtstream_set_lmargin()
237 return __old; in __argp_fmtstream_set_lmargin()
244 size_t __old; in __argp_fmtstream_set_rmargin() local
247 __old = __fs->rmargin; in __argp_fmtstream_set_rmargin()
249 return __old; in __argp_fmtstream_set_rmargin()
256 size_t __old; in __argp_fmtstream_set_wmargin() local
259 __old = __fs->wmargin; in __argp_fmtstream_set_wmargin()
261 return __old; in __argp_fmtstream_set_wmargin()
/glibc-2.36/string/
Dstring.h204 const char *__old = (s); \
205 size_t __len = strlen (__old) + 1; \
207 (char *) memcpy (__new, __old, __len); \
214 const char *__old = (s); \
215 size_t __len = strnlen (__old, (n)); \
218 (char *) memcpy (__new, __old, __len); \
/glibc-2.36/sysdeps/alpha/
Datomic-machine.h57 [__old] "Ir" ((uint64_t)(uint8_t)(uint64_t)(old)), \
85 [__old] "Ir" ((uint64_t)(uint16_t)(uint64_t)(old)), \
105 [__old] "Ir" ((uint64_t)(int32_t)(uint64_t)(old)), \
125 [__old] "Ir" ((uint64_t)(old)), \
/glibc-2.36/include/
Dstring.h77 const char *__old = (s); \
78 size_t __len = __strnlen (__old, (n)); \
81 (char *) memcpy (__new, __old, __len); \
Dtime.h110 struct __itimerval64 *__restrict __old);
/glibc-2.36/time/sys/
Dtime.h157 struct itimerval *__restrict __old) __THROW;
173 struct itimerval *__restrict __old),
/glibc-2.36/include/sys/
Dtime.h42 struct itimerval *__restrict __old)
/glibc-2.36/libio/
Dstdio.h154 extern int rename (const char *__old, const char *__new) __THROW;
158 extern int renameat (int __oldfd, const char *__old, int __newfd,
170 extern int renameat2 (int __oldfd, const char *__old, int __newfd,