/src/sys/arch/hp300/stand/mkboot/ |
mkboot.c | 84 static size_t putfile(char *, int); 174 count = putfile(name1, to); 189 count = putfile(name2, to); 206 count = putfile(name3, to); 229 putfile(char *from, int to) function in typeref:typename:size_t
|
mkboot.c | 84 static size_t putfile(char *, int); 174 count = putfile(name1, to); 189 count = putfile(name2, to); 206 count = putfile(name3, to); 229 putfile(char *from, int to) function in typeref:typename:size_t
|
/src/sys/arch/hppa/stand/mkboot/ |
mkboot.c | 110 int putfile(char *, int); 193 n = hppa_btolifs(putfile(argv[optind], to)); 234 putfile(char *from_file, int to) function in typeref:typename:int
|
mkboot.c | 110 int putfile(char *, int); 193 n = hppa_btolifs(putfile(argv[optind], to)); 234 putfile(char *from_file, int to) function in typeref:typename:int
|
/src/usr.bin/rs/ |
rs.c | 105 static void putfile(void); 122 putfile(); 194 putfile(void) function in typeref:typename:void
|
rs.c | 105 static void putfile(void); 122 putfile(); 194 putfile(void) function in typeref:typename:void
|