Searched +refs:first +refs:error (Results 1 - 25 of 568) sorted by relevance

1234567891011>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dbasename.c61 "[+>0?An error occurred.]"
71 register char *first, *last; local
73 for(first=last=pathname; *last; last++);
75 if(last>first)
76 while(*--last=='/' && last > first);
77 if(last==first && *last=='/')
80 if(*first=='/')
86 for(first=last++;first>pathname && *first!
[all...]
H A Dfold.c61 "(spaces or tabs), within the first \awidth\a column positions or "
71 "[+>0?An error occurred.]"
91 register char *cp, *first; local
110 first = cp;
116 while((cp-first) > (width-col))
119 col = last_space - first;
122 sfwrite(out,first,col);
123 first += col;
126 if(cp>first+1 || (n!=T_NL && n!=T_BS))
139 if((cp+(--col)-first)>
[all...]
/macosx-10.9.5/cctools-845/ar/
H A Dmisc.c91 static int first; local
95 if (!first && !envtmp) {
97 first = 1;
108 error(tname);
172 error(name) function
/macosx-10.9.5/swig-10/Lib/octave/
H A Dstd_pair.i14 static int get_pair(const octave_value& first, octave_value second,
18 T *pfirst = &(val->first);
19 int res1 = swig::asval(first, pfirst);
29 int res1 = swig::asval(first, pfirst);
44 error("pair from Cell array requires at least two elements");
64 static int get_pair(const octave_value& first, octave_value second,
69 T *pfirst = &(vp->first);
70 int res1 = swig::asval(first, pfirst);
81 int res1 = swig::asval(first, pfirst);
97 error("pai
[all...]
/macosx-10.9.5/text_cmds-87/head/
H A Dhead.c59 * head - give the first few lines of a stream or of each of a set of files
74 int first, linecnt = -1, eval = 0; local
103 for (first = 1; *argv; ++argv) {
111 first ? "" : "\n", *argv);
112 first = 0;
143 size_t error, readlen; local
146 error = fwrite(cp, sizeof(char), readlen, stdout);
147 if (error != readlen)
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dhandletemplates.h113 static SubType &find(_Handle handle, CSSM_RETURN error);
116 static Subtype &findAndLock(_Handle handle, CSSM_RETURN error);
119 static Subtype &findAndKill(_Handle handle, CSSM_RETURN error);
122 static RefPointer<Subtype> findRef(_Handle handle, CSSM_RETURN error);
125 static RefPointer<Subtype> findRefAndLock(_Handle handle, CSSM_RETURN error);
128 static RefPointer<Subtype> findRefAndKill(_Handle handle, CSSM_RETURN error);
151 MappingHandle<_Handle> *find(_Handle h, CSSM_RETURN error);
152 typename HandleMap::iterator locate(_Handle h, CSSM_RETURN error);
178 inline Subclass &MappingHandle<_Handle>::find(_Handle handle, CSSM_RETURN error) argument
181 if (!(sub = dynamic_cast<Subclass *>(state().find(handle, error))))
188 findAndLock(_Handle handle, CSSM_RETURN error) argument
205 findAndKill(_Handle handle, CSSM_RETURN error) argument
224 findRef(_Handle handle, CSSM_RETURN error) argument
237 findRefAndLock(_Handle handle, CSSM_RETURN error) argument
254 findRefAndKill(_Handle handle, CSSM_RETURN error) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dhandletemplates.h113 static SubType &find(_Handle handle, CSSM_RETURN error);
116 static Subtype &findAndLock(_Handle handle, CSSM_RETURN error);
119 static Subtype &findAndKill(_Handle handle, CSSM_RETURN error);
122 static RefPointer<Subtype> findRef(_Handle handle, CSSM_RETURN error);
125 static RefPointer<Subtype> findRefAndLock(_Handle handle, CSSM_RETURN error);
128 static RefPointer<Subtype> findRefAndKill(_Handle handle, CSSM_RETURN error);
151 MappingHandle<_Handle> *find(_Handle h, CSSM_RETURN error);
152 typename HandleMap::iterator locate(_Handle h, CSSM_RETURN error);
178 inline Subclass &MappingHandle<_Handle>::find(_Handle handle, CSSM_RETURN error) argument
181 if (!(sub = dynamic_cast<Subclass *>(state().find(handle, error))))
188 findAndLock(_Handle handle, CSSM_RETURN error) argument
205 findAndKill(_Handle handle, CSSM_RETURN error) argument
224 findRef(_Handle handle, CSSM_RETURN error) argument
237 findRefAndLock(_Handle handle, CSSM_RETURN error) argument
254 findRefAndKill(_Handle handle, CSSM_RETURN error) argument
[all...]
/macosx-10.9.5/vim-53/src/po/
H A Dcheck.vim5 " - An error or warning code in "msgid" matches the one in "msgstr".
37 " Start at the first "msgid" line.
41 let error = 0 variable
48 let error = 1 variable
55 let error = 1 variable
60 " Wrap around at the end of the file, quit when back at the first one.
67 " Check that error code in msgid matches the one in msgstr.
70 " - msgstr "E321: ..." error code mismatch
71 " - msgstr "W123: ..." warning instead of error
73 " - msgstr "..." missing error cod
78 let error = 1 variable
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dchecksrc.pl34 my ($num, $col, $file, $line, $msg, $error) = @_;
36 my $w=$error?"error":"warning";
143 "$2 with space first in condition");
162 # check for open brace first on line but not first column
173 my $first = length($1);
178 my $expect = $first+$indent;
180 my $diff = $second - $first;
/macosx-10.9.5/cctools-845/misc/
H A Dcheck_dylib.c37 /* used by error routines as the name of the program */
61 * specific check fails it returns a specific error code:
110 error("missing argument(s) to %s option", argv[i]);
114 error("more than one: %s option", argv[i]);
122 error("missing argument(s) to %s option", argv[i]);
126 error("more than one: %s option", argv[i]);
136 error("missing argument(s) to %s option", argv[i]);
140 error("more than one: %s option", argv[i]);
147 error("unknown option %s\n", argv[i]);
153 error("mor
289 struct segment_command *sg, *first; local
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dthrow_allocator.h268 std::string error; local
269 throw_allocator_base::print_to_string(error);
270 os << error; local
334 std::string error("throw_allocator_base::insert");
335 error += "double insert!";
336 error += '\n';
337 print_to_string(error, make_entry(p, size));
338 print_to_string(error, *found_it);
339 std::__throw_logic_error(error.c_str());
361 std::string error("throw_allocator_bas
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_syscalls.c207 int error; local
211 error = copyin(uap->argp, &la, sizeof(la));
212 if (!error)
213 error = nfslockdans(p, &la);
216 error = nfslockdnotify(p, uap->argp);
219 error = EINVAL;
221 return (error);
262 int error; local
277 error = msleep0(niod, nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE*hz, nfsiod_continue);
278 /* shouldn't return... so we have an error */
318 nfsiod_continue(int error) argument
415 int error, fhlen, fidlen; local
521 int fmode, error, type; local
662 int error; local
736 int error = 0, sodomain, sotype, soprotocol, on = 1; local
737 int first; local
886 int error = 0, cacherep, writes_todo; local
1251 int error = 0, is_64bit; local
[all...]
H A Dnfs_socket.c234 /* no more addresses on current server, go to first address of next server */
239 /* no more servers on current location, go to first server of next location */
243 loc = 0; /* after last location, wrap back around to first location */
318 int error = 0, recv = 1; local
335 /* loop while we make error-free progress */
336 while (!error && recv) {
343 error = nfs_rpc_record_read(so, &nso->nso_rrs, MSG_DONTWAIT, &recv, &m);
346 error = sock_receivembuf(so, NULL, &m, MSG_DONTWAIT, &rcvlen);
356 nfsm_chain_dissect_init(error, &nmrep, m);
357 nfsm_chain_get_32(error,
470 int error; local
643 nfs_connect_error_class(int error) argument
681 nfs_socket_search_update_error(struct nfs_socket_search *nss, int error) argument
702 int error = 0; local
777 int error; local
841 int error; local
943 int error; local
971 int error; local
1058 int error, savederror, nfsvers; local
1580 int error = 0; local
1615 int error, wentdown = 0, verbose = 1; local
1769 int error, dofinish; local
2059 int error, on = 1; local
2290 int error, on = 1, ip; local
2380 int error = 0, recv = 1; local
2436 int error = 0, replen, len; local
2797 int error = 0; local
2906 int error, error2, sotype, rexmit, slpflag = 0, needrecon; local
3234 int error = 0; local
3266 int error = 0; local
3332 int error = 0; local
3362 int error = 0, asyncioq, t1; local
3470 int error = 0, slpflag, first = 1; local
3756 int error = 0; local
3866 int error, clearjbtimeo; local
4290 int error; local
4337 int error; local
4387 int error, sent; local
4462 int error = 0, asyncio = req->r_callback.rcb_func ? 1 : 0; local
4633 int timeo, maxtime, finish_asyncio, error; local
4856 int error = 0; local
4928 int error = 0, slpflag = 0; local
4995 int error = 0, on = 1, try, sendat = 2, soproto, recv, optlen, restoreto = 0; local
5171 int error = 0, ip, pmprog, pmvers, pmproc, ualen = 0; local
5271 nfs_msg(thread_t thd, const char *server, const char *msg, int error) argument
5400 nfs_is_dead_lock(int error, struct nfsmount *nmp) argument
5419 nfs_is_dead(int error, struct nfsmount *nmp) argument
5431 nfs_down(struct nfsmount *nmp, thread_t thd, int error, int flags, const char *msg) argument
5550 int err, error; local
5658 int error; local
5708 int ns_flag=0, error; local
5843 int len, mlen, error; local
5995 int error = 0; local
6049 int error = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreNSStringExtras.mm34 BOOL stringIsCaseInsensitiveEqualToString(NSString *first, NSString *second)
36 return [first compare:second options:(NSCaseInsensitiveSearch|NSLiteralSearch)] == NSOrderedSame;
91 OSStatus error = FSGetForkCBInfo(resRef, 0, NULL, NULL, NULL, &fref, NULL);
92 if (error != noErr)
113 error = LocaleStringToLangAndRegionCodes([(NSString *)locale.get() UTF8String], &lang, &region);
114 if (error != noErr)
118 error = UpgradeScriptInfoToTextEncoding(kTextScriptDontCare, lang, region, NULL, &encoding);
119 if (error != noErr)
/macosx-10.9.5/libarchive-29/libarchive/contrib/shar/
H A Dshar.c201 int error = 0; local
203 int first; local
209 for (first = 1; (tree_ret = tree_next(t)); first = 0) {
213 error = 1;
219 error = 1;
226 if (first && S_ISLNK(lst->st_mode)) {
229 error = 1;
237 error = 1;
244 return ((error !
255 int error = 0; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Archive/
H A DArchiveReader.cpp40 Archive::parseSymbolTable(const void* data, unsigned size, std::string* error) { argument
46 if (error)
47 *error = "Ran out of data reading vbr_uint for symtab offset!";
52 if (error)
53 *error = "Ran out of data reading vbr_uint for symtab length!";
57 if (error)
58 *error = "Malformed symbol table: length not consistent with size";
73 Archive::parseMemberHeader(const char*& At, const char* End, std::string* error) argument
76 if (error)
77 *error
236 checkSignature(std::string* error) argument
250 loadArchive(std::string* error) argument
503 findModulesDefiningSymbols(std::set<std::string>& symbols, SmallVectorImpl<Module*>& result, std::string* error) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DASTFactory.cpp73 throw ANTLRException("Internal parser error invalid type passed to RegisterFactory");
75 throw ANTLRException("Internal parser error 0 factory passed to RegisterFactory");
123 if( type_name == (*fact)->first )
132 string error = "ASTFactory::create: Unknown AST type '" + type_name + "'"; variable
133 throw ANTLRException(error); variable
226 /** Make a tree from a list of nodes. The first element in the
301 default_factory_descriptor.first = factory_node_name;
346 string error = "Invalid XML file... no '<' found ("; variable
347 error += ch + ")";
348 throw IOException(error); variable
362 string error = "Invalid XML file... close tag does not match start tag: "; variable
365 throw IOException(error); variable
372 string error = "Invalid XML file... no '>' found ("; variable
374 throw IOException(error); variable
421 string error = "Invalid XML file... no '<' found ("; variable
423 throw IOException(error); variable
432 string error = "Unsuported AST type: " + ast_type; variable
433 throw IOException(error); variable
448 string error = "Invalid XML file... no '>' found after '/' ("; variable
450 throw IOException(error); variable
462 string error = "Invalid XML file... no '>' found ("; variable
464 throw IOException(error); variable
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-addrlist.c321 http_addrlist_t * /* O - New address list or @code NULL@ on error */
403 http_addrlist_t *first, /* First address in list */ local
432 * We set a flag at the end of this function if we encounter an error that
449 first = addr = NULL;
458 if ((first = (http_addrlist_t *)calloc(1, sizeof(http_addrlist_t))) != NULL)
460 addr = first;
461 first->addr.un.sun_family = AF_LOCAL;
462 strlcpy(first->addr.un.sun_path, hostname, sizeof(first->addr.un.sun_path));
476 int error; /* getaddrinf local
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_passbyref.rb155 # Passing nil for error should not return it.
159 # Not specifying error should return it.
163 assert_nil(val.first)
173 assert_equal(false, val.first)
249 assert_kind_of(String, ary.first)
252 types = ary.first.unpack('Q*')
254 types = ary.first.unpack('i*')
265 assert_kind_of(Array, ary.first)
266 assert_equal(1, ary.first.size)
267 assert_equal(OSX::NSZeroRect, ary.first
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-objdump/
H A Dllvm-objdump.cpp105 static bool error(error_code ec) { function
108 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
166 if (error(a.getAddress(a_addr))) return false;
167 if (error(b.getAddress(b_addr))) return false;
191 if (error(ec)) break;
193 if (error(i->isText(text))) break;
197 if (error(i->getAddress(SectionAddr))) break;
205 if (!error(i->containsSymbol(*si, contains)) && contains) {
207 if (error(si->getAddress(Address))) break;
211 if (error(s
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSScriptRef.cpp58 : SourceProvider(url, TextPosition(OrdinalNumber::fromOneBasedInt(startingLineNumber), OrdinalNumber::first()))
70 static bool parseScript(VM* vm, const SourceCode& source, ParserError& error) argument
72 return JSC::parse<JSC::ProgramNode>(vm, source, 0, Identifier(), JSParseNormal, JSParseProgramCode, error);
88 ParserError error; local
89 if (!parseScript(vm, SourceCode(result), error)) {
91 *errorMessage = OpaqueJSString::create(error.m_message).leakRef();
93 *errorLine = error.m_line;
107 ParserError error; local
108 if (!parseScript(vm, SourceCode(result), error)) {
110 *errorMessage = OpaqueJSString::create(error
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetaddrinfo.c188 struct addrinfo *first = NULL; local
189 struct addrinfo **current = &first;
218 *res = first;
238 int error; local
241 he->h_addrtype, &error);
276 struct addrinfo *first = NULL; local
277 struct addrinfo **current = &first;
292 *res = first;
303 *res = first;
316 struct addrinfo *first local
321 int error; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorAgent.cpp111 ErrorString error; local
112 disable(&error);
124 if (m_pendingInspectData.first)
125 inspect(m_pendingInspectData.first, m_pendingInspectData.second);
128 m_frontend->inspector()->evaluateForTestInFrontend(static_cast<int>((*it).first), (*it).second);
164 m_pendingInspectData.first = 0;
168 m_pendingInspectData.first = objectToInspect;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinkItems.cpp40 if (LinkInLibrary(I->first, is_native))
47 if (LinkInFile(sys::Path(I->first), is_native))
79 return error("Cannot find library '" + Lib.str() + "'");
97 return error("Cannot link archive '" + Pathname.str() + "'");
120 /// FALSE - No error.
152 /// ErrorMessage - A C++ string detailing what error occurred, if any.
155 /// TRUE - An error occurred.
176 return error("Cannot link stdin: " + ec.message());
182 return error("Cannot find linker input '" + File.str() + "'");
201 return error("Canno
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dparser.c109 yaml_event_t *event, int first);
117 yaml_event_t *event, int first);
125 yaml_event_t *event, int first);
141 yaml_event_t *event, int first);
179 /* No events after the end of the stream or error. */
181 if (parser->stream_end_produced || parser->error ||
192 * Set parser error.
199 parser->error = YAML_PARSER_ERROR;
211 parser->error = YAML_PARSER_ERROR;
393 if (!token) goto error;
726 yaml_parser_parse_block_sequence_entry(yaml_parser_t *parser, yaml_event_t *event, int first) argument
834 yaml_parser_parse_block_mapping_key(yaml_parser_t *parser, yaml_event_t *event, int first) argument
949 yaml_parser_parse_flow_sequence_entry(yaml_parser_t *parser, yaml_event_t *event, int first) argument
1100 yaml_parser_parse_flow_mapping_key(yaml_parser_t *parser, yaml_event_t *event, int first) argument
[all...]

Completed in 430 milliseconds

1234567891011>>