| /src/sbin/fsck/ |
| fsck.c | 90 static void mangle(char *, int *, const char ** volatile *, int *); 305 mangle(optbuf, &argc, &argv, &maxargc); 515 mangle(char *opts, int *argcp, const char ** volatile *argvp, int *maxargcp) function
|
| fsck.c | 90 static void mangle(char *, int *, const char ** volatile *, int *); 305 mangle(optbuf, &argc, &argv, &maxargc); 515 mangle(char *opts, int *argcp, const char ** volatile *argvp, int *maxargcp) function
|
| /src/sbin/mount/ |
| mount.c | 81 static void mangle(char *, int *, const char ** volatile *, int *); 468 mangle(optbuf, &argc, &argv, &maxargc); 686 mangle(char *options, int *argcp, const char ** volatile *argvp, int *maxargcp) function
|
| mount.c | 81 static void mangle(char *, int *, const char ** volatile *, int *); 468 mangle(optbuf, &argc, &argv, &maxargc); 686 mangle(char *options, int *argcp, const char ** volatile *argvp, int *maxargcp) function
|