/src/common/lib/libc/arch/alpha/atomic/ |
membar_ops.S | 46 EXPORT(_membar_producer_end) 52 EXPORT(_membar_sync_end) 58 EXPORT(_membar_producer_mp_end) 64 EXPORT(_membar_sync_mp_end) 72 EXPORT(_membar_producer_end) 78 EXPORT(_membar_sync_end)
|
/src/lib/libc/arch/alpha/sys/ |
sbrk.S | 39 EXPORT(__curbrk)
|
brk.S | 40 EXPORT(__minbrk)
|
/src/lib/libc/arch/ia64/sys/ |
brk.S | 39 EXPORT(__minbrk)
|
sbrk.S | 42 EXPORT(__curbrk)
|
/src/bin/ksh/ |
table.h | 16 * or offset from val.s of value (if EXPORT) */ 40 #define EXPORT BIT(3) /* exported variable/function */ 70 #define USERATTRIB (EXPORT|INTEGER|RDONLY|LJUST|RJUST|ZEROFIL\
|
c_ksh.c | 492 (tp->flag & EXPORT) ? "exported " 501 if (tp->flag & EXPORT) 527 (tp->flag & EXPORT) ? 559 /* typeset, export, and readonly */ 576 case 'e': /* export */ 577 fset |= EXPORT; 634 case 'p': /* posix export/readonly -p flag. 650 flag = EXPORT; 682 if (func && ((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT))) { 780 * explicitly given it some attribute (like export); [all...] |
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...] |
exec.c | 554 type_flags = LOCAL|LOCAL_COPY|EXPORT; 557 type_flags |= EXPORT; 570 if (bourne_function_call && !(type_flags & EXPORT)) 571 typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0); 721 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
|
c_sh.c | 395 /* Must be done before setting export. */ 402 typeset(*wp, EXPORT, 0, 0, 0);
|
main.c | 217 typeset(*wp, IMPORT|EXPORT, 0, 0, 0);
|
/src/sys/arch/emips/stand/common/ |
start.S | 93 EXPORT(start) 110 EXPORT(UserInterruptHandler) 113 EXPORT(Dispatch) 221 EXPORT(real_start) 315 EXPORT(_rtt) /* ahem */ 323 EXPORT(Stop)
|
/src/sys/arch/hpcmips/hpcmips/ |
kloader_tx39.S | 38 EXPORT(kloader_tx_boot)
|
kloader_vr41.S | 38 EXPORT(kloader_vr_boot)
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 331 .EXPORT $$remI,millicode 433 .export $$dyncall,MILLICODE 450 .export $$sh_func_adrs, millicode 464 .export $$divU,millicode 611 .export $$divide_by_constant,millicode 616 .EXPORT $$divI_2,MILLICODE 623 .EXPORT $$divI_4,MILLICODE 630 .EXPORT $$divI_8,MILLICODE 637 .EXPORT $$divI_16,MILLICODE 644 .EXPORT $$divI_3,MILLICOD [all...] |
/src/sys/arch/ia64/include/ |
asm.h | 113 * EXPORT 114 * Export a symbol 116 #define EXPORT(_name_) \
|
/src/sys/arch/mips/include/ |
asm.h | 297 * EXPORT -- export definition of symbol 299 #define EXPORT(x) \ 304 * EXPORT_OBJECT -- export definition of symbol of symbol 308 EXPORT(x); \ 318 EXPORT(x); \ 321 EXPORT(__CONCAT(x,_end)); \
|
/src/sys/arch/mips/mips/ |
lock_stubs_ras.S | 105 EXPORT(_lock_ras_start)
|
locore.S | 72 EXPORT(start)
|
locore_mips1.S | 85 EXPORT(MIPSX(exceptionentry_start))
|
/src/sys/arch/alpha/alpha/ |
locore.s | 92 EXPORT(kernel_text) 944 EXPORT(alpha_copystr_bwx_end) 981 EXPORT(alpha_copystr_end)
|
/src/sys/arch/alpha/include/ |
asm.h | 433 * EXPORT 434 * Export a symbol 436 #define EXPORT(_name_) \
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 213 export COLLECT_NAMES 604 export SHELL 769 export COLLECT_NAMES 1236 PATH=/empty FPATH=/empty; export PATH FPATH 4227 # built for inclusion in a dll (and should export symbols for example). 4303 # built for inclusion in a dll (and should export symbols for example). 4551 # built for inclusion in a dll (and should export symbols for example). 4655 # built for inclusion in a dll (and should export symbols for example). 4916 # While the 'weak' keyword is ignored in the Export File, we need 5039 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic [all...] |
/src/sys/external/isc/libsodium/dist/ |
configure | 18 DUALCASE=1; export DUALCASE # for MKS sh 38 export as_nl 67 export as_echo_n_body 70 export as_echo_body 130 export LC_ALL 132 export LANGUAGE 140 _as_can_reexec=no; export _as_can_reexec; 207 PATH=/empty FPATH=/empty; export PATH FPATH 249 export CONFIG_SHELL 288 export SHEL [all...] |