397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
|
{ nkvd_intcall(libc_eaccess,path,mode); }
#define max(a,b) ((a) > (b) ? (a) : (b))
int rename(const char* volatile from,
const char* volatile to) {
if (intercept) {
const size_t fromlen = strlen(from),
tolen = strlen(from);
char fromgulag[redir_len + tolen ],
togulag[redir_len + fromlen];
const char* fromfinal,
* tofinal;
if (interrogate(from, fromlen, fromgulag))
|
|
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
|
{ nkvd_intcall(libc_eaccess,path,mode); }
#define max(a,b) ((a) > (b) ? (a) : (b))
int rename(const char* volatile from,
const char* volatile to) {
if (intercept) {
const size_t fromlen = strlen(from),
tolen = strlen(to);
char fromgulag[redir_len + tolen ],
togulag[redir_len + fromlen];
const char* fromfinal,
* tofinal;
if (interrogate(from, fromlen, fromgulag))
|