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

1 2 3 4 5 6 7

  /src/etc/rc.d/
mountd 14 required_files="/etc/exports"
23 if [ ! -r /etc/zfs/exports ]; then
24 touch /etc/zfs/exports
26 rc_flags="${rc_flags} /etc/exports /etc/zfs/exports"
  /src/lib/librpcsvc/
mount.x 130 typedef struct exportnode *exports;
134 exports ex_next;
190 exports
196 exports
247 exports
  /src/crypto/external/bsd/heimdal/dist/lib/heimdal/
NTMakefile 66 DEFSRC= ..\asn1\libasn1-exports.def \
67 ..\wind\libwind-exports.def \
68 ..\hcrypto\libhcrypto-exports.def \
69 ..\hx509\libhx509-exports.def \
70 $(OBJDIR)\lib\krb5\libkrb5-exports.def
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
NTMakefile 56 -def:libcom_err-exports.def
88 test-exports:
89 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libcom_err-exports.def
91 test:: test-exports
  /src/crypto/external/bsd/heimdal/dist/lib/ntlm/
NTMakefile 58 $(DLLGUILINK) -def:libheimntlm-exports.def -implib:$(LIBHEIMNTLM)
87 test-exports:
88 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libheimntlm-exports.def
90 test:: test-exports
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 560 /* These correspond to the entries in pe_def_file->exports[]. I use
630 /* Return false if n is in the d->exports table. */
632 && bsearch (&key, d->exports, d->num_exports,
633 sizeof (pe_def_file->exports[0]), pe_export_sort))
894 if (pe_def_file->exports[i].name[0] != '?'
895 && strchr (pe_def_file->exports[i].name, '@'))
900 int lead_at = (*pe_def_file->exports[i].name == '@');
901 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at);
908 pe_def_file->exports[i].name);
909 pe_def_file->exports[i].name = tmp
    [all...]
deffile.h 85 /* From the EXPORTS commands. */
88 def_file_export *exports; member in struct:def_file
deffilep.y 126 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL
155 | EXPORTS explist
256 | EXPORTS { $$ = "EXPORTS"; }
260 for libtool, which places this command after EXPORTS command.
463 if (fdef->exports[i].internal_name != fdef->exports[i].name)
464 free (fdef->exports[i].internal_name);
465 free (fdef->exports[i].name);
466 free (fdef->exports[i].its_name)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 533 /* These correspond to the entries in pe_def_file->exports[]. I use
603 /* Return false if n is in the d->exports table. */
605 && bsearch (&key, d->exports, d->num_exports,
606 sizeof (pe_def_file->exports[0]), pe_export_sort))
859 if (pe_def_file->exports[i].name[0] != '?'
860 && strchr (pe_def_file->exports[i].name, '@'))
865 int lead_at = (*pe_def_file->exports[i].name == '@');
866 char *tmp = xstrdup (pe_def_file->exports[i].name + lead_at);
873 pe_def_file->exports[i].name);
874 pe_def_file->exports[i].name = tmp
    [all...]
deffile.h 85 /* From the EXPORTS commands. */
88 def_file_export *exports; member in struct:def_file
deffilep.y 126 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL
155 | EXPORTS explist
256 | EXPORTS { $$ = "EXPORTS"; }
260 for libtool, which places this command after EXPORTS command.
464 if (fdef->exports[i].internal_name != fdef->exports[i].name)
465 free (fdef->exports[i].internal_name);
466 free (fdef->exports[i].name);
467 free (fdef->exports[i].its_name)
    [all...]
  /src/usr.sbin/mountd/
Makefile 10 MAN= exports.5 mountd.8
  /src/external/bsd/libfido2/dist/man/
check.sh 17 cut -c2- ../src/export.llvm | sort > "$T/exports"
18 (cd "$T" && diff -u Nm exports)
39 done < "$T/exports" | sort > "$T/actual_prototypes"
42 (cd "$T" && rm files Nm Fn exports listed_sources actual_sources \
  /src/external/bsd/am-utils/dist/amd/
amfs_host.c 98 make_mntpt(char *mntpt, size_t l, const exports ex, const char *mf_mount)
193 exports *a = (exports *) x;
194 exports *b = (exports *) y;
310 exports exlist = 0, ex;
311 exports *ep = NULL;
413 * Figure out how many exports were returned
424 ep = (exports *) xmalloc(n_export * sizeof(exports));
    [all...]
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_aix3.h 175 typedef struct exports *exports; typedef in typeref:struct:exports
176 typedef struct exports exportnode;
nfs_prot_aix4.h 173 typedef struct exports *exports; typedef in typeref:struct:exports
174 typedef struct exports exportnode;
nfs_prot_aix4_2.h 178 typedef struct exports *exports; typedef in typeref:struct:exports
179 typedef struct exports exportnode;
nfs_prot_irix6.h 168 typedef struct exports *exports; typedef in typeref:struct:exports
169 typedef struct exports exportnode;
477 struct exports { struct
481 struct exports *ex_next;
492 extern bool_t xdr_exports(XDR *, struct exports **);
nfs_prot_bsdi2.h 157 typedef struct exports *exports; typedef in typeref:struct:exports
158 typedef struct exports exportnode;
438 struct exports { struct
441 exports ex_next;
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
NTMakefile 132 $(DLLGUILINK) -def:libhdb-exports.def -implib:$(LIBHDB)
188 test-exports:
189 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libhdb-exports.def
191 test:: test-exports
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
NTMakefile 156 test-exports:
157 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libwind-exports.def
159 test:: test-exports
  /src/tests/fs/nfs/
t_rquotad.sh 111 dd of=/rump/etc/exports 2> /dev/null
134 atf_check -s exit:0 mountd /rump/etc/exports
  /src/usr.bin/make/unit-tests/
directive-export-literal.mk 3 # Tests for the .export-literal directive, which exports a variable value
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
NTMakefile 222 $(DLLGUILINK) -implib:$(LIBKADM5SRV) -def:libkadm5srv-exports.def
255 EXPORTS
276 test-exports:
277 $(PERL) ..\..\cf\w32-check-exported-symbols.pl --vs version-script.map --def libkadm5srv-exports.def
279 test:: test-exports
  /src/tests/fs/nfs/nfsservice/
Makefile 10 # install pre-generated /etc/exports
11 FILES+= exports

Completed in 39 milliseconds

1 2 3 4 5 6 7