Searched refs:ffbuf (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/makefs/chfs/ |
H A D | chfs_mkfs.c | 61 static const unsigned char ffbuf[16] = { variable 90 buf_write(fsopts, ffbuf, MIN(sizeof(ffbuf), in padblock() 99 buf_write(fsopts, ffbuf, 4 - img_ofs % 4); in padword()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | expression.c | 2550 OutBuffer ffbuf; in checkPurity() local 2552 MODMatchToBuffer(&ffbuf, ff->type->mod, v->type->mod); in checkPurity() 2555 … ffbuf.peekString(), ff->kind(), ff->toPrettyChars(), vbuf.peekString(), v->toChars()); in checkPurity()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expression.d | 1356 OutBuffer ffbuf; in checkPurity() local 1358 MODMatchToBuffer(&ffbuf, ff.type.mod, v.type.mod); in checkPurity() 1361 … ffbuf.peekChars(), ff.kind(), ff.toPrettyChars(), vbuf.peekChars(), v.toChars()); in checkPurity()
|