| /src/external/gpl3/gcc/dist/gcc/cp/ |
| gen-cxxapi-file.py | 22 # - the export description of the standard C++ library module 51 def export(script, content): function 63 export module std; 68 export using ::operator new; 69 export using ::operator delete; 70 export using ::operator new[]; 71 export using ::operator delete[];""".format(script)) 87 print(f'export using std::{e[1]};') 155 'export': export, [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| spawn_command.c | 116 char **export; /* exportable environment */ member in struct:spawn_args 139 args->export = 0; 186 args->export = va_arg(ap, char **); 266 if (args.export) 267 clean_env(args.export);
|
| vstream_popen.c | 120 char **export; member in struct:VSTREAM_POPEN_ARGS 141 args->export = 0; 172 args->export = va_arg(ap, char **); 243 if (args.export) 244 clean_env(args.export);
|
| known_tcp_ports.c | 163 const char *exp_export; /* expected export output */ 171 /* export */ "lmtp=24 smtp=25", 189 /* export */ "", 206 const char *export; local 226 export = export_known_tcp_ports(export_buf); 227 if (strcmp(export, tp->exp_export) != 0) { 228 msg_warn("test case %s: got export: \"%s\", want: \"%s\"", 229 tp->label, export, tp->exp_export);
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_gem.h | 103 * @export: 105 * Export backing buffer as a &dma_buf. 110 struct dma_buf *(*export)(struct drm_gem_object *obj, int flags); member in struct:drm_gem_object_funcs
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_skey_test.c | 60 const unsigned char *export; local 87 /* Export params */ 93 /* Export raw key */ 94 if (!TEST_int_gt(EVP_SKEY_get0_raw_key(key, &export, &export_len), 0) 95 || !TEST_mem_eq(export, export_len, import_key, sizeof(import_key)))
|
| fake_rsaprov.c | 1058 OSSL_FUNC_keymgmt_export_fn *export = fake_rsa_prov_get_keymgmt_export(ctx->desc->fns); local 1061 if (reference_sz == sizeof(keydata) && export != NULL) { 1065 return export(keydata, ctx->selection, export_cb, export_cbarg);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| decode_pvk2key.c | 188 OSSL_FUNC_keymgmt_export_fn *export = local 192 if (reference_sz == sizeof(keydata) && export != NULL) { 200 return export(keydata, selection, export_cb, export_cbarg);
|
| decode_msblob2key.c | 221 OSSL_FUNC_keymgmt_export_fn *export = local 225 if (reference_sz == sizeof(keydata) && export != NULL) { 233 return export(keydata, selection, export_cb, export_cbarg);
|
| decode_der2key.c | 327 OSSL_FUNC_keymgmt_export_fn *export = local 331 if (reference_sz == sizeof(keydata) && export != NULL) { 339 return export(keydata, selection, export_cb, export_cbarg);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| config_known_tcp_ports.c | 154 const char *exp_export; /* expected export or null */ 161 /* export */ "lmtp=24 smtp=25 smtps=465 submissions=465" 168 /* export */ "lmtp=24 smtp=25 smtps=465 submissions=465" 174 /* export */ "" 180 /* export */ "" 186 /* export */ "lmtp=24" 192 /* export */ "smtps=465" 198 /* export */ "lmtp=24 smtps=465 submissions=465" 210 const char *export; local 235 export = export_known_tcp_ports(export_buf) [all...] |
| pipe_command.c | 183 char **export; /* exportable environment */ member in struct:pipe_args 212 args->export = 0; 262 args->export = va_arg(ap, char **); 527 if (args.export) 528 clean_env(args.export);
|
| /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 [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 327 export = export && 334 if (export) { 357 (void)fputs("; export ", fp);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| decode_msblob2key.c | 214 OSSL_FUNC_keymgmt_export_fn *export = ossl_prov_get_keymgmt_export(ctx->desc->fns); local 217 if (reference_sz == sizeof(keydata) && export != NULL) { 225 return export(keydata, selection, export_cb, export_cbarg);
|
| decode_pvk2key.c | 212 OSSL_FUNC_keymgmt_export_fn *export = ossl_prov_get_keymgmt_export(ctx->desc->fns); local 215 if (reference_sz == sizeof(keydata) && export != NULL) { 223 return export(keydata, selection, export_cb, export_cbarg);
|
| /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 529 SED_CMDS.export= -e '/^[^=_A-Za-z0-9]*=/d [all...] |
| /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/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_local.h | 128 /* Import and export routines */ 131 OSSL_FUNC_keymgmt_export_fn *export; member in struct:evp_keymgmt_st
|
| /src/external/mit/isl/dist/imath/ |
| gmp_compat.c | 655 void *GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, function
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_local.h | 131 /* Import and export routines */ 135 OSSL_FUNC_keymgmt_export_fn *export; member in struct:evp_keymgmt_st 210 /* Import and export routines */ 213 OSSL_FUNC_skeymgmt_export_fn *export; member in struct:evp_skeymgmt_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| hx_locl.h | 250 int (*export)(hx509_context context, member in struct:hx509_private_key_ops
|
| /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 3159 error = copyin(uap->argp,(caddr_t)&export, 3162 error = nfsrv_v4rootexport(&export, cred, p);
|
| /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 1960 struct export_args *export; local [all...] |