Searched refs:back (Results 1 - 25 of 1661) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/lib/perl5db/t/
H A Dwith-subroutine10 back();
14 sub back {
15 print "hello back\n";
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D921203-2.c9 s1 back; local
12 return back;
/openbsd-current/usr.bin/spell/
H A Dlook.c48 look(u_char *string, u_char *front, u_char *back) argument
58 front = binary_search(string, front, back);
59 front = linear_search(string, front, back);
65 * Binary search for "string" in memory between "front" and "back".
75 * back points to the beginning of a line at or after the first
80 * back = EOF;
84 * p = first newline after halfway point from front to back.
87 * p is the new front. Otherwise it is the new back.
94 * In fact, it returns when the chosen "p" equals "back". This
96 * (back
106 binary_search(u_char *string, u_char *front, u_char *back) argument
140 linear_search(u_char *string, u_char *front, u_char *back) argument
157 compare(u_char *s1, u_char *s2, u_char *back) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Test/t/
H A Dmultiline.t16 Get back, get back
17 Get back to where you once belonged
18 Get back, get back
19 Get back to where you once belonged
20 Get back Jojo Go home
21 Get back, get back
23 Get back, ge
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_em_osdep.h88 bus_space_read_4(((struct em_osdep *)(hw)->back)->mem_bus_space_tag, \
89 ((struct em_osdep *)(hw)->back)->mem_bus_space_handle, \
94 bus_space_write_4(((struct em_osdep *)(hw)->back)->mem_bus_space_tag, \
95 ((struct em_osdep *)(hw)->back)->mem_bus_space_handle, \
106 bus_space_read_4(((struct em_osdep *)(hw)->back)->mem_bus_space_tag, \
107 ((struct em_osdep *)(hw)->back)->mem_bus_space_handle, \
111 bus_space_write_4(((struct em_osdep *)(hw)->back)->mem_bus_space_tag, \
112 ((struct em_osdep *)(hw)->back)->mem_bus_space_handle, \
117 bus_space_read_4(((struct em_osdep *)(hw)->back)->mem_bus_space_tag, \
118 ((struct em_osdep *)(hw)->back)
[all...]
H A Dif_ixgb_osdep.h80 bus_space_read_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
81 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
85 bus_space_write_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
86 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
90 bus_space_read_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
91 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
95 bus_space_write_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \
96 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
/openbsd-current/usr.bin/look/
H A Dlook.c78 char *back, *file, *front, *string, *p; local
129 back = front + sb.st_size;
130 exit(look(string, front, back));
134 look(char *string, char *front, char *back) argument
148 front = binary_search(string, front, back);
149 front = linear_search(string, front, back);
152 print_from(string, front, back);
158 * Binary search for "string" in memory between "front" and "back".
168 * back points to the beginning of a line at or after the first
173 * back
199 binary_search(char *string, char *front, char *back) argument
233 linear_search(char *string, char *front, char *back) argument
255 print_from(char *string, char *front, char *back) argument
280 compare(char *s1, char *s2, char *back) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.cpp16 if (Lists.back().EntryOffset == Entries.size()) {
23 Lists.back().Label = Asm.createTempSymbol("debug_loc");
28 if (Entries.back().ByteOffset != DWARFBytes.size())
32 Comments.erase(Comments.begin() + Entries.back().CommentOffset,
36 assert(Lists.back().EntryOffset <= Entries.size() &&
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
55 return CondDirectiveStack.back();
70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(),
78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
92 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
100 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
101 CondDirectiveStack.back() = Loc;
106 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
107 CondDirectiveStack.back()
[all...]
/openbsd-current/lib/libutil/
H A Dcheck_expire.c58 login_check_expire(FILE *back, struct passwd *pwd, char *class, int lastchance) argument
66 fprintf(back, BI_VALUE
68 fprintf(back, BI_REJECT "\n");
72 fprintf(back, BI_VALUE
74 fprintf(back, BI_REJECT "\n");
82 fprintf(back, BI_VALUE " expire %qd\n", expire);
109 fprintf(back, BI_VALUE
111 fprintf(back, BI_REJECT "\n");
135 fprintf(back, BI_VALUE
139 fprintf(back, BI_REJEC
[all...]
/openbsd-current/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp184 else if (Stack.back().Node.getKind() == Type::Array) {
186 auto &Array = Stack.back().Node.getArray();
187 DestNode = &Array[Stack.back().Index++];
189 auto &Map = Stack.back().Node.getMap();
190 if (!Stack.back().MapEntry) {
192 Stack.back().MapKey = Node;
193 Stack.back().MapEntry = &Map[Node];
197 DestNode = Stack.back().MapEntry;
198 Stack.back().MapEntry = nullptr;
199 ++Stack.back()
[all...]
/openbsd-current/libexec/login_radius/
H A Dlogin_radius.c88 FILE *back; local
98 back = NULL;
107 back = stdout;
155 * Filedes 3 is the back channel, where we send back results.
157 if (back == NULL && (back = fdopen(3, "a")) == NULL) {
158 syslog(LOG_ERR, "reopening back channel");
175 syslog(LOG_ERR, "protocol error on back channel");
187 (void)fprintf(back, BI_AUT
[all...]
/openbsd-current/regress/sys/kern/rcvtimeo/
H A Drcvtimeo.c17 volatile int back; variable
22 if (!back)
56 back = 0;
61 back = 1;
68 back = 0;
73 back = 1;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DTargetExecutionUtils.cpp26 llvm::copy(*ProgramName, &ArgVStorage.back()[0]);
27 ArgVStorage.back()[ProgramName->size()] = '\0';
28 ArgV.push_back(ArgVStorage.back().get());
33 llvm::copy(Arg, &ArgVStorage.back()[0]);
34 ArgVStorage.back()[Arg.size()] = '\0';
35 ArgV.push_back(ArgVStorage.back().get());
/openbsd-current/libexec/login_passwd/
H A Dlogin_passwd.c56 FILE *back = NULL; local
71 back = stdout;
117 if (back == NULL && (back = fdopen(3, "r+")) == NULL) {
118 syslog(LOG_ERR, "reopening back channel: %m");
122 fprintf(back, BI_VALUE " errormsg %s\n",
128 fprintf(back, BI_SILENT "\n");
145 syslog(LOG_ERR, "protocol error on back channel");
165 if (login_check_expire(back, pwd, class, lastchance) == 0) {
166 fprintf(back, BI_AUT
[all...]
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DMacroCallReconstructor.cpp126 // ActiveReconstructedLines.back() is the line that has \p ExpandedParent or its
129 // is the parent of ActiveReconstructedLines.back() in the reconstructed
153 getParentInResult(MacroCallStructure.back().MacroCallLParen);
156 << MacroCallStructure.back().MacroCallLParen->TokenText
162 (!ActiveReconstructedLines.back()->Tokens.empty() &&
163 Parent == ActiveReconstructedLines.back()->Tokens.back()->Tok)) {
166 while (ActiveReconstructedLines.back()->Tokens.empty() ||
167 (Parent != ActiveReconstructedLines.back()->Tokens.back()
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921029-1.c2 ULL back; variable
11 back = hpart | lpart;
12 return back;
/openbsd-current/libexec/login_token/
H A Dlogin_token.c58 FILE *back = NULL; local
99 back = stdout;
131 if (back == NULL && (back = fdopen(3, "r+")) == NULL) {
132 syslog(LOG_ERR, "reopening back channel");
146 syslog(LOG_ERR, "protocol error on back channel");
157 (void)fprintf(back, BI_VALUE " errormsg %s\n",
159 (void)fprintf(back, BI_REJECT "\n");
162 fprintf(back, BI_VALUE " challenge %s\n", val);
163 fprintf(back, BI_CHALLENG
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DCXXFieldCollector.h57 ++FieldCount.back();
63 return FieldCount.back();
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h64 OpBegins.push_back(OpBegins.back() + Opcodes.size());
74 OpBegins.push_back(OpBegins.back() + 1);
80 OpBegins.push_back(OpBegins.back() + 2);
85 OpBegins.push_back(OpBegins.back() + Size);
/openbsd-current/libexec/login_reject/
H A Dlogin_reject.c51 FILE *back; local
98 if (!(back = fdopen(3, "r+"))) {
99 syslog(LOG_ERR, "reopening back channel: %m");
103 fprintf(back, BI_SILENT "\n");
115 syslog(LOG_ERR, "protocol error on back channel");
124 fprintf(back, BI_REJECT "\n");
/openbsd-current/libexec/login_skey/
H A Dlogin_skey.c57 FILE *back = NULL; local
79 back = stdout;
122 if (back == NULL && (back = fdopen(3, "r+")) == NULL) {
123 syslog(LOG_ERR, "reopening back channel: %m");
162 (void)fprintf(back, BI_VALUE " errormsg %s\n",
164 (void)fprintf(back, BI_REJECT "\n");
167 fprintf(back, BI_VALUE " challenge %s\n", cp);
168 fprintf(back, BI_CHALLENGE "\n");
170 fprintf(back, BI_FDPAS
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOSLog.cpp70 ArgsData.back().E = Args[ArgIndex];
73 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind());
74 if (ArgsData.back().Kind != OSLogBufferItem::ErrnoKind &&
75 !ArgsData.back().E) {
89 ArgsData.back().Size = precision.getConstantAmount();
92 ArgsData.back().Count = Args[precision.getArgIndex()];
105 ArgsData.back().Size = precision.getConstantAmount();
108 ArgsData.back().Count = Args[precision.getArgIndex()];
117 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()];
122 ArgsData.back()
[all...]
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp938 stack.back().SetValueType(Value::ValueType::LoadAddress);
940 stack.back().SetValueType(Value::ValueType::FileAddress);
993 Value::ValueType value_type = stack.back().GetValueType();
996 void *src = (void *)stack.back().GetScalar().ULongLong();
999 stack.back().GetScalar() = ptr;
1000 stack.back().ClearContext();
1003 auto file_addr = stack.back().GetScalar().ULongLong(
1013 stack.back().GetScalar() = *maybe_load_addr;
1019 stack.back().SetValueType(Value::ValueType::LoadAddress);
1025 stack.back()
[all...]
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dsplitpod16 --$level if /^=back/;
44 # deal with unbalanced =over and =back cause by the split
46 my $has_back = $body =~ /^=back/;
48 $body =~ s/^=back\s*//m if $has_back and !$has_over;

Completed in 287 milliseconds

1234567891011>>