Searched refs:backup (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/patch/
H A Dbackupfile.c1 /* backupfile.c -- make Emacs style backup file names
107 to numbered) backup file name. */
113 /* Return the name of the new backup file for file FILE,
162 /* Return the number of the highest-numbered backup file for file
197 /* If BACKUP is a numbered backup of BASE, return its version number;
202 version_number (const char *base, const char *backup, size_t base_length) argument
208 if (strncmp (base, backup, base_length) == 0
209 && backup[base_length] == '.'
210 && backup[base_length + 1] == '~')
212 for (p = &backup[base_lengt
[all...]
H A Dutil.c74 char *to, mode_t mode, int backup)
77 int to_errno = ! backup ? -1 : stat (to, &to_st) == 0 ? 0 : errno;
79 if (backup)
175 if (! backup)
192 else if (! backup)
73 move_file(char const *from, int volatile *from_needs_removal, char *to, mode_t mode, int backup) argument
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dwcs_test.cpp1589 wchar_t backup[33]; local
1592 wcscpy(backup, destination);
1597 "expected %p\n", backup, source, result, destination);
1602 "expected 0\n", backup, source, errno);
1607 "wcslen(destination)=%lu, expected 0\n", backup, source,
1613 "expected %x\n", backup, source, destination[0], L'\0');
1618 "expected %x\n", backup, source, destination[1], L'X');
1624 wcscpy(backup, destination);
1629 "expected %p\n", backup, source, result, destination);
1634 "expected 0\n", backup, sourc
1933 wchar_t backup[33]; local
[all...]
/haiku-fatelf/src/bin/bfs_tools/lib/
H A Dmakefile111 zip backup tar:
/haiku-fatelf/src/libs/ncurses/test/
H A Drailroad.c51 static char *backup; variable
78 tputs(backup != 0 ? backup : "\b", 1, outc);
210 backup = tgetstr("le", &ap);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dtempdic.c484 char *backup, *header, *whattime; local
485 backup = (char *)malloc(RK_PATH_BMAX);
488 if (!backup || !header || !whattime) {
489 if (backup) free(backup);
500 strcpy(backup, file);
502 backup[(int)(p - file)] = '#';
503 strcpy(&backup[(int)(p-file) + 1], p);
506 fdes = creat(backup, (unsigned)0666);
531 rename(backup, fil
720 char *backup, *header, *whattime; local
[all...]
H A Ddd.c693 char *whattime, *header, *dicsdir, *backup; local
697 backup = (char *)malloc(RK_PATH_BMAX);
698 if (!whattime || !header || !dicsdir || !backup) {
702 if (backup) free(backup);
718 backup[0] = 0;
721 sprintf(backup, "%s/#dics.dir", dd->dd_path);
722 if (rename(dicsdir, backup)) {
730 if (backup[0]) {
731 rename(backup, dicsdi
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_getch.c417 chtype backup = (ch == KEY_BACKSPACE) ? '\b' : ch; local
418 if (backup < KEY_MIN)
419 wechochar(win, backup);
/haiku-fatelf/src/bin/gzip/
H A Dgzexe132 echo ${x}: cannot backup $i as $i~
H A Dznew96 echo cannot backup "$n.Z"
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.cpp390 uint16 backup = ac97_reg_cached_read(fAC97Dev, AC97Reg); local
396 ac97_reg_cached_write(fAC97Dev, AC97Reg, backup);
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dgenops.c134 /* Switch current get area from backup buffer to (start of) main get area. */
154 /* Switch current get area from main get area to (end of) backup area. */
257 /* Append [_IO_read_base..end_p] to backup area. */
259 /* needed_size is how much space we need in the backup area. */
994 if _sbuf has a backup area that is no longer needed, should we delete
1105 logically follows the backup area. */
1113 /* No backup buffer: allocate one. */
1128 /* Increase size of existing backup buffer. */
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure21211 /* Verify behaviour of fflush after a backup ungetc. This fails on
21218 /* Verify behaviour of fflush after a non-backup ungetc. This fails
[all...]

Completed in 229 milliseconds