/src/usr.bin/vndcompress/ |
Makefile | 16 XFAIL+= oneblock.cl2-cl2x 23 XFAIL+= tenblock.cl2-cl2x 30 XFAIL+= smallfile.cl2-cl2x 37 check-pipe: .PHONY smallfile.cl2 smallfile.cl2pipe 56 XFAIL+= extrablock.cl2-cl2x 63 XFAIL+= medfile.cl2-cl2x 83 CLEANFILES+= piperestart.cl2 piperestart.cl2.tmp 86 check-pipe-restart: .PHONY piperestart.cl2 piperestart.cl2restart 108 CLEANFILES+= pipebadstart.cl2 pipebadstart.cl2.tm [all...] |
Makefile | 16 XFAIL+= oneblock.cl2-cl2x 23 XFAIL+= tenblock.cl2-cl2x 30 XFAIL+= smallfile.cl2-cl2x 37 check-pipe: .PHONY smallfile.cl2 smallfile.cl2pipe 56 XFAIL+= extrablock.cl2-cl2x 63 XFAIL+= medfile.cl2-cl2x 83 CLEANFILES+= piperestart.cl2 piperestart.cl2.tmp 86 check-pipe-restart: .PHONY piperestart.cl2 piperestart.cl2restart 108 CLEANFILES+= pipebadstart.cl2 pipebadstart.cl2.tm [all...] |
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_test.c | 10 CLIENT *cl2; variable in typeref:typename:CLIENT * 50 cl2 = clnt_create(server, PCNFSDPROG, PCNFSDV2, transport); 51 if(cl2 == NULL) { 123 rp = pcnfsd2_info_2(&a, cl2); 126 clnt_perror(cl2, server); 167 rp = pcnfsd2_auth_2(&a, cl2); 170 clnt_perror(cl2, server); 208 rp = pcnfsd2_pr_init_2(&a, cl2); 211 clnt_perror(cl2, server); 259 rp = pcnfsd2_pr_start_2(&a, cl2); [all...] |
pcnfsd_test.c | 10 CLIENT *cl2; variable in typeref:typename:CLIENT * 50 cl2 = clnt_create(server, PCNFSDPROG, PCNFSDV2, transport); 51 if(cl2 == NULL) { 123 rp = pcnfsd2_info_2(&a, cl2); 126 clnt_perror(cl2, server); 167 rp = pcnfsd2_auth_2(&a, cl2); 170 clnt_perror(cl2, server); 208 rp = pcnfsd2_pr_init_2(&a, cl2); 211 clnt_perror(cl2, server); 259 rp = pcnfsd2_pr_start_2(&a, cl2); [all...] |
/src/sys/arch/i386/i386/ |
multiboot.c | 490 char *cl, *cl2, old; local in function:setup_bootpath 498 cl2 = cl; 500 while (*cl2 != '\0' && *cl2 != ' ') { 502 cl2++; 505 old = *cl2; 506 *cl2 = '\0'; 508 *cl2 = old;
|
multiboot.c | 490 char *cl, *cl2, old; local in function:setup_bootpath 498 cl2 = cl; 500 while (*cl2 != '\0' && *cl2 != ' ') { 502 cl2++; 505 old = *cl2; 506 *cl2 = '\0'; 508 *cl2 = old;
|