/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 in typeref:typename:void
|
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 in typeref:typename:void
|
/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 in typeref:typename:void
|
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 in typeref:typename:void
|