Searched refs:result (Results 226 - 250 of 2067) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp384 DoExecute (Args& command, CommandReturnObject &result) argument
393 result.AppendErrorWithFormat ("%s takes a start address expression with an optional end address expression.\n", m_cmd_name.c_str());
394 result.AppendRawWarning("Expressions should be quoted if they contain spaces or other special characters.\n");
395 result.SetStatus(eReturnStatusFailed);
491 result.AppendErrorWithFormat ("invalid type string: '%s'\n", view_as_type_cstr);
492 result.SetStatus(eReturnStatusFailed);
540 result.AppendErrorWithFormat ("unable to find any types that match the raw type '%s' for full type '%s'\n",
543 result.SetStatus(eReturnStatusFailed);
560 result.AppendError ("unable make a pointer type\n");
561 result
1058 DoExecute(Args& command, CommandReturnObject &result) argument
1390 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
H A DCommandObjectBreakpoint.cpp365 CommandReturnObject &result)
370 result.AppendError ("Invalid target. Must set target before setting breakpoints (see 'target create' command).");
371 result.SetStatus (eReturnStatusFailed);
410 if (!GetDefaultFile (target, file, result))
412 result.AppendError("No file supplied and no default file available.");
413 result.SetStatus (eReturnStatusFailed);
419 result.AppendError("Only one file at a time is allowed for file and line breakpoints.");
420 result.SetStatus (eReturnStatusFailed);
469 result.AppendErrorWithFormat("Function name regular expression could not be compiled: \"%s\"",
471 result
364 DoExecute(Args& command, CommandReturnObject &result) argument
577 GetDefaultFile(Target *target, FileSpec &file, CommandReturnObject &result) argument
923 DoExecute(Args& command, CommandReturnObject &result) argument
1053 DoExecute(Args& command, CommandReturnObject &result) argument
1173 DoExecute(Args& command, CommandReturnObject &result) argument
1354 DoExecute(Args& command, CommandReturnObject &result) argument
1538 DoExecute(Args& command, CommandReturnObject &result) argument
1669 DoExecute(Args& command, CommandReturnObject &result) argument
1794 VerifyBreakpointIDs(Args &args, Target *target, CommandReturnObject &result, BreakpointIDList *valid_ids) argument
[all...]
H A DCommandObjectCommands.cpp142 DoExecute (Args& command, CommandReturnObject &result) argument
147 result.SetStatus(lldb::eReturnStatusSuccessFinishNoResult);
153 result.AppendError("--count, --start-index and --end-index cannot be all specified in the same invocation");
154 result.SetStatus(lldb::eReturnStatusFailed);
216 history.Dump(result.GetOutputStream(), start_idx.second, stop_idx.second);
219 return result.Succeeded();
374 DoExecute(Args& command, CommandReturnObject &result) argument
398 result);
412 result);
418 result
553 DoExecute(const char *raw_command_line, CommandReturnObject &result) argument
623 HandleAliasingRawCommand(const std::string &alias_command, std::string &raw_command_string, CommandObject &cmd_obj, CommandReturnObject &result) argument
669 HandleAliasingNormalCommand(Args& args, CommandReturnObject &result) argument
820 DoExecute(Args& args, CommandReturnObject &result) argument
1014 DoExecute(Args& command, CommandReturnObject &result) argument
1347 DoExecute(const char *raw_command_line, CommandReturnObject &result) argument
1498 DoExecute(Args& command, CommandReturnObject &result) argument
1731 DoExecute(Args& command, CommandReturnObject &result) argument
1825 DoExecute(Args& command, CommandReturnObject &result) argument
1862 DoExecute(Args& command, CommandReturnObject &result) argument
1906 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dwrapper.c28 /* Pointer to some result from the gdb function call, if any */
33 } result; member in struct:gdb_wrapper_arguments
88 *expression = (struct expression *) args.result.pointer;
98 args->result.pointer = parse_exp_1((char **) args->args[0].pointer,
117 *value = (struct value *) args.result.pointer;
126 (args)->result.pointer =
151 gdb_value_equal (struct value *val1, struct value *val2, int *result) argument
165 *result = args.result.integer;
179 (args)->result
184 gdb_value_assign(struct value *val1, struct value *val2, struct value **result) argument
310 gdb_value_struct_elt(struct ui_out *uiout, struct value **result, struct value **argp, struct value **args, char *name, int *static_memfuncp, char *err) argument
[all...]
/freebsd-10-stable/lib/msun/tests/
H A Dlogarithm_test.c61 #define test(func, x, result, exceptmask, excepts) do { \
64 assert(fpequal((func)(_d), (result))); \
68 #define test(func, x, result, exceptmask, excepts) do { \
71 assert(fpequal((func)(_d), (result))); \
75 #define test_tol(func, z, result, tol) do { \
77 debug(" testing %6s(%15La) ~= % .36Le\n", #func, _d, result); \
78 assert(fpequal_tol((func)(_d), (result), (tol), CS_BOTH)); \
82 #define testall0(x, result, exceptmask, excepts) do { \
83 test(log, x, result, exceptmask, excepts); \
84 test(logf, x, result, exceptmas
[all...]
/freebsd-10-stable/contrib/binutils/ld/
H A Dldexp.c137 expld.result.value += expld.result.section->vma;
138 expld.result.section = bfd_abs_section_ptr;
144 expld.result.valid_p = TRUE;
145 expld.result.section = bfd_abs_section_ptr;
146 expld.result.value = value;
147 expld.result.str = NULL;
191 expld.result.valid_p = TRUE;
192 expld.result.value = value;
193 expld.result
[all...]
/freebsd-10-stable/lib/libc/mips/gen/
H A Dldexp.S78 mtc1 v0, $f1 # save MSW of result
79 mtc1 t3, $f0 # save LSW of result
86 beq t3, zero, 9f # result is zero
148 or t0, t0, t1 # put result back together
150 mtc1 t0, $f1 # save MSW of result
151 mtc1 t3, $f0 # save LSW of result
155 ble t1, -52, 7f # is result too small for denorm?
167 bge t8, zero, 1f # does result need to be rounded?
168 addu t3, t3, 1 # round result
172 bne t8, zero, 1f # round result t
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Ducm.c176 int result; local
188 result = idr_pre_get(&ctx_id_table, GFP_KERNEL);
189 if (!result)
193 result = idr_get_new(&ctx_id_table, ctx, &ctx->id);
195 } while (result == -EAGAIN);
197 if (result)
357 int result = 0; local
371 result = ib_ucm_event_process(event, uevent);
372 if (result)
398 int result local
484 int result; local
531 int result = 0; local
576 int result = 0; local
609 int result = 0; local
656 int result; local
682 int result; local
751 int result; local
809 int result; local
851 int result; local
905 int result; local
953 int result; local
981 int result; local
1014 int result; local
1055 int result; local
1118 ssize_t result; local
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dinputstr.c84 static int result = -1; local
85 if (result < 0) {
88 result = FALSE;
90 result = TRUE;
92 result = FALSE;
95 return result;
128 int result = (p->cache_num - q->cache_num); local
129 if (result == 0)
130 result = (int) (p->string_at - q->string_at);
131 return result;
207 bool result = TRUE; local
246 bool result = TRUE; local
275 int result; local
311 int result; local
390 int result; local
422 int result; local
483 int result = 0; local
504 int result = dlg_count_wchars(string); local
677 int result; local
[all...]
H A Dyesno.c51 int result = DLG_EXIT_UNKNOWN; local
96 while (result == DLG_EXIT_UNKNOWN) {
104 if (dlg_result_key(key, fkey, &result))
107 result = dlg_ok_buttoncode(code);
132 result = dlg_yes_buttoncode(button);
143 result = dlg_yes_buttoncode(key - M_EVENT);
144 if (result < 0)
145 result = DLG_EXIT_OK;
160 return result;
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_prop.c80 _type_ * __restrict result, int base) \
100 *result = acc; \
148 int * __restrict result)
154 *result = ch;
160 *result = '\a';
163 *result = '\b';
166 *result = '\f';
169 *result = '\n';
172 *result = '\r';
175 *result
147 _citrus_prop_read_character_common(struct _memstream * __restrict ms, int * __restrict result) argument
[all...]
/freebsd-10-stable/sys/boot/common/
H A Dinterp_forth.c80 int argc, result; local
136 result = (cmd)(argc, argv);
139 result=BF_PARSE;
142 switch (result) {
155 if (result != CMD_OK)
156 vmThrow(vm, result);
159 stackPushINT(vm->pStack,result);
243 "postpone throw " /* throw stack-returned result */ \
247 "throw " /* throw stack-returned result */ \
300 int result; local
[all...]
/freebsd-10-stable/contrib/atf/atf-c/
H A Dcheck_test.c226 run_h_tc(tc, outname, errname, "result");
303 atf_check_result_t result; local
313 RE(atf_check_exec_array(argv, &result));
315 ATF_CHECK(atf_check_result_exited(&result));
316 ATF_CHECK(atf_check_result_exitcode(&result) == EXIT_SUCCESS);
319 const char *path = atf_check_result_stdout(&result);
326 atf_check_result_fini(&result);
339 atf_check_result_t result; local
342 do_exec(tc, "exit-success", &result);
343 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result)));
366 atf_check_result_t result; local
375 atf_check_result_t result; local
384 atf_check_result_t result; local
466 atf_check_result_t result; local
496 atf_check_result_t result; local
[all...]
/freebsd-10-stable/contrib/libreadline/
H A Dnls.c207 char *cp, *language, *result; local
210 result = (char *)0;
221 result = language;
232 result = cp;
238 if (cp - result > 2)
240 result++;
241 *lenp = cp - result;
246 result = language;
250 return result;
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_realpath.c48 const char *result; member in struct:__anon275
85 if (ptr == NULL && paths[i].result == NULL)
88 if (ptr == NULL && paths[i].result != NULL)
91 if (strcmp(paths[i].result, buf) != 0)
93 paths[i].result, buf);
105 char result[MAXPATHLEN] = { 0 }; local
110 ATF_CHECK(realpath(buffer, result) != NULL);
111 ATF_CHECK(strlen(result) == 1);
112 ATF_CHECK(result[0] == '/');
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBQueue.cpp91 lldb::queue_id_t result = LLDB_INVALID_QUEUE_ID; local
95 result = queue_sp->GetID();
99 log->Printf ("SBQueue(%p)::GetQueueID () => 0x%" PRIx64, this, result);
100 return result;
106 uint32_t result = LLDB_INVALID_INDEX32; local
110 result = queue_sp->GetIndexID();
114 log->Printf ("SBQueueImpl(%p)::GetIndexID () => %d", this, result);
115 return result;
192 uint32_t result = 0; local
197 result
228 uint32_t result = 0; local
241 SBQueueItem result; local
253 SBProcess result; local
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dvsscanf.c83 ChunkType result = cUnknown; local
88 result = cChar;
90 result = cError;
98 result = cInt;
101 result = cShort;
104 result = cLong;
114 result = cFloat;
117 result = cError;
120 result = cDouble;
126 result
149 OtherType result = oUnknown; local
[all...]
/freebsd-10-stable/contrib/opie/
H A Dopieserv.c29 int result; local
43 switch (result = opiechallenge(&opie, principal, challenge)) {
56 fprintf(stderr, "Unknown error %d!\n", result);
69 switch (result = opieverify(&opie, response)) {
80 fprintf(stderr, "Unknown error %d!\n", result);
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dbase64-test.c47 const char *result; member in struct:test
62 if(strcmp(str, t->result) != 0) {
64 str, t->result);
68 str = strdup(t->result);
69 len = base64_decode(t->result, str);
H A Dhex-test.c47 const char *result; member in struct:test
64 if(strcmp(str, t->result) != 0) {
66 str, t->result);
70 str = strdup(t->result);
72 len = hex_decode(t->result, str, len);
/freebsd-10-stable/lib/libstand/
H A Dpager.c136 int result; local
146 result = -1;
150 result = 0;
155 result = 1;
160 return(result);
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Delf_freebsd.c47 struct preloaded_file **result)
51 r = __elfN(loadfile)(filename, dest, result);
60 if (!strcmp((*result)->f_type, "elf kernel"))
61 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
46 ofw_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result) argument
H A Dppc64_elf_freebsd.c49 struct preloaded_file **result)
53 r = __elfN(loadfile)(filename, dest, result);
61 if (!strcmp((*result)->f_type, "elf kernel"))
62 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
48 ppc64_ofw_elf_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result) argument
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dppc64_elf_freebsd.c47 struct preloaded_file **result)
51 r = __elfN(loadfile)(filename, dest, result);
59 if (!strcmp((*result)->f_type, "elf kernel"))
60 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
46 ppc64_elf_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result) argument
/freebsd-10-stable/tools/regression/security/cap_test/
H A Dcap_test.c99 int result; local
105 /* Parent: wait for result from child. */
109 result = WEXITSTATUS(status);
111 result = FAILED;
118 (result == PASSED) ? "ok" : "not ok",
121 return (result);

Completed in 691 milliseconds

1234567891011>>