HomeSort by: relevance | last modified time | path
    Searched refs:txt (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/tests/crypto/libcrypto/evp/
Makefile 9 evpcase.txt \
10 evpciph.txt \
11 evpdigest.txt \
12 evpencod.txt \
13 evpkdf.txt \
14 evpmac.txt \
15 evppbe.txt \
16 evppkey.txt \
17 evppkey_ecc.txt
20 evpciph_aes_ccm_cavs.txt \
    [all...]
  /src/tests/usr.bin/sort/
Makefile 10 FILES= d_any_char_dflag_out.txt
11 FILES+= d_any_char_fflag_out.txt
12 FILES+= d_any_char_iflag_out.txt
13 FILES+= d_any_char_in.txt
  /src/tests/usr.bin/nbperf/
t_nbperf.sh 30 rm -f reference.txt input.txt hash.c hash.map testprog
43 seq 0 $(($n - 1)) > reference.txt
44 atf_check -o file:reference.txt \
65 seq 0 11 > reference.txt
66 seq 1 12 > input.txt
68 atf_check -o file:reference.txt \
69 $(atf_get_srcdir)/h_nbperf input.txt "chm -p" cat \
73 atf_check -o file:reference.txt \
74 $(atf_get_srcdir)/h_nbperf input.txt "chm -f -p" cat
    [all...]
  /src/common/dist/zlib/contrib/minizip/
Makefile 20 @echo hello hello hello > test.txt
21 ./minizip test test.txt
23 @mv test.txt test.old
25 @cmp test.txt test.old
make_vms.com 20 $ mcr []minizip test minizip_info.txt
22 $ rename minizip_info.txt; minizip_info.txt_old
  /src/sys/external/bsd/drm/dist/bsd-core/
Makefile 10 drm_pciids.h: ${SHARED}/drm_pciids.txt
11 sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
  /src/bin/ed/
sub.c 126 char *txt; local in function:search_and_replace
143 txt = rbuf;
147 if ((txt = put_sbuf_line(txt)) == NULL) {
157 } while (txt != eot);
184 char *txt; local in function:substitute_matching_text
187 if ((txt = get_sbuf_line(lp)) == NULL)
190 NUL_TO_NEWLINE(txt, lp->len);
191 eot = txt + lp->len;
192 if (!regexec(pat, txt, SE_MAX, rm, 0))
    [all...]
  /src/games/backgammon/teachgammon/
ttext2.c 130 wrtext(const char *const *txt)
138 while (*txt) {
139 a = *(txt++);
  /src/games/monop/
execute.c 68 static int restore_parseline(char *txt);
69 static int restore_toplevel_attr(const char *attribute, char *txt);
70 static int restore_player_attr(const char *attribute, char *txt);
71 static int restore_deck_attr(const char *attribute, char *txt);
72 static int restore_square_attr(const char *attribute, char *txt);
73 static int getnum(const char *what, char *txt, int min, int max, int *ret);
74 static int getnum_withbrace(const char *what, char *txt, int min, int max,
459 restore_parseline(char *txt)
466 if (!strncmp(txt, "NetBSD monop format v", 21)) {
467 return getnum("format version", txt+21
    [all...]
  /src/common/dist/zlib/contrib/blast/
Makefile 5 blast < test.pk | cmp - test.txt
  /src/sys/external/bsd/compiler_rt/
prepare-import.sh 13 rm -f .arcconfig .gitignore CMakeLists.txt Makefile
19 rm -f lib/*/CMakeLists.txt */CMakeLists.txt
  /src/distrib/utils/embedded/conf/
rpi_inst.conf 38 cat > ${mnt}/boot/cmdline.txt << EOF
44 cat > ${mnt}/boot/config.txt << EOF
48 cmdline=../cmdline.txt
rpi.conf 31 # If arm_freq is specified in config.txt, set CPU frequency
51 cat > ${mnt}/boot/cmdline.txt << EOF
57 cat > ${mnt}/boot/config.txt << EOF
61 cmdline=../cmdline.txt
  /src/lib/libedit/
filecomplete.c 59 * if ``user'' isn't valid user name or ``txt'' doesn't start
60 * w/ '~', returns pointer to strdup()ed copy of ``txt''
65 fn_tilde_expand(const char *txt)
76 if (txt[0] != '~')
77 return strdup(txt);
79 pos = strchr(txt + 1, '/');
81 temp = strdup(txt + 1);
86 len = (size_t)(pos - txt + 1);
90 (void)strlcpy(temp, txt + 1, len - 1);
114 return strdup(txt);
    [all...]
  /src/share/doc/standards/xopen/
Makefile 5 TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}.more
23 ${i}.txt: ${i}
  /src/distrib/ofppc/cdroms/installcd/
Makefile 21 "1,\nbsd\ofwboot" ${.OBJDIR}/cdrom/ppc/bootinfo.txt \
  /src/share/examples/racoon/
Makefile 10 FILES= psk.txt.sample racoon.conf.sample \
  /src/sys/external/bsd/drm/dist/scripts/
create_bsd_pci_lists.sh 12 This file is auto-generated from the drm_pciids.txt in the DRM CVS
create_linux_pci_lists.sh 12 This file is auto-generated from the drm_pciids.txt in the DRM CVS
  /src/libexec/httpd/
Makefile 79 bozohttpd.8.txt: bozohttpd.8
82 CLEANFILES+= bozohttpd.8.html bozohttpd.8.txt
  /src/sys/external/bsd/acpica/dist/generate/release/
build.sh 231 cp -r documents/changes.txt $TEMP_DIR/changes.txt
259 cp generate/unix/readme.txt $TEMP_DIR/generate/unix/readme.txt
277 rm -f $TEMP_DIR/generate/lint/LintOut.txt
409 cp -r documents/changes.txt $TEMP_DIR/changes.txt
  /src/usr.sbin/makemandb/
Makefile 43 stopwords.c: stopwords.txt
50 nostem.c: nostem.txt
  /src/share/doc/papers/pulldown/
Makefile 20 paper.txt: ${DPSRCS}
  /src/tests/crypto/libcrypto/
t_ciphers.sh 67 for i in $(atf_get_srcdir)/evp*.txt; do
  /src/usr.bin/make/unit-tests/
directive-for.exp 2 make: directive-for.mk:138: a:\ a:\file.txt
4 make: directive-for.mk:138: d:\\file.txt

Completed in 137 milliseconds

1 2