search for: simple_backup_suffix

Displaying 3 results from an estimated 3 matches for "simple_backup_suffix".

2018 May 29
2
LLVM IR source line error
...of the functions inside the binary follow the rules. However, I found the file system.h in the coreutils-8.28 has a function like below: 611 static inline void 612 emit_backup_suffix_note (void) 613 { 614 fputs (_("\ 615 \n\ 616 The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\ 617 The version control method may be selected via the --backup option or through\n\ 618 the VERSION_CONTROL environment variable. Here are the values:\n\ 619 \n\ 620 "), stdout); 621 fputs (_("\ 622 none, off never make backups (even if --backup is given)\n\ 623 numbered...
2018 May 29
0
LLVM IR source line error
...les. However, I found > the file system.h in the coreutils-8.28 has a function like below: > > 611 static inline void > 612 emit_backup_suffix_note (void) > 613 { > 614 fputs (_("\ > 615 \n\ > > 616 The backup suffix is '~', unless set with --suffix or > SIMPLE_BACKUP_SUFFIX.\n\ > 617 The version control method may be selected via the --backup option or > through\n\ > 618 the VERSION_CONTROL environment variable. Here are the values:\n\ > 619 \n\ > 620 "), stdout); > 621 fputs (_("\ > 622 none, off never make backups (even if -...
2018 May 30
1
LLVM IR source line error
...system.h in the coreutils-8.28 has a function like below: >> >> 611 static inline void >> 612 emit_backup_suffix_note (void) >> 613 { >> 614 fputs (_("\ >> 615 \n\ >> >> 616 The backup suffix is '~', unless set with --suffix or >> SIMPLE_BACKUP_SUFFIX.\n\ >> 617 The version control method may be selected via the --backup option or >> through\n\ >> 618 the VERSION_CONTROL environment variable. Here are the values:\n\ >> 619 \n\ >> 620 "), stdout); >> 621 fputs (_("\ >> 622 none, off n...