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

/freebsd-10-stable/usr.bin/sort/
H A Dvsort.c71 bool expect_alpha, sfx; local
73 sfx = false;
82 sfx = false;
85 if (!sfx) {
86 sfx = true;
90 sfx = false;
108 sfx = false;
111 if (!sfx)
/freebsd-10-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-10-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-10-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-10-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-10-stable/crypto/openssl/engines/ccgost/
H A DMakefile50 *DSO_BEOS*) sfx=".so";; \
51 *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
52 *DSO_DL*) sfx=".sl";; \
53 *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
54 *) sfx=".bad";; \
56 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
58 sfx=".so"; \
59 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
61 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx
[all...]
/freebsd-10-stable/usr.bin/limits/
H A Dlimits.c73 const char * sfx; member in struct:__anon2226::__anon2227
252 const char *pfx, const char *sfx, const char *which);
508 shellparm[shelltype].lprm[rcswhich].sfx,
516 shellparm[shelltype].lprm[rcswhich].sfx,
524 shellparm[shelltype].lprm[rcswhich].sfx,
547 print_limit(rlim_t limit, unsigned divisor, const char * inf, const char * pfx, const char * sfx, const char * which) argument
556 printf(sfx, which);
/freebsd-10-stable/crypto/openssl/engines/
H A DMakefile116 *DSO_BEOS*) sfx=".so";; \
117 *DSO_DLFCN*) sfx=`expr "$(SHLIB_EXT)" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
118 *DSO_DL*) sfx=".sl";; \
119 *DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
120 *) sfx=".bad";; \
122 cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
124 sfx=".so"; \
125 cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
127 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx
[all...]
/freebsd-10-stable/sbin/geom/misc/
H A Dsubr.c159 goto sfx;
165 sfx:
/freebsd-10-stable/sys/dev/cfi/
H A Dcfi_core.c157 static const char *sfx[] = { "", "K", "M", "G" }; local
166 sprintf(buf, "%u%sB", sz, sfx[sfxidx]);
/freebsd-10-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 370 milliseconds