HomeSort by relevance Sort by last modified time
    Searched refs:errp (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 188 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
189 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 188 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
189 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 188 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
189 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
  /external/bison/src/
print.c 179 errs *errp = s->errs;
184 for (i = 0; i < errp->num; ++i)
185 if (errp->symbols[i])
186 max_length (&width, errp->symbols[i]->tag);
196 for (i = 0; i < errp->num; ++i)
197 if (errp->symbols[i])
199 const char *tag = errp->symbols[i]->tag;
178 errs *errp = s->errs; local
print-xml.c 183 errs *errp = s->errs; local
187 for (i = 0; i < errp->num; ++i)
188 if (errp->symbols[i])
199 for (i = 0; i < errp->num; ++i)
200 if (errp->symbols[i])
202 char const *tag = errp->symbols[i]->tag;
tables.c 245 errs *errp = s->errs; local
300 for (i = 0; i < errp->num; i++)
302 symbol *sym = errp->symbols[i];
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 41 char * volatile errp; member in struct:sub_process_t
229 return (((sub_process *)proc)->errp);
643 pproc->errp = malloc(bufsize);
644 if (pproc->errp == NULL)
657 pproc->errp = realloc(pproc->errp, bufsize);
658 if (pproc->errp == NULL) {
663 pproc->errp[pproc->errcnt++] = c;
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 114 struct nlmsghdr *nlh, struct nfattr *cda[], int *errp);
  /external/dnsmasq/src/
lease.c 163 static void ourprintf(int *errp, char *format, ...)
168 if (!(*errp) && vfprintf(daemon->lease_stream, format, ap) < 0)
169 *errp = errno;
  /external/kernel-headers/original/linux/
ext3_fs.h 751 ext3_fsblk_t goal, int *errp);
753 ext3_fsblk_t goal, unsigned long *count, int *errp);
  /bionic/libc/private/
arpa_nameser.h 525 uint32_t ns_datetosecs(const char *cp, int *errp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 524 u_int32_t ns_datetosecs (const char *cp, int *errp) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 524 u_int32_t ns_datetosecs (const char *cp, int *errp) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 524 u_int32_t ns_datetosecs (const char *cp, int *errp) __THROW;

Completed in 585 milliseconds