Searched refs:export (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-10.1-release/sys/fs/cd9660/
H A Dcd9660_mount.h43 struct oexport_args export; /* network export info */ member in struct:iso_args
/freebsd-10.1-release/contrib/bmake/mk/
H A Dhost-target.mk7 .export _HOST_OSNAME
11 .export _HOST_OSREL
19 .export _HOST_ARCH
H A Dsrctop.mk52 .export SRCTOP
65 .export OBJTOP
H A Dmeta.sys.mk32 .export UPDATE_DEPENDFILE
37 .export META_MODE
80 .export META2DEPS
H A Dsys.clean-env.mk88 .export ${_export_list:${_tricky_env_vars:${M_ListToSkip}}}
110 .export-env ${_tricky_env_vars}
H A Dlibs.mk24 .export UPDATE_DEPENDFILE_LIB
H A Dprogs.mk24 .export UPDATE_DEPENDFILE_PROG
H A Dmeta.autodep.mk170 .export CAT_DEPEND
235 .export GENDIRDEPS_FILTER
H A Dsys.mk126 .export SYS_OS_MK
153 .export ROOT_GROUP
H A Down.mk131 .export USERGRP
/freebsd-10.1-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_mount.h42 struct oexport_args export; /* network export information */ member in struct:reiserfs_args
/freebsd-10.1-release/contrib/ncurses/
H A Dconvert_configure.pl58 export CC
60 export CXX
62 #export GCCOPT
67 export CONFIG_SHELL
118 00/01 : export CONFIG_SHELL
/freebsd-10.1-release/contrib/bmake/mk/sys/
H A DSunOS.mk21 .export CC
26 .export PATH
/freebsd-10.1-release/sys/kern/
H A Dvfs_mount.c884 struct export_args export; local
949 /* Process the export option. */
950 if (vfs_copyopt(mp->mnt_optnew, "export", &export,
951 sizeof(export)) == 0) {
952 export_error = vfs_export(mp, &export);
953 } else if (vfs_copyopt(mp->mnt_optnew, "export", &oexport,
955 export.ex_flags = oexport.ex_flags;
956 export.ex_root = oexport.ex_root;
957 export
[all...]
/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh1.c56 export(lookup(*ap++));
64 export(shell);
69 export(homedir);
76 export(path);
620 export(vp) function
687 write(out, "export ", 7);
/freebsd-10.1-release/sys/fs/msdosfs/
H A Dmsdosfsmount.h237 struct oexport_args export; /* network export information */ member in struct:msdosfs_args
/freebsd-10.1-release/sys/ufs/ufs/
H A Dufsmount.h43 struct oexport_args export; /* network export information */ member in struct:ufs_args
/freebsd-10.1-release/usr.bin/at/
H A Dat.c345 * done with a pair of "'s. Don't export the no_export list (such
350 int export = 1; local
361 export = export
368 if (export)
370 (void)fputs("export ", fp);
/freebsd-10.1-release/share/mk/
H A Dbsd.progs.mk28 .export UPDATE_DEPENDFILE_PROG
H A Dbsd.test.mk64 .export WITHOUT_MAN
/freebsd-10.1-release/sys/netgraph/netflow/
H A Dng_netflow.c270 * ng_netflow supports two hooks: data and export.
272 * netflow datagrams are sent to export.
338 if (priv->export != NULL)
345 priv->export = hook;
601 if ((hook == priv->export) || (hook == priv->export9)) {
603 * Data arrived on export hook.
606 log(LOG_ERR, "ng_netflow: incoming data on export hook!\n");
1017 /* if export hook disconnected stop running expire(). */
1018 if (hook == priv->export) {
1021 priv->export
[all...]
/freebsd-10.1-release/usr.bin/login/
H A Dlogin.c87 static int export(const char *);
779 (void)export(*pp);
789 * - Do not export certain variables. This list was taken from the
791 * Then export it.
794 export(const char *s) function
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dcommands.c1455 { "export", "Use local special character definitions",
1545 { "export", "Mark an environment variable for automatic export",
1547 { "unexport", "Don't mark an environment variable for automatic export",
1620 int export; /* 1 -> export with default list of variables */
1650 ep->export = 0;
1675 * don't export the USER variable.
1704 ep->export = 1;
1733 ep->export
1612 int export; /* 1 -> export with default list of variables */ member in struct:env_lst
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1376 { "export", "Use local special character definitions",
1454 { "export", "Mark an environment variable for automatic export",
1456 { "unexport", "Don't mark an environment variable for automatic export",
1525 int export; /* 1 -> export with default list of variables */
1558 ep->export = 0;
1607 * don't export the USER variable.
1638 ep->export = 1;
1667 ep->export
1517 int export; /* 1 -> export with default list of variables */ member in struct:env_lst
[all...]
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c91 * Structures for keeping the mount list and export list
401 warnx("getting export list");
1135 "export request succeeded from %s",
1218 * Xdr conversion for export list
1253 * Called from xdr_explist() to traverse the tree and export the
1339 * Get the export list from one, currently open file
1488 * Add dirpath to export mount point.
1550 * Don't allow a network export coincide with a list of
1559 * If an export list was specified on this line, make sure
1649 * Get the export lis
1656 struct export_args export; local
[all...]

Completed in 278 milliseconds

123