/src/libexec/httpd/ |
Makefile | 96 export-distfile: 97 dir=`mktemp -d /tmp/bozo-export-XXXXXX`; \
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm_gram.y | 209 %type <value> export ret f1_opcode f2_opcode jmp_jc_jnc_call jz_jnz je_jne 1002 export: label 1009 export T_SYMBOL ':'
|
/src/sys/nfs/ |
nfs_export.c | 118 * Network export information. 123 struct netcred ne_defexported; /* Default export */ 140 static int export(struct netexport *, const struct export_args *); 160 * Declare and initialize the file system export hooks. 306 error = export(ne, &mel->mel_exports[0]); 315 error = export(ne, &mel->mel_exports[i]); 381 * The return parameters for the export flags for the client are returned 413 * Handles legacy export requests. In this case, the export information 418 * Returns EJUSTRETURN if the given command was not a export request 703 export(struct netexport *nep, const struct export_args *argp) function in typeref:typename:int [all...] |
/src/usr.bin/at/ |
at.c | 313 * with a pair of "'s. Dont't export the no_export list (such as 317 int export = 1; local in function:writefile 327 export = export && 334 if (export) { 357 (void)fputs("; export ", fp);
|
/src/usr.bin/make/unit-tests/ |
Makefile | 182 TESTS+= directive-export 183 TESTS+= directive-export-env 184 TESTS+= directive-export-impl 185 TESTS+= directive-export-gmake 186 TESTS+= directive-export-literal 218 TESTS+= export 219 TESTS+= export-all 220 TESTS+= export-env 221 TESTS+= export-variants 528 SED_CMDS.export= -e '/^[^=_A-Za-z0-9]*=/d [all...] |
varmisc.mk | 8 all: export-appended 126 # .export directive. Later changes to the variable have no effect. 127 .export FROM_ENV_BEFORE 131 .export FROM_ENV_AFTER 133 export-appended:
|
/src/bin/ksh/ |
var.c | 25 * if (flag&EXPORT), val.s contains "name=value" for E-Z exporting. 30 static void export ARGS((struct tbl *vp, const char *val)); 283 vp->flag |= vq->flag & (EXPORT|INTEGER|RDONLY 397 if ((vq->flag&EXPORT)) 398 export(vq, s); 588 export(vp, val) function 610 * set its attributes (INTEGER, RDONLY, EXPORT, TRACE, LJUST, RJUST, ZEROFIL, 670 /* only allow export flag to be set. at&t ksh allows any attribute to 675 && (val || clr || (set & ~EXPORT))) 757 if ((vpbase->flag&EXPORT) && !(vpbase->flag&INTEGER [all...] |
/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 2630 * Check/setup export credentials. 2726 * Get a vnode for a file handle and export stuff. 2765 * - get vp and export rights by calling nfsvno_fhtovp() 2903 error = vfs_export(&nfsv4root_mnt, &nfsexargp->export); 2904 if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0) 3137 struct nfsex_args export; local in function:nfssvc_srvcall 3159 error = copyin(uap->argp,(caddr_t)&export, 3162 error = nfsrv_v4rootexport(&export, cred, p);
|
/src/usr.bin/telnet/ |
commands.c | 1470 { "export", "Use local special character definitions", 1546 { "export", "Mark an environment variable for automatic export", 1548 { "unexport", "Don't mark an environment variable for automatic export", 1618 int export; /* 1 -> export with default list of variables */ 1648 ep->export = 0; 1673 * don't export the USER variable. 1702 ep->export = 1; 1732 ep->export = 1 1610 int export; \/* 1 -> export with default list of variables *\/ member in struct:env_lst [all...] |
/src/usr.sbin/mountd/ |
mountd.c | 112 * Structures for keeping the mount list and export list 252 * each export. 425 (void)fprintf(stderr, "Getting export list.\n"); 823 * Xdr conversion for export list 856 * Called from xdr_explist() to traverse the tree and export the 925 syslog(LOG_ERR, "\"%s\", line %ld: No current export", 1074 "\"%s\", line %ld: No current export list", 1098 * Add dirpath to export mount point. 1150 * Don't allow a network export coincide with a list of 1212 * Compare two export lists by path 1298 struct export_args *export = &mel->mel_exports[j]; local in function:get_exportlist 1960 struct export_args *export; local in function:add_export_arg [all...] |