Searched refs:sfx (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.bin/sort/
H A Dvsort.c73 bool expect_alpha, sfx; local
75 sfx = false;
84 sfx = false;
87 if (!sfx) {
88 sfx = true;
92 sfx = false;
110 sfx = false;
113 if (!sfx)
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/awk/
H A Dt_awk.sh36 for sfx in in out awk; do
37 cp -r $(atf_get_srcdir)/$fname.$sfx .
72 for sfx in out awk; do
73 cp -r $(atf_get_srcdir)/d_string1.$sfx .
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dmem.h166 #define ISCMEMFUNC(sfx) isc___mem_ ## sfx
167 #define ISCMEMPOOLFUNC(sfx) isc___mempool_ ## sfx
169 #define ISCMEMFUNC(sfx) isc__mem_ ## sfx
170 #define ISCMEMPOOLFUNC(sfx) isc__mempool_ ## sfx
/freebsd-11-stable/tools/tools/vop_table/
H A Dvop_table.tcl114 set sfx [lindex [split $j _] 1]
124 } elseif { $t == "${pfx}_${sfx}" } {
126 } elseif { $t == "vop_${sfx}" } {
128 } elseif { $t == "vop_no${sfx}" } {
130 } elseif { $t == "vop_std${sfx}" } {
132 } elseif { $sfx == "cachedlookup" && $t == "${pfx}_lookup" } {
194 set sfx [lindex [split $j _] 1]
199 if {$v != "vop_std$sfx"} {
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh62 sfx=
65 sfx="${sfx}${sfx:+ }${1}"
72 oneline "${pfx}" "$i" "${sfx}" $quote
H A Dt_here.sh247 (*) pfx=${end%??????}; sfx=${end#??????}
249 'x=$(cat <<'"'${end}'${nl}text${nl}${end}${sfx}${nl}${end}${nl}"'); printf %s "$x"' \
250 "text ${end}${sfx}" 0
255 'x=$(cat <<'"'${end}'${nl}text${nl}${pfx}${sfx}${nl}${end}${nl}"'); printf %s "$x"' \
256 "text ${pfx}${sfx}" 0
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A DMakefile49 sfx=".so"; \
50 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
53 *DSO_BEOS*) sfx=".so";; \
54 *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
55 *DSO_DL*) sfx=".sl";; \
56 *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
57 *) sfx=".bad";; \
59 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
61 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx
[all...]
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c74 const char * sfx; member in struct:__anon8633::__anon8634
263 const char *pfx, const char *sfx, const char *which);
520 shellparm[shelltype].lprm[rcswhich].sfx,
528 shellparm[shelltype].lprm[rcswhich].sfx,
536 shellparm[shelltype].lprm[rcswhich].sfx,
559 print_limit(rlim_t limit, unsigned divisor, const char * inf, const char * pfx, const char * sfx, const char * which) argument
568 printf(sfx, which);
/freebsd-11-stable/crypto/openssl/engines/
H A DMakefile115 sfx=".so"; \
116 cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
119 *DSO_BEOS*) sfx=".so";; \
120 *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
121 *DSO_DL*) sfx=".sl";; \
122 *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
123 *) sfx=".bad";; \
125 cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
127 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx
[all...]
/freebsd-11-stable/sbin/geom/misc/
H A Dsubr.c161 goto sfx;
167 sfx:
/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl1962 my ($src0,$sfx,$bias);
1967 $sfx = "";
1984 $sfx = "x";
2180 .size ecp_nistz256_point_double$sfx,.-ecp_nistz256_point_double$sfx
2187 my ($src0,$sfx,$bias);
2197 $sfx = "";
2214 $sfx = "x";
2548 .size ecp_nistz256_point_add$sfx,.-ecp_nistz256_point_add$sfx
[all...]
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_core.c172 static const char *sfx[] = { "", "K", "M", "G" }; local
181 sprintf(buf, "%u%sB", sz, sfx[sfxidx]);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c575 print_interface(const endpt *iface, const char *pfx, const char *sfx) argument
595 sfx);

Completed in 201 milliseconds