Searched refs:exports (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/serf/build/
H A Dgen_def.py54 exports = [ ]
56 exports.append(name)
58 exports.append(name)
59 return exports
/freebsd-10-stable/crypto/heimdal/lib/heimdal/
H A DNTMakefile61 DEFSRC= ..\asn1\libasn1-exports.def \
62 ..\wind\libwind-exports.def \
63 ..\hcrypto\libhcrypto-exports.def \
64 ..\hx509\libhx509-exports.def \
65 $(OBJDIR)\lib\krb5\libkrb5-exports.def
/freebsd-10-stable/include/rpcsvc/
H A Dmount.x137 typedef struct exportnode *exports;
141 exports ex_next;
197 exports
203 exports
255 exports
/freebsd-10-stable/usr.sbin/mountd/
H A DMakefile6 MAN= exports.5 netgroup.5 mountd.8
/freebsd-10-stable/etc/rc.d/
H A Dzfs29 if [ ! -r /etc/zfs/exports ]; then
30 touch /etc/zfs/exports
/freebsd-10-stable/contrib/binutils/ld/
H A Dpe-dll.c402 /* These correspond to the entries in pe_def_file->exports[]. I use
470 if (strcmp (d->exports[i].name, n) == 0)
592 /* If we are not building a DLL, when there are no exports
661 if (strchr (pe_def_file->exports[i].name, '@'))
666 int lead_at = (*pe_def_file->exports[i].name == '@');
667 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at);
674 pe_def_file->exports[i].name);
675 pe_def_file->exports[i].name = tmp;
684 if (is_import (pe_def_file->exports[i].name))
687 if (strchr (pe_def_file->exports[
[all...]
H A Ddeffile.h75 def_file_export *exports; member in struct:def_file
H A Ddeffilep.y348 if (def->exports)
352 if (def->exports[i].internal_name
353 && def->exports[i].internal_name != def->exports[i].name)
354 free (def->exports[i].internal_name);
355 if (def->exports[i].name)
356 free (def->exports[i].name);
358 free (def->exports);
430 fprintf (file, " exports:\n");
435 def->exports[
[all...]
/freebsd-10-stable/contrib/apr-util/
H A DMakefile.in55 CLEAN_TARGETS = exports.c export_vars.c aprutil.exp .make.dirs apu-config.out
62 exports.c build-outputs.mk \
103 exports.c: $(HEADERS)
109 aprutil.exp: exports.c export_vars.c
113 $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@
/freebsd-10-stable/contrib/amd/amd/
H A Damfs_host.c96 make_mntpt(char *mntpt, size_t l, const exports ex, const char *mf_mount)
191 exports *a = (exports *) x;
192 exports *b = (exports *) y;
308 exports exlist = 0, ex;
309 exports *ep = NULL;
411 * Figure out how many exports were returned
422 ep = (exports *) xmalloc(n_export * sizeof(exports));
[all...]
/freebsd-10-stable/contrib/apr/
H A DMakefile.in47 CLEAN_TARGETS = apr-config.out apr.exp exports.c export_vars.c .make.dirs \
106 exports.c: $(HEADERS)
112 apr.exp: exports.c export_vars.c
116 $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A DNTMakefile156 test-exports:
157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
159 test:: test-exports
/freebsd-10-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_rquotad.sh79 dd of=/rump/etc/exports 2> /dev/null
101 atf_check -s exit:0 mountd /rump/etc/exports
/freebsd-10-stable/contrib/gcc/
H A Dcollect2.c203 static struct head exports; /* list of exported symbols */
1072 /* We want to disable automatic exports on AIX when user
1248 if (exports.first)
1258 write_aix_file (exportf, exports.first);
1428 second link phase now. No new exports should have been added. */
1429 if (! exports.first)
1433 add_to_list (&exports, initname);
1434 add_to_list (&exports, fininame);
1435 add_to_list (&exports, "_GLOBAL__DI");
1436 add_to_list (&exports, "_GLOBAL__D
201 static struct head exports; /* list of exported symbols */ variable in typeref:struct:head
[all...]
/freebsd-10-stable/sbin/ggate/ggated/
H A Dggated.c61 #define GGATED_EXPORT_FILE "/etc/gg.exports"
104 static SLIST_HEAD(, ggd_export) exports = SLIST_HEAD_INITIALIZER(exports);
116 "[-R rcvbuf] [-S sndbuf] [exports file]\n", getprogname());
226 SLIST_INSERT_HEAD(&exports, ex, e_next);
228 g_gate_log(LOG_DEBUG, "Added %s/%u %s %s to exports list.",
237 while (!SLIST_EMPTY(&exports)) {
238 ex = SLIST_FIRST(&exports);
239 SLIST_REMOVE_HEAD(&exports, e_next);
256 g_gate_xlog("Cannot open exports fil
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dgen.c81 static struct sexport *exports = NULL; variable in typeref:struct:sexport
89 tmp->next = exports;
90 exports = tmp;
98 if (exports == NULL) /* no export list, all exported */
101 for (tmp = exports; tmp != NULL; tmp = tmp->next) {
/freebsd-10-stable/contrib/amd/fixmount/
H A Dfixmount.c63 static exports mntexports;
255 * it's exports list and prints them out.
266 exports exp;
/freebsd-10-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh181 dd of=/rump/etc/exports 2> /dev/null'
194 atf_check -s exit:0 mountd /rump/etc/exports
/freebsd-10-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh6 CONF=gg.exports
/freebsd-10-stable/contrib/amd/include/
H A Dam_xdr_func.h1023 bool_t xdr_exports(XDR *xdrs, exports *objp);
/freebsd-10-stable/contrib/amd/libamu/
H A Dxdr_func.c256 xdr_exports(XDR *xdrs, exports *objp)
/freebsd-10-stable/contrib/ldns/
H A Dltmain.sh5048 # 0x302f exports -- but will fail for DLLs whose name actually
9720 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
9969 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5048 # 0x302f exports -- but will fail for DLLs whose name actually
9720 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
9969 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
/freebsd-10-stable/contrib/binutils/
H A Dltmain.sh5544 func_echo "filter symbol list for \`$libname.la' to tag DATA exports"
5775 func_echo "filter symbol list for \`$libname.la' to tag DATA exports"
/freebsd-10-stable/contrib/libyaml/config/
H A Dltmain.sh7044 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
7284 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"

Completed in 900 milliseconds

12