Home
last modified time | relevance | path

Searched refs:ast (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-9-stable/tools/regression/bin/sh/expansion/
Dtrim2.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
25 testcase 'set -- $s' '1|ast*que?non'
26 testcase 'set -- ${s%\?*}' '1|ast*que'
27 testcase 'set -- "${s%\?*}"' '1|ast*que'
28 testcase 'set -- ${s%\**}' '1|ast'
29 testcase 'set -- "${s%\**}"' '1|ast'
30 testcase 'set -- ${s%"$q"*}' '1|ast*que'
31 testcase 'set -- "${s%"$q"*}"' '1|ast*que'
32 testcase 'set -- ${s%"$a"*}' '1|ast'
33 testcase 'set -- "${s%"$a"*}"' '1|ast'
[all …]
Dtrim1.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
43 testcase 'set -- ${s%[?]*}' '1|ast*que'
44 testcase 'set -- "${s%[?]*}"' '1|ast*que'
45 testcase 'set -- ${s%[*]*}' '1|ast'
46 testcase 'set -- "${s%[*]*}"' '1|ast'
65 testcase 'set -- ${s%"${s#????}"}' '1|ast*'
66 testcase 'set -- ${s%"${s#????????}"}' '1|ast*que?'
72 testcase 'set -- "${s%"${s#????}"}"' '1|ast*'
73 testcase 'set -- "${s%"${s#????????}"}"' '1|ast*que?'
Dtrim5.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
Dplus-minus5.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
Dplus-minus4.08 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
Dtrim3.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
Dassign1.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
Dplus-minus3.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
Dplus-minus1.03 e= q='?' a='*' t=texttext s='ast*que?non' p='/et[c]/' w='a b c' b='{{(#)}}'
/freebsd-9-stable/tools/regression/bin/sh/parser/
Dheredoc2.012 s='ast*que?non' sq=\' dq=\"
17 )" = "ast*que?non"'
25 ${s#ast}
30 ${s##"ast"}
35 ${s##'$sq'ast'$sq'}
Dheredoc8.012 s='ast*que?non' sq=\' dq=\"
/freebsd-9-stable/sys/vm/
Dredzone.c131 struct stack ast, fst; in redzone_check() local
138 bcopy(haddr, &ast, sizeof(ast)); in redzone_check()
139 haddr += sizeof(ast); in redzone_check()
157 stack_print_ddb(&ast); in redzone_check()
176 stack_print_ddb(&ast); in redzone_check()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Driver/
DCC1Options.td270 def ast_merge : Separate<["-"], "ast-merge">,
271 MetaVarName<"<ast file>">,
302 def ast_dump_filter : Separate<["-"], "ast-dump-filter">,
304 HelpText<"Use with -ast-dump or -ast-print to dump/print only AST declaration"
306 " -ast-list to list all filterable declaration node names.">;
307 def ast_dump_lookups : Flag<["-"], "ast-dump-lookups">,
333 def ast_print : Flag<["-"], "ast-print">,
335 def ast_list : Flag<["-"], "ast-list">,
337 def ast_dump : Flag<["-"], "ast-dump">,
339 def ast_view : Flag<["-"], "ast-view">,
DTypes.def82 TYPE("ast", AST, INVALID, "ast", "u")
/freebsd-9-stable/sys/mips/include/
Dframe.h42 register_t ast; member
/freebsd-9-stable/sys/dev/ata/
Datapi-tape.c737 DRIVER_MODULE(ast, ata, ast_driver, ast_devclass, NULL, NULL);
738 MODULE_VERSION(ast, 1);
739 MODULE_DEPEND(ast, ata, 1, 1, 1);
/freebsd-9-stable/sys/dev/usb/serial/
Dumodem.c912 struct usb_cdc_abstract_state ast; in umodem_set_comm_feature() local
923 USETW(ast.wState, state); in umodem_set_comm_feature()
925 return (usbd_do_request(udev, NULL, &req, &ast)); in umodem_set_comm_feature()
/freebsd-9-stable/sys/arm/include/
Dasmacros.h178 bl _C_LABEL(ast) /* ast(frame) */ ;\
/freebsd-9-stable/sys/kern/
Dsubr_trap.c172 ast(struct trapframe *framep) in ast() function
/freebsd-9-stable/sys/mips/mips/
Dpm_machdep.c114 bcopy((void *)&regs->ast, (void *)&sf.sf_uc.uc_mcontext.mc_regs[1], in sendsig()
245 bcopy((const void *)&ucp->uc_mcontext.mc_regs[1], (void *)&regs->ast, in sys_sigreturn()
Ddb_interface.c73 { "at", DB_OFFSET(ast), db_frame },
/freebsd-9-stable/gnu/usr.bin/gdb/kgdb/
Dtrgt_mips.c105 offsetof(struct trapframe, ast),
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLICM.cpp675 AliasSetTracker &ast, DebugLoc dl, int alignment, in LoopPromoter() argument
679 AST(ast), DL(dl), Alignment(alignment), TBAATag(TBAATag) {} in LoopPromoter()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DAliasSetTracker.cpp610 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) in ASTCallbackVH() argument
611 : CallbackVH(V), AST(ast) {} in ASTCallbackVH()
/freebsd-9-stable/sys/i386/i386/
Dexception.s388 call ast

12