HomeSort by relevance Sort by last modified time
    Searched defs:dummy (Results 1 - 25 of 490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-runtime/intl/
osdep.c 25 typedef int dummy; typedef
  /webstack/webstack/trunk/src/gettext-0.16/gettext-runtime/intl/
osdep.c 25 typedef int dummy; typedef
  /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/os_vxworks/
os_vx_abs.c 23 DEV_HDR *dummy; local
30 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
os_vx_rpath.c 25 DEV_HDR *dummy; local
41 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-runtime/gnulib-lib/
strerror.c 55 typedef int dummy; typedef
  /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/gnulib-lib/
strerror.c 55 typedef int dummy; typedef
  /webstack/webstack/branches/CoolStack12Rtm/src/libiconv-1.9.2/srclib/
strerror.c 50 typedef int dummy; typedef
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/os_vxworks/
os_vx_abs.c 25 DEV_HDR *dummy; local
32 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/db-4.5.20/os_vxworks/
os_vx_abs.c 23 DEV_HDR *dummy; local
30 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
os_vx_rpath.c 25 DEV_HDR *dummy; local
41 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/gettext-0.16/gettext-runtime/gnulib-lib/
strerror.c 55 typedef int dummy; typedef
  /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/gnulib-lib/
strerror.c 55 typedef int dummy; typedef
  /webstack/webstack/trunk/src/libiconv-1.9.2/srclib/
strerror.c 50 typedef int dummy; typedef
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/bdb/os_vxworks/
os_vx_abs.c 25 DEV_HDR *dummy; local
32 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/bdb/os_vxworks/
os_vx_abs.c 25 DEV_HDR *dummy; local
32 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/mysql-5.0.45/bdb/os_vxworks/
os_vx_abs.c 25 DEV_HDR *dummy; local
32 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/mpn/generic/
pre_mod_1.c 39 mp_limb_t dummy; local
51 udiv_qrnnd_preinv (dummy, r, r, n0, d, dinv);
mode1o.c 110 mp_limb_t s, h, l, inverse, dummy, dmul, ret; local
148 umul_ppmm (h, dummy, l, dmul);
173 umul_ppmm (h, dummy, l, dmul);
200 mp_limb_t s, x, y, inverse, dummy, dmul, c1, c2;
221 umul_ppmm (h, dummy, y, dmul);
  /webstack/webstack/trunk/src/gmp-4.2.1/mpn/generic/
pre_mod_1.c 39 mp_limb_t dummy; local
51 udiv_qrnnd_preinv (dummy, r, r, n0, d, dinv);
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/os/
os_rpath.c 35 DEV_HDR *dummy; local
51 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/bdb/os/
os_rpath.c 35 DEV_HDR *dummy; local
51 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/bdb/os/
os_rpath.c 35 DEV_HDR *dummy; local
51 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/trunk/src/mysql-5.0.45/bdb/os/
os_rpath.c 35 DEV_HDR *dummy; local
51 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
  /webstack/webstack/branches/CoolStack12Rtm/src/curl-7.14.0/lib/
if2ip.c 82 int dummy; local
88 dummy = socket(AF_INET, SOCK_STREAM, 0);
89 if (SYS_ERROR == dummy) {
101 if (SYS_ERROR == ioctl(dummy, SIOCGIFADDR, &req)) {
103 if (SYS_ERROR == ioctl(dummy, SIOCGIFADDR, &req, sizeof(req))) {
105 sclose(dummy);
115 sclose(dummy);
  /webstack/webstack/branches/CoolStack12Rtm/src/gdbm-1.8.3/
ndbm.h 42 typedef struct {int dummy[10];} DBM; member in struct:__anon508

Completed in 1320 milliseconds

1 2 3 4 5 6 7 8 91011>>