HomeSort by: relevance | last modified time | path
    Searched defs:txt (Results 1 - 10 of 10) sorted by relevancy

  /src/share/doc/papers/pulldown/
Makefile 20 paper.txt: ${DPSRCS}
  /src/usr.bin/make/unit-tests/
directive-for.mk 131 # like "a:\ a:\file.txt" that ended in a single backslash. Since then, the
134 .for path in a:\ a:\file.txt d:\\ d:\\file.txt
135 # expect+3: a:\ a:\file.txt
137 # expect+1: d:\\file.txt
  /src/share/doc/standards/xopen/
Makefile 5 TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}.more
23 ${i}.txt: ${i}
  /src/libexec/httpd/
Makefile 79 bozohttpd.8.txt: bozohttpd.8
82 CLEANFILES+= bozohttpd.8.html bozohttpd.8.txt
  /src/lib/libc/time/
Makefile 589 MANTXTS= newctime.3.txt newstrftime.3.txt newtzset.3.txt \
590 time2posix.3.txt \
591 tzfile.5.txt tzselect.8.txt zic.8.txt zdump.8.txt \
592 date.1.txt
1051 date.1.txt: date.
    [all...]
  /src/games/hack/
hack.eat.c 107 const char *txt; member in struct:__anone5ee377f0108
141 pline("%s", tintxts[r].txt);
  /src/share/mk/
bsd.doc.mk 69 realall: ${SA}.txt
127 ${SA}.txt: ${SRCS2.${SA}} ${DEPSRCS2.${SA}}
158 DOCINST+=${SA}.txt ${SA}.${PRINTABLE}
185 rm -f ${SA}.txt ${SA}.ps ${SA}.ps.gz ${SA}.html
  /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/lib/libc/net/
sctp_sys_calls.c 66 char *srcaddr, *txt; local in function:SCTPPrintAnAddress
74 txt = "IPv4 Address: ";
79 txt = "IPv6 Address: ";
107 printf("%s%s:%d scope:%d\n", txt, stringToPrint, prt,
110 printf("%s%s:%d\n", txt, stringToPrint, prt);
114 printf("%s unprintable?\n", txt);
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 1028 const char *txt; local in function:addrname
1031 txt = inet_ntop(ap->adf_family, &ap->adf_addr, name,
1033 return txt;

Completed in 17 milliseconds