HomeSort by: relevance | last modified time | path
    Searched defs:ctf_errno (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_error.c 100 ctf_errno(ctf_file_t *fp) function
102 return (fp->ctf_errno);
ctf_impl.h 216 int ctf_errno; /* error code for most recent error */ member in struct:ctf_file
  /src/external/gpl3/binutils/dist/libctf/
ctf-error.c 80 ctf_errno (ctf_dict_t * fp) function
82 return fp->ctf_errno;
ctf-impl.h 452 int ctf_errno; /* Error code for most recent error. */ member in struct:ctf_dict
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-error.c 80 ctf_errno (ctf_dict_t * fp) function
82 return fp->ctf_errno;
ctf-impl.h 452 int ctf_errno; /* Error code for most recent error. */ member in struct:ctf_dict

Completed in 26 milliseconds