/src/sbin/newfs_udf/ |
newfs_udf.c | 145 char scrap[255], *colon; local in function:main 290 (void)snprintb(scrap, sizeof(scrap), FORMAT_FLAGBITS, 292 printf("UDF properties %s\n", scrap);
|
newfs_udf.c | 145 char scrap[255], *colon; local in function:main 290 (void)snprintb(scrap, sizeof(scrap), FORMAT_FLAGBITS, 292 printf("UDF properties %s\n", scrap);
|
/src/common/dist/zlib/examples/ |
gznorm.c | 145 unsigned char scrap[CHUNK]; local in function:gzip_normalize 147 strm.next_out = scrap;
|
gznorm.c | 145 unsigned char scrap[CHUNK]; local in function:gzip_normalize 147 strm.next_out = scrap;
|
/src/usr.sbin/mmcformat/ |
mmcformat.c | 157 static char scrap[100]; local in function:print_mmc_profile 185 sprintf(scrap, "Reserved profile 0x%02x", profile); 186 return scrap;
|
mmcformat.c | 157 static char scrap[100]; local in function:print_mmc_profile 185 sprintf(scrap, "Reserved profile 0x%02x", profile); 186 return scrap;
|
/src/sys/arch/acorn32/stand/boot32/ |
boot32.c | 64 char scrap[80], twirl_cnt; /* misc */ variable in typeref:typename:char[80] 1102 static char format[50], scrap[50]; local in function:sprint0 1111 snprintf(scrap, sizeof(scrap), format, value); 1112 length = strlen(scrap); 1114 return scrap+length-width;
|
boot32.c | 64 char scrap[80], twirl_cnt; /* misc */ variable in typeref:typename:char[80] 1102 static char format[50], scrap[50]; local in function:sprint0 1111 snprintf(scrap, sizeof(scrap), format, value); 1112 length = strlen(scrap); 1114 return scrap+length-width;
|
/src/usr.sbin/makefs/ |
udf.c | 1176 char scrap[255]; local in function:udf_makefs 1234 (void)snprintb(scrap, sizeof(scrap), FORMAT_FLAGBITS, 1236 printf("UDF properties %s\n", scrap);
|
udf.c | 1176 char scrap[255]; local in function:udf_makefs 1234 (void)snprintb(scrap, sizeof(scrap), FORMAT_FLAGBITS, 1236 printf("UDF properties %s\n", scrap);
|