/src/usr.bin/crunch/examples/ |
Makefile | 5 CRUNCHED= fixit
|
/src/usr.bin/rpcgen/ |
rpc_util.c | 81 static const char *fixit(const char *, const char *); 141 fixit(const char *type, const char *orig) function in typeref:typename:const char * 153 return (fixit(def->def.ty.old_type, orig)); 162 return (fixit(type, type));
|
/src/usr.bin/sort/ |
sort.h | 182 void fixit(int *, char **, const char *);
|
init.c | 285 fixit(int *argc, char **argv, const char *opts) function in typeref:typename:void
|
sort.c | 151 fixit(&argc, argv, SORT_OPTS);
|