Lines Matching defs:override
49 " \b--override\b.) A probe information file (see \b--key\b) with"
77 " \bprobe.ini\b may completely override the \bprobe\b script by"
81 " for some processors or tools. See \b--override\b for details.]"
94 "[o:override?Make a writable copy of the probe information file in the"
97 " specified then the override path is listed but not created. When"
99 " the bin directory of the standard probe information the override"
100 " information will be used. Note that since the override file is user"
292 char* override;
334 override = opt_info.arg;
586 if (!(v = strrchr(override, '/')))
587 v = override;
588 sfsprintf(cmd, sizeof(cmd), "%-.*s%s", v - override, override, base);
592 error(3, "%s: override already generated", cmd);
599 error(ERROR_SYSTEM|3, "%s: cannot create override directory", cmd);