Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 25 of 163) sorted by path

1234567

/freebsd/contrib/bmake/mk/
H A Dmeta2deps.sh220 tf=/tmp/m2d$$-$USER
221 rm -f $tf.*
224 > $tf.dirdep
225 > $tf.qual
226 > $tf.srcdep
227 > $tf.srcrel
228 > $tf.dpdeps
379 echo $dir >> $tf.srcdep
406 done > $tf.dirdep
424 for f in $tf.dirdep $tf.qual $tf.srcdep
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk9 tf:= .${.PARSEFILE:R}
14 CLEANFILES= ${tf}*
24 tests= ${tf}.cmp ${tf}.nocmp ${tf}.cmp2
25 filter_tests= ${tf}.filter
27 ${tf}.cmp:
30 ${tf}.nocmp: .NOMETA_CMP
35 ${tf}.cmp2:
46 ${tf}.filter: .MAKE.META.CMP_FILTER= ${COMPILER_WRAPPERS:S,^,N,}
49 ${tf}.filter:
/freebsd/contrib/file/magic/Magdir/
H A Dxenix15 # URL: http://www.polarhome.com/service/man/?qf=86rel&tf=2&of=Xenix
/freebsd/contrib/file/src/
H A Dis_csv.c94 size_t nf = 0, tf = 0, nl = 0; in csv_parse() local
106 DPRINTF("%zu %zu %zu\n", nl, nf, tf); in csv_parse()
110 return tf != 0 && tf == nf; in csv_parse()
112 if (tf == 0) { in csv_parse()
117 tf = nf; in csv_parse()
118 } else if (tf != nf) { in csv_parse()
128 return tf && nl >= 2; in csv_parse()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp856 TransferFunctions tf(vals, cfg, block, ac, classification, handler); in runOnBlock() local
859 tf.Visit(const_cast<Stmt *>(cs->getStmt())); in runOnBlock()
864 tf.Visit(as); in runOnBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def11 // functions use "xf" and 128-bit use "tf".
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrFormats.td801 class BC1F_FM_MM<bits<5> tf> : MMArch {
808 let Inst{25-21} = tf;
H A DMipsInstrFormats.td782 class BC1F_FM<bit nd, bit tf> : StdArch {
792 let Inst{16} = tf;
832 class CMov_F_I_FM<bit tf> : StdArch {
843 let Inst{16} = tf;
849 class CMov_F_F_FM<bits<5> fmt, bit tf> : StdArch {
860 let Inst{16} = tf;
H A DMipsScheduleGeneric.td798 // c.<cc>.[ds], bc1[tf], bc1[tf]l
H A DMipsScheduleP5600.td328 // abs.[ds], abs.ps, bc1[tf]l?, mov[tf].[ds], mov[tf], mov.[ds], [cm][ft]c1,
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c351 int tf = extended_captype(from, n); in invalid_merge() local
354 && tf <= STRING in invalid_merge()
355 && (tt == STRING) != (tf == STRING)) { in invalid_merge()
362 name_of_captype(tf), in invalid_merge()
368 name_of_captype(tf), in invalid_merge()
373 name_of_captype(tf), in invalid_merge()
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3671 rdgIy6j7qeDePD/KetIJS7OzJCXLm9H0GVSv8UOeDOv//N9/9+tf+V98vT2SmP0C
/freebsd/contrib/openpam/t/
H A Dt_openpam_dispatch.c63 struct t_file *tf; variable
70 tf = t_fopen(NULL);
71 t_fprintf(tf, "# empty policy\n");
72 pam_err = pam_start(tf->name, "test", &pamc, &pamh);
101 t_fclose(tf);
130 struct t_file *tf; variable
141 tf = t_fopen(NULL);
143 t_fprintf(tf, "%s %s %s error=%s\n",
149 pam_err = pam_start(tf->name, "test", &pamc, &pamh);
152 t_fclose(tf);
[all …]
H A Dt_openpam_readlinev.c161 t_fclose(tf);
174 t_fclose(tf);
187 t_fclose(tf);
200 t_fclose(tf);
213 t_fclose(tf);
226 t_fclose(tf);
240 t_fclose(tf);
258 t_fclose(tf);
271 t_fclose(tf);
287 t_fclose(tf);
[all …]
H A Dt_openpam_readword.c123 t_fclose(tf);
136 t_fclose(tf);
149 t_fclose(tf);
162 t_fclose(tf);
175 t_fclose(tf);
188 t_fclose(tf);
201 t_fclose(tf);
214 t_fclose(tf);
227 t_fclose(tf);
240 t_fclose(tf);
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10596 Fix error recovery in queueup if another tf file of the same
/freebsd/contrib/sendmail/src/
H A Dqueue.c365 char tf[MAXPATHLEN]; local
388 (void) sm_strlcpy(tf, queuename(e, NEWQFL_LETTER), sizeof(tf));
398 (void) sm_strlcpy(tf, queuename(e, ANYQFL_LETTER), sizeof(tf));
413 tf, (long) geteuid(), tfd, (void *)tfp);
436 tf, (long) geteuid(),
450 if (lockfile(tfd, tf, NULL, LOCK_EX|LOCK_NB))
457 tf, sm_errstring(errno));
482 tf, (long) geteuid());
917 if (rename(tf, qf) < 0)
919 tf, qf, (long) geteuid());
[all …]
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh1059 N/{-x*f,--file}/'`tar -tf $:-1`'/ \
/freebsd/contrib/tzdata/
H A Deurope1706 # http://www.inrim.it/res/tf/ora_legale_i.shtml
1707 # [now at http://oldsite.inrim.it/res/tf/ora_legale_i.shtml as of 2017]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c2814 struct wpa_tdls_frame *tf; in wpa_supplicant_rx_tdls() local
2830 if (len < sizeof(*tf)) { in wpa_supplicant_rx_tdls()
2836 tf = (struct wpa_tdls_frame *) buf; in wpa_supplicant_rx_tdls()
2837 if (tf->payloadtype != 2 /* TDLS_RFTYPE */ || in wpa_supplicant_rx_tdls()
2838 tf->category != WLAN_ACTION_TDLS) { in wpa_supplicant_rx_tdls()
2841 tf->payloadtype, tf->category, tf->action); in wpa_supplicant_rx_tdls()
2845 switch (tf->action) { in wpa_supplicant_rx_tdls()
2864 tf->action); in wpa_supplicant_rx_tdls()
/freebsd/crypto/heimdal/appl/afsutil/
H A Dpagsh.c101 char tf[1024]; in main() local
141 snprintf(tf, sizeof(tf), "%s:%s", krb5_cc_get_type(context, id), name); in main()
149 esetenv("KRB5CCNAME", tf, 1); in main()
153 snprintf (tf, sizeof(tf), "%s_XXXXXX", TKT_ROOT); in main()
154 f = mkstemp (tf); in main()
158 unlink (tf); in main()
159 esetenv("KRBTKFILE", tf, 1); in main()
/freebsd/crypto/openssh/regress/
H A Dmatch-subsystem.sh12 ${SSHD} -tf $OBJ/sshd_proxy || fatal "$_id: bad config"
/freebsd/lib/libc/gen/
H A Dgetttyent.c43 static FILE *tf; variable
126 if (!tf && !setttyent()) in getttyent()
129 if (!fgets(p = line, lbsize, tf)) in getttyent()
132 while (!strchr(p, '\n') && !feof(tf)) { in getttyent()
140 if (!fgets(&line[i], lbsize - i, tf)) in getttyent()
266 if (tf) { in setttyent()
267 rewind(tf); in setttyent()
269 } else if ( (tf = fopen(_PATH_TTYS, "re")) ) in setttyent()
283 if (tf) { in endttyent()
284 rval = (fclose(tf) != EOF); in endttyent()
[all …]
/freebsd/lib/libc/tests/nss/
H A Dtestutil.h300 int (*tf)(struct ent *, void *), \
304 rv = __##ent##_test_data_foreach(td, tf, mdata); \
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c66 tf = -1.21486290535849608095514557177691584e-01L, variable
285 r += tf + p; break; in lgammal_r()

1234567