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

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dmem.h157 #define ISCMEMFUNC(sfx) isc___mem_ ## sfx
158 #define ISCMEMPOOLFUNC(sfx) isc___mempool_ ## sfx
160 #define ISCMEMFUNC(sfx) isc__mem_ ## sfx
161 #define ISCMEMPOOLFUNC(sfx) isc__mempool_ ## sfx
/freebsd-9.3-release/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-9.3-release/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-9.3-release/usr.bin/limits/
H A Dlimits.c73 const char * sfx; member in struct:__anon10784::__anon10785
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-9.3-release/crypto/openssl/engines/
H A DMakefile100 *DSO_DLFCN*) sfx="so";; \
101 *DSO_DL*) sfx="sl";; \
102 *) sfx="bad";; \
104 cp lib$$l.$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/lib$$l.$$sfx.new; \
106 sfx="so"; \
107 cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/lib$$l.$$sfx.new; \
109 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/lib$$l.$$sfx.new; \
110 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/lib$$l.$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/lib$$l.$$sfx ); \
[all...]
/freebsd-9.3-release/sbin/geom/misc/
H A Dsubr.c159 goto sfx;
165 sfx:
/freebsd-9.3-release/sys/dev/cfi/
H A Dcfi_core.c121 static const char *sfx[] = { "", "K", "M", "G" }; local
130 sprintf(buf, "%u%sB", sz, sfx[sfxidx]);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c571 print_interface(const endpt *iface, const char *pfx, const char *sfx) argument
591 sfx);

Completed in 218 milliseconds