Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 130) sorted by relevance

123456

/plan9/sys/src/cmd/fossil/
H A Dmkfile59 test:V: all
60 rm -f /srv/test.fossil /srv/test.fscons
68 cat /srv/test.fscons &
69 echo fsys main >>/srv/test.fscons
70 mount /srv/test.fossil /n/fossil
74 echo sync >>/srv/test.fscons
75 echo sync >>/srv/test.fscons
76 echo sync >>/srv/test.fscons
78 echo sync >>/srv/test.fscons
80 echo sync >>/srv/test.fscons
[all …]
H A Dflproto11 srv -p test.fscons
12 srv test.fossil
14 srv -N test.none
/plan9/sys/src/libmp/
H A Dmkfile42 test.$O: test.c /$objtype/include/u.h /sys/include/mp.h port/dat.h
43 $CC -Iport test.c
45 $O.test: test.$O /$objtype/lib/libmp.a
46 $LD -o $O.test test.$O
55 objtype=386; mk; mk 8.test 8.bigtest
56 objtype=power; mk; mk q.test q.bigtest
57 objtype=mips; mk; mk v.test v.bigtest
/plan9/sys/src/ape/lib/mp/
H A Dmkfile36 test.$O: ../../../libmp/test.c /sys/include/ape/mp.h ../../../libmp/port/dat.h
37 $CC -D_POSIX_SOURCE -D_PLAN9_SOURCE -Iport -I../../../libmp/port ../../../libmp/test.c
39 $O.test: test.$O /$objtype/lib/ape/libmp.a
40 $LD -o $O.test test.$O
49 objtype=386; mk; mk 8.test 8.bigtest
50 objtype=amd64; mk; mk 6.test 6.bigtest
51 objtype=arm; mk; mk 5.test 5.bigtest
/plan9/sys/src/cmd/gs/src/
H A Dunix-end.mak22 @if test ! -d $(BINDIR); then mkdir $(BINDIR); fi
23 @if test ! -d $(GLGENDIR); then mkdir $(GLGENDIR); fi
24 @if test ! -d $(GLOBJDIR); then mkdir $(GLOBJDIR); fi
25 @if test ! -d $(PSGENDIR); then mkdir $(PSGENDIR); fi
26 @if test ! -d $(PSOBJDIR); then mkdir $(PSOBJDIR); fi
30 @if test ! -d $(BINDIR)/$(PGRELDIR); then mkdir $(BINDIR)/$(PGRELDIR); fi
31 @if test ! -d $(GLGENDIR)/$(PGRELDIR); then mkdir $(GLGENDIR)/$(PGRELDIR); fi
32 @if test ! -d $(GLOBJDIR)/$(PGRELDIR); then mkdir $(GLOBJDIR)/$(PGRELDIR); fi
33 @if test ! -d $(PSGENDIR)/$(PGRELDIR); then mkdir $(PSGENDIR)/$(PGRELDIR); fi
34 @if test ! -d $(PSOBJDIR)/$(PGRELDIR); then mkdir $(PSOBJDIR)/$(PGRELDIR); fi
[all …]
H A Dmd5main.c65 static const char *const test[7*2] = { in do_test() local
85 md5_append(&state, (const md5_byte_t *)test[i], strlen(test[i])); in do_test()
89 if (strcmp(hex_output, test[i + 1])) { in do_test()
90 printf("MD5 (\"%s\") = ", test[i]); in do_test()
92 printf("**** ERROR, should be: %s\n", test[i + 1]); in do_test()
H A Dconfigure.ac48 if test $ac_cv_prog_gcc = yes; then
106 if test "x$ac_cv_header_stdint_h" != xyes; then
108 if test "$ac_cv_type_uint8_t" = yes; then
116 if test "$ac_cv_c_const" != yes; then
119 if test "x$ac_cv_header_stdint_h" = xyes; then
126 if test $ac_cv_sizeof_unsigned_long_int = 8; then
130 if test $ac_cv_sizeof_unsigned_long_long = 8; then
134 if test $ac_cv_sizeof_unsigned___int64 = 8; then
138 if test $ac_cv_sizeof_u_int64_t = 8; then
146 if test "$uint64_type" != "none"; then
[all …]
H A Dgdevpcl.c147 register word test = *exam; in gdev_pcl_mode2compress_padded() local
149 while (((test << 8) ^ test) > 0xff) { in gdev_pcl_mode2compress_padded()
152 test = *exam; in gdev_pcl_mode2compress_padded()
170 while (next < end_row && *next == test) in gdev_pcl_mode2compress_padded()
174 if (end_dis > compr && end_dis[-1] == (byte) test) { in gdev_pcl_mode2compress_padded()
175 if (end_dis[-2] != (byte) test) in gdev_pcl_mode2compress_padded()
177 else if (end_dis[-3] != (byte) test) in gdev_pcl_mode2compress_padded()
227 *cptr++ = (byte) test; in gdev_pcl_mode2compress_padded()
H A Dgxicolor.c62 color_samples mask, test; in gs_image_class_4_color() local
66 memset(&test, 0, sizeof(test)); in gs_image_class_4_color()
77 test.v[i] = v0 & match; in gs_image_class_4_color()
81 penum->mask_color.test = test.all[0]; in gs_image_class_4_color()
85 penum->mask_color.test = ~0; in gs_image_class_4_color()
129 bits32 test = penum->mask_color.test; in image_render_color() local
212 if ((next.all[0] & mask) == test && in image_render_color()
273 if ((next.all[0] & mask) == test && in image_render_color()
330 if ((next.all[0] & mask) == test && in image_render_color()
H A Dgdevdjtc.c234 byte test; in mode2compress() local
239 test = *exam++; in mode2compress()
241 while ((test != *exam) && (exam < end_row)) in mode2compress()
242 test = *exam++; in mode2compress()
258 while ((test == *exam) && (exam < end_row)) /* skip all same bytes */ in mode2compress()
267 *cptr++=test; in mode2compress()
H A Dplan9-aux.mak28 # We have to include a test for the existence of sys/time.h,
89 …if ( test -f $(INCLUDE)/dirent.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_DIRENT_H;…
90 …if ( test -f $(INCLUDE)/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_NDIR_H; els…
91 …if ( test -f $(INCLUDE)/sys/dir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_…
92 …if ( test -f $(INCLUDE)/sys/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDI…
93 …if ( test -f $(INCLUDE)/sys/time.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIM…
94 …if ( test -f $(INCLUDE)/sys/times.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TI…
95 …if ( test -f $(JSRCDIR)/jmemsys.h); then true; else $(ECHOGS_XE) -a $(gconfig__h) -x 23 define DON…
H A Dunix-aux.mak28 # We have to include a test for the existence of sys/time.h,
89 …if ( test -f $(INCLUDE)/dirent.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_DIRENT_H;…
90 …if ( test -f $(INCLUDE)/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_NDIR_H; els…
91 …if ( test -f $(INCLUDE)/sys/dir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_…
92 …if ( test -f $(INCLUDE)/sys/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDI…
93 …if ( test -f $(INCLUDE)/sys/time.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIM…
94 …if ( test -f $(INCLUDE)/sys/times.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TI…
95 …if ( test -f $(JSRCDIR)/jmemsys.h); then true; else $(ECHOGS_XE) -a $(gconfig__h) -x 23 define DON…
H A Dunixinst.mak48 do if ( test -f $(PSLIBDIR)/$$f ); then \
85 do if ( test -f $(PSLIBDIR)/$$f ); then $(INSTALL_DATA) $(PSLIBDIR)/$$f $(gsdatadir)/lib; fi;\
103 test -d $$rdir || mkdir -p $$rdir ; \
105 if test -f $$file; then $(INSTALL_DATA) $$file $$rdir ; fi \
128 do if ( test -f $(PSDOCDIR)/$$f ); then $(INSTALL_DATA) $(PSDOCDIR)/$$f $(docdir); fi;\
137 $(SH) -c 'test -d $(mandir) || mkdir -p $(mandir)'
140 ( test -d $$man1dir || mkdir -p $$man1dir ) ;\
143 if ( test -f $$man1dir/ps2ps.$(man1ext) ) ;\
149 if ( test -f $$man1dir/ps2pdf.$(man1ext) ) ;\
155 if ( test -f $$man1dir/ps2lp.$(man1ext) ) ;\
H A Dunix-dll.mak25 # If you want to test the executable without installing:
117 @if test ! -d $(BINDIR)/$(SOBINRELDIR); then mkdir -p $(BINDIR)/$(SOBINRELDIR); fi
118 @if test ! -d $(GLGENDIR)/$(SOOBJRELDIR); then mkdir -p $(GLGENDIR)/$(SOOBJRELDIR); fi
119 @if test ! -d $(GLOBJDIR)/$(SOOBJRELDIR); then mkdir -p $(GLOBJDIR)/$(SOOBJRELDIR); fi
120 @if test ! -d $(PSGENDIR)/$(SOOBJRELDIR); then mkdir -p $(PSGENDIR)/$(SOOBJRELDIR); fi
121 @if test ! -d $(PSOBJDIR)/$(SOOBJRELDIR); then mkdir -p $(PSOBJDIR)/$(SOOBJRELDIR); fi
/plan9/sys/src/cmd/gs/zlib/
H A Dconfigure158 if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" &&
159 test "`($LDSHARED -o $test$shared_ext $test.o) 2>&1`" = ""; then
182 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
205 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
229 if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then
254 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
292 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
322 if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then
341 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
373 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
[all …]
/plan9/sys/src/ape/lib/v/
H A Drand.c32 long lo, hi, test; in lrand() local
36 test = A*lo - R*hi; in lrand()
37 if(test > 0) in lrand()
38 seed = test; in lrand()
40 seed = test+M; in lrand()
/plan9/sys/src/cmd/rc/
H A Dmkfile56 cd test
60 for(test in test/*.test) rc $test >$test.out
/plan9/sys/src/libdisk/
H A Dmkfile19 $O.test: test.$O $LIB
20 $LD -o $target test.$O $LIB
/plan9/sys/src/ape/lib/fmt/
H A Dmkfile55 test: $LIB test.$O
56 $CC -o test test.$O $LIB -L$PLAN9/lib -lutf
/plan9/sys/src/libregexp/
H A Dmkfile24 test: test.$O $OFILES
25 $LD -o test $prereq
/plan9/sys/lib/dist/
H A Dmkfile33 if(! test -f $src9/bootdisk.img)
46 if (test -e $target)
55 test -d $scr # make sure other was mounted above
56 test -d $src9
57 test -d $dist/web.protect
66 test -d $src9
98 test -d $D
109 if(test -f n$i){
140 if (test -e $stem.iso.bz2)
164 test -e $src9
[all …]
/plan9/sys/src/cmd/ndb/
H A Dmkfile66 if(test -e $BIN/ooocs)
68 if(test -e $BIN/oocs)
70 if(test -e $BIN/ocs)
76 if(test -e $BIN/ooodns)
78 if(test -e $BIN/oodns)
80 if(test -e $BIN/odns)
/plan9/sys/src/cmd/ip/ipconfig/
H A Dmkfile26 if(test -e $BIN/___ipconfig)
28 if(test -e $BIN/__ipconfig)
30 if(test -e $BIN/_ipconfig)
/plan9/sys/src/cmd/cwfs/doc/
H A Dwords16 To spin-off a new version to play with, say 'test':
19 mkdir test
21 sed '1s/emelie/test/' emelie/$f >test/$f
/plan9/usr/glenda/lib/
H A Dprofile18 if (test -e /mnt/term/mnt/wsys) { # rio already running
20 if(test -w /dev/label)
29 if (! test -e /mnt/term/mnt/wsys) { # cpu call from drawterm

123456