Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c63 static char postfix[32]; variable
325 fscanf (in, "%s %s %s %s %s %d %d", prefix, postfix, storage, type, routine, in main()
339 if (postfix[0] == '\0') in main()
340 postfix[1] = '\0'; in main()
343 postfix[strlen (postfix) - 1] = '\0'; in main()
349 for (i = 1; postfix[i] != '\0'; ++i) in main()
350 postfix[i - 1] = postfix[i]; in main()
351 postfix[i - 1] = '\0'; in main()
353 fixlengths = strlen (prefix) + strlen (postfix); in main()
377 prefix, kwname, postfix, total_length - 31); in main()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp574 llvm::ArrayRef<uint8_t> SymbolFileBreakpad::SaveAsDWARF(postfix::Node &node) { in SaveAsDWARF()
594 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow()
600 bool success = postfix::ResolveSymbols( in ParseCFIUnwindRow()
601 rhs, [&](postfix::SymbolNode &symbol) -> postfix::Node * { in ParseCFIUnwindRow()
604 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow()
608 return postfix::MakeNode<postfix::RegisterNode>( in ParseCFIUnwindRow()
718 std::vector<std::pair<llvm::StringRef, postfix::Node *>> program = in ParseWinUnwindPlan()
719 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan()
728 [&](postfix::SymbolNode &symbol) -> postfix::Node * { in ParseWinUnwindPlan()
735 return postfix::MakeNode<postfix::RegisterNode>( in ParseWinUnwindPlan()
[all …]
H A DSymbolFileBreakpad.h218 llvm::ArrayRef<uint8_t> SaveAsDWARF(postfix::Node &node);
/openbsd-src/sbin/restore/
H A Dinteractive.c70 char postfix; /* postfix character */ member
609 fp->postfix = ' '; in mkentry()
613 fp->postfix = '@'; in mkentry()
618 fp->postfix = '='; in mkentry()
623 fp->postfix = '#'; in mkentry()
629 fp->postfix = '/'; in mkentry()
631 fp->postfix = ' '; in mkentry()
659 if (fp->postfix != ' ') in formatf()
690 putc(fp->postfix, stderr); in formatf()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp21 using namespace lldb_private::postfix;
46 Node *postfix::ParseOneExpression(llvm::StringRef expr, in ParseOneExpression()
90 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram()
242 bool postfix::ResolveSymbols( in ResolveSymbols()
247 void postfix::ToDWARF(Node &node, Stream &stream) { in ToDWARF()
/openbsd-src/lib/libcrypto/x509/
H A Dby_dir.c272 const char *postfix=""; in get_cert_by_subject() local
282 postfix=""; in get_cert_by_subject()
287 postfix="r"; in get_cert_by_subject()
330 ent->dir, h, postfix, k); in get_cert_by_subject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp25 using namespace lldb_private::postfix;
60 postfix::ParseFPOProgram(program, alloc); in ResolveFPOProgram()
/openbsd-src/usr.bin/rsync/
H A Drules.c344 const char *postfix;
354 postfix = postfix_command(r);
357 postlen = strlen(postfix);
367 if (!io_write_buf(sess, fd, postfix, postlen))
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcomplaints.c69 const char *postfix; member
207 complaints->explanation[series].postfix); in vcomplaint()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_request.c246 if (rq->postfix < head) { in __i915_request_fill()
250 memset(vaddr + head, val, rq->postfix - head); in __i915_request_fill()
428 rq->ring->head = rq->postfix; in i915_request_retire()
606 if (rq->infix == rq->postfix) in __i915_request_skip()
617 rq->infix = rq->postfix; in __i915_request_skip()
712 request->ring->vaddr + request->postfix); in __i915_request_submit()
1893 rq->postfix = intel_ring_offset(rq, cs); in __i915_request_commit()
H A Di915_request.h291 u32 postfix; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A DREADME27 prepost - prefix/postfix operator ++/--
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dperlcriticrc59 # Stanford's coding style allows postfix unless for flow control. There
92 # Produces false positives currently with postfix dereferencing (introduced in
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h26 namespace postfix {
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_ring.c209 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
H A Dselftest_execlists.c236 GEM_BUG_ON(rq[0]->postfix > ce[1]->ring->emit); in live_unlite_restore()
266 GEM_BUG_ON(rq[1]->postfix <= rq[0]->postfix); in live_unlite_restore()
289 GEM_BUG_ON(rq[0]->postfix > rq[1]->postfix); in live_unlite_restore()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-d30v.c116 static int postfix PARAMS ((char *p));
421 postfix (p) in postfix() function
516 post = postfix (p);
526 post = postfix (p);
H A Dtc-d10v.c86 static int postfix PARAMS ((char *p));
384 postfix (p) in postfix() function
472 post = postfix (p);
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dpostfixderef.t5 this file contains all dereferencing tests from ref.t but using postfix instead of prefix or circum…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlref.pod723 Beginning in v5.20.0, a postfix syntax for using references is
754 Glob elements can be extracted through the postfix dereferencing feature:
760 C<postderef_qq> feature is enabled. Interpolation of postfix array highest index
766 Value slices of arrays and hashes may also be taken with postfix
779 As with postfix array, postfix value slice dereferencing I<can> be used
H A Dperldsc.pod107 C<${$blah}>, C<@{$blah}>, C<@{$blah[$i]}>, or else postfix pointer arrows,
249 The first form, called I<postfix dereference> is generally easier to
274 tightly than the postfix subscripting brackets or braces! This will no
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d30v.c365 postfix (char *p) in postfix() function
455 post = postfix (p); in get_operands()
465 post = postfix (p); in get_operands()
H A Dtc-d10v.c340 postfix (char *p) in postfix() function
425 post = postfix (p); in get_operands()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td570 // postfix: Prefix used to qualify type
571 class MxType<ValueType vt, string prefix, string postfix,
607 string Postfix = postfix;
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv92 `3546 <https://wg21.link/LWG3546>`__,"``common_iterator``'s postfix-proxy is not quite right","June…
138 `3595 <https://wg21.link/LWG3595>`__,"Exposition-only classes proxy and postfix-proxy for ``common_…
144 "`3601 <https://wg21.link/LWG3601>`__","common_iterator's postfix-proxy needs ``indirectly_readable…

123