Searched refs:fixit (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/usr.bin/rpcgen/ |
| D | rpc_util.c | 140 fixit(char *type, char *orig) in fixit() function 152 return (fixit(def->def.ty.old_type, orig)); in fixit() 162 return (fixit(type, type));
|
| /mirbsd/src/usr.bin/sort/ |
| D | extern.h | 41 void fixit(int *, char **);
|
| D | sort.c | 119 fixit(&argc, argv); in main()
|
| D | init.c | 211 fixit(int *argc, char **argv) in fixit() function
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYUtils.h | 178 extern void LYConvertToURL(char **AllocatedString, int fixit); 180 extern void LYEnsureAbsoluteURL(char **href, const char *name, int fixit);
|
| D | LYUtils.c | 4003 int fixit) in LYEnsureAbsoluteURL() argument 4027 LYConvertToURL(href, fixit); in LYEnsureAbsoluteURL() 4042 int fixit) in LYConvertToURL() argument 4432 } else if (fixit) { in LYConvertToURL()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-ppc.c | 1118 int fixit; local 1139 fixit = FALSE; 1169 fixit = TRUE; 1230 fixit = TRUE; 1234 if (fixit && info->base_file)
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 5239 * the 'fixit' change of 1999-05-16 didn't really let LYConvertToURL() revert to 6605 * add 'fixit' parameter to LYEnsureAbsoluteURL() to suppress logic in
|