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

1 2 3 4 5 6 7 8 91011>>

  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/include/
capdefaults.c 46 char *sp; variable
49 #define EXTRACT_DELAY(str) (sp = strchr(str, '*'), sp ? atoi(sp+1) : 0)
  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/ncurses/widechar/
lib_wunctrl.c 45 static wchar_t str[5], *sp; local
50 for (sp = str; *p;)
51 *sp++ = _nc_to_widechar(*p++);
  /webstack/webstack/trunk/src/ncurses-5.5/include/
capdefaults.c 46 char *sp; variable
49 #define EXTRACT_DELAY(str) (sp = strchr(str, '*'), sp ? atoi(sp+1) : 0)
  /webstack/webstack/trunk/src/ncurses-5.5/ncurses/widechar/
lib_wunctrl.c 45 static wchar_t str[5], *sp; local
50 for (sp = str; *p;)
51 *sp++ = _nc_to_widechar(*p++);
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/mpf/
iset.c 28 mp_ptr rp, sp; local
41 sp = s->_mp_d;
45 sp += size - prec;
52 MPN_COPY (rp, sp, size);
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/c-client/
memmove2.c 39 char *dp,*sp;
46 sp = (char *) ct;
47 if (dest < src) for (i = 0; i < n; ++i) dp[i] = sp[i];
48 else if (dest > src) for (i = n - 1; i >= 0; --i) dp[i] = sp[i];
38 char *dp,*sp; local
ckp_psx.c 41 struct spwd *sp = NIL;
76 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
77 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
78 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
79 ((sp->sp_expire <= 0) || (sp->sp_expire >= now)) &&
80 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
ckp_sv4.c 41 struct spwd *sp = NIL;
73 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
74 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
75 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
76 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
ckp_svo.c 41 struct spwd *sp = NIL;
72 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
73 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
74 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
75 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
osdepckp.c 41 struct spwd *sp = NIL;
76 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
77 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
78 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
79 ((sp->sp_expire <= 0) || (sp->sp_expire >= now)) &&
80 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/ansilib/
memmove2.c 39 char *dp,*sp;
46 sp = (char *) ct;
47 if (dest < src) for (i = 0; i < n; ++i) dp[i] = sp[i];
48 else if (dest > src) for (i = n - 1; i >= 0; --i) dp[i] = sp[i];
38 char *dp,*sp; local
  /webstack/webstack/branches/CoolStack12Rtm/src/ncurses-5.5/ncurses/base/
lib_erase.c 51 NCURSES_CH_T *sp, *end, *start; local
61 for (sp = start; sp <= end; sp++)
62 *sp = blank;
  /webstack/webstack/trunk/src/gmp-4.2.1/mpf/
iset.c 28 mp_ptr rp, sp; local
41 sp = s->_mp_d;
45 sp += size - prec;
52 MPN_COPY (rp, sp, size);
  /webstack/webstack/trunk/src/imap-2006c1/c-client/
memmove2.c 39 char *dp,*sp;
46 sp = (char *) ct;
47 if (dest < src) for (i = 0; i < n; ++i) dp[i] = sp[i];
48 else if (dest > src) for (i = n - 1; i >= 0; --i) dp[i] = sp[i];
38 char *dp,*sp; local
ckp_psx.c 41 struct spwd *sp = NIL;
76 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
77 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
78 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
79 ((sp->sp_expire <= 0) || (sp->sp_expire >= now)) &&
80 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
  /webstack/webstack/trunk/src/imap-2006c1/src/ansilib/
memmove2.c 39 char *dp,*sp;
46 sp = (char *) ct;
47 if (dest < src) for (i = 0; i < n; ++i) dp[i] = sp[i];
48 else if (dest > src) for (i = n - 1; i >= 0; --i) dp[i] = sp[i];
38 char *dp,*sp; local
  /webstack/webstack/trunk/src/ncurses-5.5/ncurses/base/
lib_erase.c 51 NCURSES_CH_T *sp, *end, *start; local
61 for (sp = start; sp <= end; sp++)
62 *sp = blank;
  /webstack/webstack/branches/CoolStack12Rtm/src/freetds-0.64/include/
des.h 11 TDS_UINT sp[8][64]; member in struct:des_key
  /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/
randlc2s.c 69 const struct __gmp_rand_lc_scheme_struct *sp; local
73 for (sp = __gmp_rand_lc_scheme; sp->m2exp != 0; sp++)
74 if (sp->m2exp / 2 >= size)
80 mpz_init_set_str (a, sp->astr, 16);
81 gmp_randinit_lc_2exp (rstate, a, sp->c, sp->m2exp);
  /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/unix/
ckp_psx.c 41 struct spwd *sp = NIL;
76 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
77 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
78 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
79 ((sp->sp_expire <= 0) || (sp->sp_expire >= now)) &&
80 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
ckp_sv4.c 41 struct spwd *sp = NIL;
73 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
74 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
75 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
76 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
ckp_svo.c 41 struct spwd *sp = NIL;
72 if ((sp = getspnam (pw->pw_name)) && sp->sp_lstchg &&
73 ((sp->sp_lstchg < 0) || (sp->sp_max <= 0) ||
74 ((sp->sp_lstchg + sp->sp_max) >= now)) &&
75 sp->sp_pwdp && sp->sp_pwdp[0] && sp->sp_pwdp[1] &
40 struct spwd *sp = NIL; local
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/common/
util_cache.c 44 void *sp; local
56 if ((ret = dbp->stat(dbp, &sp, DB_FAST_STAT)) != 0) {
63 qsp = (DB_QUEUE_STAT *)sp;
67 hsp = (DB_HASH_STAT *)sp;
72 bsp = (DB_BTREE_STAT *)sp;
79 free(sp);
  /webstack/webstack/trunk/src/freetds-0.64/include/
des.h 11 TDS_UINT sp[8][64]; member in struct:des_key
  /webstack/webstack/trunk/src/gmp-4.2.1/
randlc2s.c 69 const struct __gmp_rand_lc_scheme_struct *sp; local
73 for (sp = __gmp_rand_lc_scheme; sp->m2exp != 0; sp++)
74 if (sp->m2exp / 2 >= size)
80 mpz_init_set_str (a, sp->astr, 16);
81 gmp_randinit_lc_2exp (rstate, a, sp->c, sp->m2exp);

Completed in 2459 milliseconds

1 2 3 4 5 6 7 8 91011>>