Searched refs:txt (Results 1 - 25 of 148) sorted by relevance

123456

/freebsd-9.3-release/usr.sbin/ntp/doc/scripts/
H A DMakefile8 FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \
9 confopt.txt external.txt footer.txt hand.txt instal
[all...]
/freebsd-9.3-release/sys/modules/splash/
H A DMakefile3 SUBDIR= bmp pcx txt
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c36 handle_comment(char * txt);
39 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir);
42 handle_directive(tOptions * opts, char * txt);
45 aoflags_directive(tOptions * opts, char * txt);
48 program_directive(tOptions * opts, char * txt);
51 handle_section(tOptions * opts, char * txt);
63 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir);
66 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ);
69 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ);
72 parse_value(char const * txt, tOptionValu
81 skip_unkn(char const * txt) argument
126 char * txt = text_mmap(fname, PROT_READ, MAP_PRIVATE, &cfgfile); local
501 handle_comment(char * txt) argument
516 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir) argument
600 handle_directive(tOptions * opts, char * txt) argument
652 aoflags_directive(tOptions * opts, char * txt) argument
682 program_directive(tOptions * opts, char * txt) argument
728 handle_section(tOptions * opts, char * txt) argument
918 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir) argument
1202 parse_attrs(tOptions * opts, char const * txt, tOptionLoadMode * pMode, tOptionValue * pType) argument
1283 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) argument
1302 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ) argument
1319 parse_value(char const * txt, tOptionValue * typ) argument
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/conf/
H A DMakefile8 LICENSE= licenses/bsd-en.txt licenses/intel-en.txt licenses/nvidia-en.txt
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c51 unsigned const char *txt = (unsigned const char *) str; local
54 if (txt == 0 || *txt == '\0' || code == 0)
61 unsigned char cmp = *txt;
68 if (*(++txt) == '\0') {
82 SET_TRY(ptr, txt);
95 SET_TRY(ptr, txt);
101 while (*txt) {
114 SET_TRY(ptr, txt);
/freebsd-9.3-release/share/snmp/mibs/
H A DMakefile3 FILES= FREEBSD-MIB.txt
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.D_MACRO_UNUSED.overflow.ksh63 2>/var/tmp/err.$$.txt
70 grep "D_MACRO_UNUSED" /var/tmp/err.$$.txt >/dev/null 2>&1
73 /bin/rm -f /var/tmp/err.$$.txt
78 /bin/rm -f /var/tmp/err.$$.txt
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dspf_99.c127 dns_rdata_spf_t *txt = source; local
133 REQUIRE(txt->common.rdtype == type);
134 REQUIRE(txt->common.rdclass == rdclass);
135 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
140 region.base = txt->txt;
141 region.length = txt->txt_len;
150 return (mem_tobuffer(target, txt
155 dns_rdata_spf_t *txt = target; local
178 dns_rdata_spf_t *txt = source; local
[all...]
H A Dtxt_16.c134 dns_rdata_txt_t *txt = source; local
140 REQUIRE(txt->common.rdtype == type);
141 REQUIRE(txt->common.rdclass == rdclass);
142 REQUIRE(txt->txt != NULL && txt->txt_len != 0);
147 region.base = txt->txt;
148 region.length = txt->txt_len;
157 return (mem_tobuffer(target, txt
162 dns_rdata_txt_t *txt = target; local
185 dns_rdata_txt_t *txt = source; local
[all...]
H A Dspf_99.h31 unsigned char *txt; member in struct:dns_rdata_spf
H A Dtxt_16.h32 unsigned char *txt; member in struct:dns_rdata_txt
/freebsd-9.3-release/contrib/dialog/samples/
H A Dchecklist99 $DIALOG "$@" --file checklist9.txt 2>$tempfile
/freebsd-9.3-release/tools/tools/bus_autoconf/
H A Dbus_autoconf.sh44 rm -f bus_autoconf_args.txt
58 [ -f "usb_host_id,${G}" ] && (echo -n " -i usb_host_id,${G}" >> bus_autoconf_args.txt)
62 [ -f "usb_device_id,${G}" ] && (echo -n " -i usb_device_id,${G}" >> bus_autoconf_args.txt)
66 [ -f "usb_dual_id,${G}" ] && (echo -n " -i usb_dual_id,${G}" >> bus_autoconf_args.txt)
71 bus_autoconf -F bus_autoconf_format.bin $(cat bus_autoconf_args.txt)
75 $(cat bus_autoconf_args.txt) \
76 bus_autoconf_args.txt \
/freebsd-9.3-release/sys/modules/cxgbe/t4_firmware/
H A DMakefile9 FIRMWS = ${KMOD}.txt:${KMOD}:1.0.0.0
12 # t4fw_cfg_<name>.txt
13 CFG_FILES != cd ${T4FW} && echo ${KMOD}_*.txt
16 FIRMWS += ${F}:${F:C/.txt//}:1.0.0.0
/freebsd-9.3-release/sys/modules/cxgbe/t5_firmware/
H A DMakefile9 FIRMWS = ${KMOD}.txt:${KMOD}:1.0.0.0
12 # t5fw_cfg_<name>.txt
13 CFG_FILES != cd ${T5FW} && echo ${KMOD}_*.txt
16 FIRMWS += ${F}:${F:C/.txt//}:1.0.0.0
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DMakefile15 BMIBS= BRIDGE-MIB.txt BEGEMOT-BRIDGE-MIB.txt RSTP-MIB.txt
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dresult.c116 register_table(unsigned int base, unsigned int nresults, const char **txt, argument
123 REQUIRE(txt != NULL);
134 table->text = txt;
174 const char *txt, *default_text; local
181 txt = NULL;
193 txt = isc_msgcat_get(table->msgcat, table->set,
198 if (txt == NULL)
199 txt = isc_msgcat_get(isc_msgcat, ISC_RESULT_UNAVAILABLESET,
204 return (txt);
209 const char **txt, isc_msgcat_
208 isc_result_register(unsigned int base, unsigned int nresults, const char **txt, isc_msgcat_t *msgcat, int set) argument
[all...]
/freebsd-9.3-release/release/doc/share/misc/
H A Dman2hwnotes.pl54 my $archlist_file = "dev.archlist.txt";
232 my $txt = $1;
242 $txt =~ s/"(.*)"/$1/;
247 if ($mdocvars{it_nr} == 1 && $txt =~ m/^(Em|Sy) /) {
252 $txt =~ s/ Ta /\t/g;
253 $txt =~ s/([^\t]+)\t.*/$1/;
257 $txt =~ s/^Li //g;
259 parabuf_addline(\%mdocvars, normalize($txt));
288 my ($txt, $punct_str) = split_punct_chars($1);
290 parabuf_addline(\%mdocvars, normalize($txt
[all...]
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Dreduce.sh23 -f ${1}/_.mtree -f $2/_.mtree > $2/_.mtree.all.txt || true
24 grep '^ ' $2/_.mtree.all.txt > $4/$3.mtree.chg.txt || true
25 grep '^[^ ]' $2/_.mtree.all.txt > $4/$3.mtree.sub.txt || true
26 grep '^ [^ ]' $2/_.mtree.all.txt > $4/$3.mtree.add.txt || true
27 a=`wc -l < $4/$3.mtree.add.txt`
28 s=`wc -l < $4/$3.mtree.sub.txt`
29 c=`wc -l < $4/$3.mtree.chg.txt`
[all...]
/freebsd-9.3-release/bin/ed/
H A Dsub.c117 const char *txt; local
134 txt = rbuf;
138 if ((txt = put_sbuf_line(txt)) == NULL) {
148 } while (txt != eot);
175 char *txt; local
178 if ((txt = get_sbuf_line(lp)) == NULL)
181 NUL_TO_NEWLINE(txt, lp->len);
182 eot = txt + lp->len;
183 if (!regexec(pat, txt, SE_MA
[all...]
/freebsd-9.3-release/contrib/cvs/doc/
H A DMakefile.am33 cvs.txt \
34 cvsclient.txt
60 txt: $(TXTS)
61 .PHONY: txt
69 cvs.txt: cvs.texinfo $(srcdir)/version.texi
70 cvsclient.txt: cvsclient.texi $(srcdir)/version-client.texi
104 SUFFIXES = .txt
105 .texinfo.txt:
108 .txi.txt:
111 .texi.txt
[all...]
/freebsd-9.3-release/release/powerpc/
H A Dgenerate-hfs.sh31 cat > bootinfo.txt << EOF
35 <VERSION> $FreeBSD: head/sys/boot/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
49 hcopy bootinfo.txt :bootinfo.txt
51 hattrib -c chrp -t tbxi bootinfo.txt
54 rm bootinfo.txt
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_atm/
H A DMakefile13 BMIBS= BEGEMOT-ATM.txt BEGEMOT-ATM-FREEBSD-MIB.txt
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dip_addr.h32 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A DMakefile10 BMIBS= BEGEMOT-NETGRAPH.txt

Completed in 141 milliseconds

123456