HomeSort by: relevance | last modified time | path
    Searched refs:ef (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/am-utils/dist/fsinfo/
wr_bparam.c 54 write_nfsname(FILE *ef, fsmount *fp, char *hn)
60 fprintf(ef, "%s:%s", h, fp->f_volname);
70 write_boot_info(FILE *ef, host *hp)
74 fprintf(ef, "%s\troot=", hp->h_hostname);
75 errors += write_nfsname(ef, hp->h_netroot, hp->h_hostname);
76 fputs(" swap=", ef);
77 errors += write_nfsname(ef, hp->h_netswap, hp->h_hostname);
78 fputs("\n", ef);
93 FILE *ef = pref_open(bootparams_pref, "bootparams", info_hdr, "bootparams"); local
94 if (ef) {
    [all...]
wr_dumpset.c 51 write_dumpset_info(FILE *ef, qelem *q)
58 fprintf(ef, "%s\t%s:%-30s\t# %s\n",
77 FILE *ef = pref_open(dumpset_pref, "dumpsets", info_hdr, "exabyte dumpset"); local
78 if (ef) {
83 errors += write_dumpset_info(ef, hp->h_disk_fs);
86 errors += pref_close(ef);
wr_fstab.c 52 static void write_aix1_dkfstab(FILE *ef, disk_fs *dp);
53 static void write_aix1_dkrmount(FILE *ef, char *hn, fsmount *fp);
54 static void write_aix3_dkfstab(FILE *ef, disk_fs *dp);
55 static void write_aix3_dkrmount(FILE *ef, char *hn, fsmount *fp);
56 static int write_dkfstab(FILE *ef, qelem *q, void (*output) (FILE *, disk_fs *));
57 static int write_dkrmount(FILE *ef, qelem *q, char *hn, void (*output) (FILE *, char *, fsmount *));
58 static void write_generic_dkfstab(FILE *ef, disk_fs *dp);
59 static void write_generic_dkrmount(FILE *ef, char *hn, fsmount *fp);
60 static void write_ultrix_dkfstab(FILE *ef, disk_fs *dp);
61 static void write_ultrix_dkrmount(FILE *ef, char *hn, fsmount *fp)
319 FILE *ef = pref_open(fstab_pref, hp->h_hostname, gen_hdr, hp->h_hostname); local
    [all...]
wr_exportfs.c 51 write_export_info(FILE *ef, qelem *q, int errors)
57 fprintf(ef, "%s\t%s\n", mp->m_volname, mp->m_exportfs);
59 errors += write_export_info(ef, mp->m_mount, 0);
67 write_dkexports(FILE *ef, qelem *q)
74 errors += write_export_info(ef, dp->d_mount, 0);
92 FILE *ef = pref_open(exportfs_pref, hp->h_hostname, gen_hdr, hp->h_hostname); local
93 if (ef) {
95 errors += write_dkexports(ef, hp->h_disk_fs);
96 errors += pref_close(ef);
fsi_util.c 186 info_hdr(FILE *ef, char *info)
188 fprintf(ef, "# *** NOTE: This file contains %s info\n", info);
193 gen_hdr(FILE *ef, char *hn)
195 fprintf(ef, "# *** NOTE: Only for use on %s\n", hn);
274 FILE *ef; local
278 ef = fopen(p, "w");
279 if (ef) {
280 (*hdr) (ef, arg);
281 make_banner(ef);
286 return ef;
    [all...]
fsinfo.h 87 extern void gen_hdr(FILE *ef, char *hn);
88 extern void info_hdr(FILE *ef, char *info);
  /src/sys/arch/amd64/include/
profile.h 116 u_long ef; local
118 __asm volatile("pushfq; popq %0" : "=r" (ef));
119 return (ef);
123 mcount_write_psl(u_long ef)
125 __asm volatile("pushq %0; popfq" : : "r" (ef));
  /src/sys/arch/i386/include/
profile.h 96 u_long ef; local
98 __asm volatile("pushfl; popl %0" : "=r" (ef));
99 return (ef);
103 mcount_write_psl(u_long ef)
105 __asm volatile("pushl %0; popfl" : : "r" (ef));
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_new.c 63 const ASN1_EXTERN_FUNCS *ef; local
76 ef = it->funcs;
77 if (ef != NULL) {
78 if (ef->asn1_ex_new_ex != NULL) {
79 if (!ef->asn1_ex_new_ex(pval, it, libctx, propq))
81 } else if (ef->asn1_ex_new != NULL) {
82 if (!ef->asn1_ex_new(pval, it))
174 const ASN1_EXTERN_FUNCS *ef; local
179 ef = it->funcs;
180 if (ef && ef->asn1_ex_clear
    [all...]
tasn_fre.c 31 const ASN1_EXTERN_FUNCS *ef; local
81 ef = it->funcs;
82 if (ef && ef->asn1_ex_free)
83 ef->asn1_ex_free(pval, it);
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_new.c 64 const ASN1_EXTERN_FUNCS *ef; local
77 ef = it->funcs;
78 if (ef != NULL) {
79 if (ef->asn1_ex_new_ex != NULL) {
80 if (!ef->asn1_ex_new_ex(pval, it, libctx, propq))
82 } else if (ef->asn1_ex_new != NULL) {
83 if (!ef->asn1_ex_new(pval, it))
176 const ASN1_EXTERN_FUNCS *ef; local
181 ef = it->funcs;
182 if (ef && ef->asn1_ex_clear
    [all...]
tasn_fre.c 31 const ASN1_EXTERN_FUNCS *ef; local
81 ef = it->funcs;
82 if (ef && ef->asn1_ex_free)
83 ef->asn1_ex_free(pval, it);
  /src/distrib/utils/embedded/
usermode 63 ./netbsd disk=${image} disk=${pkgs} net=tap0,00:00:de:ad:be:ef
  /src/usr.bin/mail/
main.c 187 const char *ef; local
222 ef = NULL;
302 ef = argv[optind++];
304 ef = "&";
391 if (ef != NULL && to != NULL) {
445 if (ef == NULL)
446 ef = "%";
447 if (setfile(ef) < 0)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_fre.c 31 const ASN1_EXTERN_FUNCS *ef; local
81 ef = it->funcs;
82 if (ef && ef->asn1_ex_free)
83 ef->asn1_ex_free(pval, it);
tasn_new.c 45 const ASN1_EXTERN_FUNCS *ef; local
62 ef = it->funcs;
63 if (ef && ef->asn1_ex_new) {
64 if (!ef->asn1_ex_new(pval, it))
171 const ASN1_EXTERN_FUNCS *ef; local
176 ef = it->funcs;
177 if (ef && ef->asn1_ex_clear)
178 ef->asn1_ex_clear(pval, it)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
enum-flags-selftests.c 74 static EnumFlag ef ATTRIBUTE_UNUSED;
94 /* RE/EF -> underlying (explicit) */
98 /* RE/EF -> int (explicit) */
112 /* other -> EF. */
198 CHECK_VALID (false, void, ef |= RawEnum2 ())
199 CHECK_VALID (false, void, ef &= RawEnum2 ())
200 CHECK_VALID (false, void, ef ^= RawEnum2 ())
201 CHECK_VALID (true, EnumFlag&, ef |= EnumFlag ())
202 CHECK_VALID (true, EnumFlag&, ef &= EnumFlag ())
203 CHECK_VALID (true, EnumFlag&, ef ^= EnumFlag ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
enum-flags-selftests.c 61 DEF_ENUM_FLAGS_TYPE (RE, EF);
67 static_assert (std::is_trivially_copyable<EF>::value);
74 static EF ef ATTRIBUTE_UNUSED;
86 CHECK_VALID_EXPR_6 (EF, RE, EF2, RE2, UEF, URE, VALID, EXPR_TYPE, EXPR)
92 /* RE/EF -> underlying (explicit) */
94 CHECK_VALID (true, und, und (EF ()))
96 /* RE/EF -> int (explicit) */
98 CHECK_VALID (true, int, int (EF ()))
108 CHECK_VALID (false, void, RE (EF ()))
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regex.c 30 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef)
  /src/external/lgpl3/mpfr/dist/tests/
tset_z_2exp.c 142 mpfr_exp_t ef, emin, emax; local
146 ef = i == 0 ? 0 : mpfr_get_exp (f1);
147 for (emin = ef - 2; emin <= ef + 2; emin++)
148 for (emax = emin; emax <= ef + 2; emax++)
tget_z.c 164 mpfr_exp_t ef; local
168 ef = MPFR_GET_EXP (f);
169 set_emin (ef);
170 set_emax (ef);
  /src/lib/libutil/
efun.c 59 esetfunc(void (*ef)(int, const char *, ...)))(int, const char *, ...)
62 efunc = ef == NULL ? eexit : ef;
  /src/tests/lib/libutil/
t_efun.c 45 handler(int ef, const char *fmt, ...)
  /src/external/gpl3/gcc/dist/gcc/
digraph.cc 145 test_edge *ef = g.add_test_edge (e, f); local
207 ASSERT_EQ (path_to_f.m_edges[1], ef);
249 ASSERT_EQ (path_to_b.m_edges[1], ef);
260 ASSERT_EQ (path_to_e.m_edges[0], ef);
  /src/external/gpl3/gcc.old/dist/gcc/
digraph.cc 145 test_edge *ef = g.add_test_edge (e, f); local
207 ASSERT_EQ (path_to_f.m_edges[1], ef);
249 ASSERT_EQ (path_to_b.m_edges[1], ef);
260 ASSERT_EQ (path_to_e.m_edges[0], ef);

Completed in 33 milliseconds

1 2 3 4 5