Searched refs:buf2 (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | tfmt.c | 45 char buf1[1024], buf2[1024]; local 54 sfsprintf(buf2,sizeof(buf2),"%!", &fe); 55 if(strcmp(buf1,buf2) != 0)
|
H A D | tprintf.c | 247 char buf1[1024], buf2[1024], *list[4], *s; local 259 sfsprintf(buf2,sizeof(buf2),"%40s","0123456789"); 263 if(strcmp(s,buf2) != 0) 267 sfsprintf(buf2,sizeof(buf2),"%2$4d %1$4o %1$4x", 11, 10); 268 if(strcmp(buf1,buf2) != 0) 272 sfsprintf(buf2,sizeof(buf2),"%d %1$d %3$.*2$d %1$d", 10, 5, 300); 273 if(strcmp(buf1,buf2) ! [all...] |
H A D | tmmap2read.c | 64 char buf[1024], buf2[1024], *data; local 87 { if((r = sfread(f,buf2,sizeof(buf))) != sizeof(buf)) 89 if(strncmp(buf,buf2,sizeof(buf)) != 0)
|
/ast/src/lib/libvcodex/ |
H A D | vcmethod.c | 177 char *port, *ident, buf1[1024], buf2[1024]; local 194 { if(!(ident = vcgetident(mtl->list[i], buf2, sizeof(buf2))) ) 203 { for (i = 0; i < sizeof(buf2) - 1; i++) 204 buf2[i] = map[((unsigned char*)name)[i]]; 205 name = buf2;
|
Completed in 48 milliseconds