| /xsrc/external/mit/makedepend/dist/ |
| H A D | main.c | 726 char backup[BUFSIZ], local in function:redirect 755 snprintf(backup, sizeof(backup), "%s.bak", makefile); 756 unlink(backup); 759 if (rename(makefile, backup) < 0) 760 fatalerr("cannot rename %s to %s\n", makefile, backup); 761 if ((fdin = fopen(backup, "r")) == NULL) { 762 if (rename(backup, makefile) < 0) 764 makefile, backup); 768 fatalerr("cannot open \"%s\"\n", backup); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | log.c | 174 * %s, if present in the fname or backup strings, is expanded to the display 179 LogInit(const char *fname, const char *backup) argument 187 if (backup && *backup) { 194 if ((asprintf(&suffix, backup, display) == -1) ||
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | log.c | 193 LogFilePrep(const char *fname, const char *backup, const char *idstring) argument 202 if (backup && *backup) { 209 if ((asprintf(&suffix, backup, idstring) == -1) || 238 * %s, if present in the fname or backup strings, is expanded to the display 247 LogInit(const char *fname, const char *backup) argument 257 logFileName = LogFilePrep(fname, backup, pidstring); 262 if (backup == NULL) 265 saved_log_backup = strdup(backup); 267 logFileName = LogFilePrep(fname, backup, displa [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.1.rst | 93 - mesa/st: remove unwanted backup file
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | os.h | 526 extern _X_EXPORT const char *LogInit(const char *fname, const char *backup);
|
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | stream.lsp | 724 (setq backup 728 (bool-test t #'delete-file backup) 731 (eq-test nil #'directory backup)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 687 struct rc_pair_instruction backup; local in function:merge_instructions 703 memcpy(&backup, rgb, sizeof(struct rc_pair_instruction)); 708 memcpy(rgb, &backup, sizeof(struct rc_pair_instruction));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 687 struct rc_pair_instruction backup; local in function:merge_instructions 703 memcpy(&backup, rgb, sizeof(struct rc_pair_instruction)); 708 memcpy(rgb, &backup, sizeof(struct rc_pair_instruction));
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 635 LogInit(const char *fname, const char *backup);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_videohw.c | 225 unsigned char backup = GetSRReg(pXGI, Index_SR_Power_Management); local in function:XGISetXvGamma 237 SetSRRegMask(pXGI, Index_SR_Power_Management, backup, 0xff);
|
| /xsrc/external/mit/xorg-server.old/dist/xfixes/ |
| H A D | cursor.c | 124 #define Unwrap(as,s,elt,backup) (((backup) = (s)->elt), (s)->elt = (as)->elt)
|
| /xsrc/external/mit/xorg-server/dist/xfixes/ |
| H A D | cursor.c | 128 #define Unwrap(as,s,elt,backup) (((backup) = (s)->elt), (s)->elt = (as)->elt)
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_dac.c | 1693 UChar backup = 0; local in function:SISLoadPalette 1709 inSISIDXREG(SISSR, 0x1f, backup); 1826 outSISIDXREG(SISSR, 0x1f, backup); 1827 inSISIDXREG(SISSR, 0x07, backup); 1828 if((backup & 0x04) && (resetxvgamma) && (pSiS->ResetXvGamma)) {
|
| H A D | sis_utility.c | 1225 Bool backup = pSiS->XvGamma; local in function:SiSHandleSiSDirectCommand 1264 if(backup != pSiS->XvGamma) { 2231 Bool backup = pSiS->XvGamma; local in function:SISSetPortUtilAttribute 2269 if(backup != pSiS->XvGamma) {
|
| H A D | initextx.c | 198 DisplayModePtr backup = NULL;
|
| H A D | sis_video.c | 256 UChar backup = getsrreg(pSiS, 0x1f); local in function:SiSSetXvGamma 265 setsrregmask(pSiS, 0x1f, backup, 0xff);
|
| H A D | init301.c | 3223 unsigned short CRT2Index, ResIndex, backup; local in function:SiS_GetCRT2DataLVDS 3250 backup = SiS_Pr->SiS_IF_DEF_LVDS; 3258 SiS_Pr->SiS_IF_DEF_LVDS = backup; 10663 * If we have a backup if these registers, we use it; otherwise 10666 * pray that we have a backup...
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 5304 // Store a backup of SizeFull which we will use next frame to decide if we need scrollbars. 5759 ImGuiColorMod backup; local in function:ImGui::PushStyleColor 5760 backup.Col = idx; 5761 backup.BackupValue = g.Style.Colors[idx]; 5762 g.ColorModifiers.push_back(backup); 5769 ImGuiColorMod backup; local in function:ImGui::PushStyleColor 5770 backup.Col = idx; 5771 backup.BackupValue = g.Style.Colors[idx]; 5772 g.ColorModifiers.push_back(backup); 5781 ImGuiColorMod& backup local in function:ImGui::PopStyleColor 5864 ImGuiStyleMod& backup = g.StyleModifiers.back(); local in function:ImGui::PopStyleVar [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 5304 // Store a backup of SizeFull which we will use next frame to decide if we need scrollbars. 5759 ImGuiColorMod backup; local in function:ImGui::PushStyleColor 5760 backup.Col = idx; 5761 backup.BackupValue = g.Style.Colors[idx]; 5762 g.ColorModifiers.push_back(backup); 5769 ImGuiColorMod backup; local in function:ImGui::PushStyleColor 5770 backup.Col = idx; 5771 backup.BackupValue = g.Style.Colors[idx]; 5772 g.ColorModifiers.push_back(backup); 5781 ImGuiColorMod& backup local in function:ImGui::PopStyleColor 5864 ImGuiStyleMod& backup = g.StyleModifiers.back(); local in function:ImGui::PopStyleVar [all...] |