Searched refs:repair (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclFileName.c2371 int subdirc, i, repair = -1;
2380 Tcl_ListObjLength(NULL, matchesObj, &repair);
2394 while (repair < end) {
2398 Tcl_ListObjIndex(NULL, matchesObj, repair, &fixme);
2401 Tcl_ListObjReplace(NULL, matchesObj, repair, 1,
2403 repair++;
2405 repair = -1;
2353 int subdirc, i, repair = -1; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c2583 int resLength, repair = -1;
2595 Tcl_ListObjLength(NULL, paths, &repair);
2609 if (repair >= 0) {
2614 while (repair < end) {
2618 Tcl_ListObjIndex(NULL, paths, repair, &fixme);
2621 Tcl_ListObjReplace(NULL, paths, repair, 1,
2623 repair++;
2625 repair = -1;
2563 int resLength, repair = -1; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileInfo.h169 void repair(const FType *F);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkMigration.c992 Boolean repair; member in struct:__anon7157
1006 Boolean repair = ctx->repair; local
1013 // or we don't intend to repair invalid configuration.
1014 if ((*ctx->isValid == FALSE) && (repair == FALSE)) {
1027 if (repair == TRUE) {
1257 // We don't have any information to repair
1400 CFBooleanRef repair = CFDictionaryGetValue(options, kSCNetworkConfigurationRepair); local
1401 if (isA_CFBoolean(repair) != NULL) {
1402 repairConfiguration = CFBooleanGetValue(repair);
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c660 * If repair is true, update the on-disk bitmap with the in-memory bitmap.
661 * If repair is false and the bitmaps don't match, an error message is
666 * 2. repair - indicate if a repair operation is requested or not.
671 int CheckVolumeBitMap(SGlobPtr g, Boolean repair) argument
738 if (repair) {
H A DScavenger.h77 #define kMaxReScan 3 /* max times to re-scan volume on repair success */
257 cdRepairFailedErr = -1318, // repair failed
273 // Repair Info - additional info returned when a repair is attempted
337 Note that not all repair types use all of these fields.
340 typedef struct RepairOrder /* a node describing a needed minor repair */
681 SInt16 RepLevel; // repair level, 1 = minor repair, 2 = major repair
704 RepairOrderPtr MinorRepairsP; // ptr to list of problems for later repair
755 Boolean minorRepairFalseSuccess; // indicates minor repair functio
[all...]
/macosx-10.10/libauto-186/
H A DZone.h1167 inline void set_repair_write_barrier(bool repair) { _repair_write_barrier = repair; } argument
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim191 syn keyword fsOptionsUfsError contained panic lock umount repair
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DProfileInfo.cpp635 void ProfileInfoT<Function,BasicBlock>::repair(const Function *F) { function in class:llvm::ProfileInfoT
990 errs() << "ASSERT: could not repair function";
991 assert(0 && "could not repair function");
/macosx-10.10/emacs-93/emacs/etc/
H A Dgnus-refcard.tex554 K m & Try to repair {\bf multipart-headers}.\\

Completed in 226 milliseconds