HomeSort by relevance Sort by last modified time
    Searched refs:errstr (Results 176 - 200 of 268) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/go/darwin-x86/src/syscall/
asm_plan9_amd64.s 34 CALL runtime·errstr(SB)
72 CALL runtime·errstr(SB)
138 CALL syscall·errstr(SB)
  /prebuilts/go/linux-x86/src/syscall/
asm_plan9_386.s 35 CALL runtime·errstr(SB)
73 CALL runtime·errstr(SB)
140 CALL syscall·errstr(SB)
asm_plan9_amd64.s 34 CALL runtime·errstr(SB)
72 CALL runtime·errstr(SB)
138 CALL syscall·errstr(SB)
  /build/make/tools/atree/
files.cpp 271 string errstr; local
276 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
282 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line.";
294 errstr = "Error: More than 2 paths per line.";
299 if (pcount == 0 && !errstr.empty()) {
300 errstr = "Error: No path found on line.";
303 if (!errstr.empty()) {
305 filename.c_str(), i+1, p, errstr.c_str());
  /external/strace/tests/
add_key.c 56 const char *errstr = sprintrc(rc); local
66 printf(") = %s\n", errstr);
xchownx.c 151 const char *errstr = sprintrc(rc); local
155 printf(") = %s\n", errstr);
ioctl_dm.c 206 const char *errstr; local
443 errstr = sprintrc(rc);
460 printf("}) = %s\n", errstr);
487 errstr = sprintrc(rc);
504 printf("}) = %s\n", errstr);
538 errstr = sprintrc(rc);
556 printf("...}) = %s\n", errstr);
633 errstr = sprintrc(rc);
647 printf("}) = %s\n", errstr);
654 errstr = sprintrc(rc)
    [all...]
file_handle.c 85 const char *errstr; local
89 errstr = sprintrc(rc);
117 printf(", %s) = %s\n", flags_str, errstr);
process_vm_readv_writev.c 152 const char *errstr; local
156 errstr = sprintrc(rc);
175 (unsigned long) flags, errstr);
  /external/strace/tests-m32/
add_key.c 56 const char *errstr = sprintrc(rc); local
66 printf(") = %s\n", errstr);
xchownx.c 151 const char *errstr = sprintrc(rc); local
155 printf(") = %s\n", errstr);
ioctl_dm.c 206 const char *errstr; local
443 errstr = sprintrc(rc);
460 printf("}) = %s\n", errstr);
487 errstr = sprintrc(rc);
504 printf("}) = %s\n", errstr);
538 errstr = sprintrc(rc);
556 printf("...}) = %s\n", errstr);
633 errstr = sprintrc(rc);
647 printf("}) = %s\n", errstr);
654 errstr = sprintrc(rc)
    [all...]
file_handle.c 85 const char *errstr; local
89 errstr = sprintrc(rc);
117 printf(", %s) = %s\n", flags_str, errstr);
process_vm_readv_writev.c 152 const char *errstr; local
156 errstr = sprintrc(rc);
175 (unsigned long) flags, errstr);
  /external/strace/tests-mx32/
add_key.c 56 const char *errstr = sprintrc(rc); local
66 printf(") = %s\n", errstr);
xchownx.c 151 const char *errstr = sprintrc(rc); local
155 printf(") = %s\n", errstr);
ioctl_dm.c 206 const char *errstr; local
443 errstr = sprintrc(rc);
460 printf("}) = %s\n", errstr);
487 errstr = sprintrc(rc);
504 printf("}) = %s\n", errstr);
538 errstr = sprintrc(rc);
556 printf("...}) = %s\n", errstr);
633 errstr = sprintrc(rc);
647 printf("}) = %s\n", errstr);
654 errstr = sprintrc(rc)
    [all...]
  /external/libevent/
log-internal.h 68 void event_logv_(int severity, const char *errstr, const char *fmt, va_list ap)
  /external/llvm/bindings/go/llvm/
target.go 217 var errstr *C.char
220 fail := C.LLVMGetTargetFromTriple(ctriple, &t.C, &errstr)
222 err = errors.New(C.GoString(errstr))
223 C.free(unsafe.Pointer(errstr))
271 var errstr *C.char
273 fail := C.LLVMTargetMachineEmitToMemoryBuffer(tm.C, m.C, C.LLVMCodeGenFileType(ft), &errstr, &mb.C)
275 err := errors.New(C.GoString(errstr))
276 C.free(unsafe.Pointer(errstr))
  /external/syslinux/core/fs/pxe/
tftp.c 18 const char *errstr);
34 * @errstr: Error string (included in packet)
37 const char *errstr)
44 int len = min(strlen(errstr), sizeof(err_buf.err_msg)-1);
49 memcpy(err_buf.err_msg, errstr, len);
  /prebuilts/go/darwin-x86/src/plugin/
plugin_dlopen.go 87 pluginpath, syms, errstr := lastmoduleinit()
88 if errstr != "" {
91 err: errstr,
94 return nil, errors.New(`plugin.Open("` + name + `"): ` + errstr)
162 func lastmoduleinit() (pluginpath string, syms map[string]interface{}, errstr string)
  /prebuilts/go/linux-x86/src/plugin/
plugin_dlopen.go 87 pluginpath, syms, errstr := lastmoduleinit()
88 if errstr != "" {
91 err: errstr,
94 return nil, errors.New(`plugin.Open("` + name + `"): ` + errstr)
162 func lastmoduleinit() (pluginpath string, syms map[string]interface{}, errstr string)
  /external/valgrind/helgrind/
hg_errors.c 342 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon42653::__anon42654::__anon42659
362 HChar* errstr; /* persistent, in tool-arena */ member in struct:__anon42653::__anon42654::__anon42661
615 Word err, const HChar* errstr )
620 tl_assert(errstr);
626 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr);
634 void HG_(record_error_Misc_w_aux) ( Thread* thr, const HChar* errstr,
639 tl_assert(errstr);
643 xe.XE.Misc.errstr = string_table_strdup(errstr);
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver.py 472 errstr = ('Ill formed action |%s|. Action must be of the form: '
477 self._setup_error(errstr)
479 self._setup_error(errstr)
481 self._setup_error(errstr)
490 self._setup_error(errstr)
494 self._setup_error(errstr)
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 83 char *errstr; local
90 errstr = strerror(errno);
97 fprintf(stderr, "Error = (%d) %s\n", saverrno, errstr);

Completed in 428 milliseconds

1 2 3 4 5 6 78 91011