Searched refs:ct (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/string/
H A Dstrtok.c15 strtok_r(char *s, char const *ct, char **save_ptr) argument
26 sbegin += strspn(sbegin, ct);
33 send = strpbrk(sbegin, ct);
44 strtok(char *s, char const *ct) argument
46 return strtok_r(s, ct, &___strtok);
H A Dstrpbrk.c11 strpbrk(char const *cs, char const *ct) argument
17 for (sc2 = ct; *sc2 != '\0'; ++sc2) {
/haiku/src/libs/mapm/
H A Dmapmistr.c64 int ct, dl, numb, ii; local
67 ct = mtmp->m_apm_exponent;
74 if (ct <= 0 || mtmp->m_apm_sign == 0)
81 if (ct > 112)
83 if ((vp = (void *)MAPM_MALLOC((ct + 32) * sizeof(char))) == NULL)
111 if (ct > dl)
114 numb = (ct + 1) >> 1;
131 if (ct > dl)
132 memset(p, '0', (ct + 1 - dl));
134 cp[ct
[all...]
H A Dmapmfact.c139 int ii, nmul, ndigits, nd, jj, kk, mm, ct; local
151 ct = 0;
196 if (ct == (NDIM - 1))
222 m_apm_copy(array[ct], iprod1);
223 array[++ct] = m_apm_init();
229 m_apm_copy(array[ct], iprod1);
231 kk = ct;
268 for (ii=0; ii <= ct; ii++)
H A Dmapmutil.c406 int ii, numb, ct; local
410 ct = count;
412 ii = (ctmp->m_apm_datalength + ct + 1) >> 1;
426 if ((ct & 1) != 0) /* move odd number first */
428 ct--;
492 /* ct is even here */
494 if (ct > 0)
497 ii = ct >> 1;
502 ctmp->m_apm_datalength += ct;
503 ctmp->m_apm_exponent += ct;
509 int num1, numb, ct; local
[all...]
H A Dmapm_fpf.c109 int ii, jj, kk, ct, dl, xp, no_sep_flg, places; local
184 ct = M_strposition(cps, "."); /* find the default (.) radix char */
186 if (ct == -1) /* if not found .. */
189 ct = M_strposition(cps, "."); /* and then find it */
193 cps[ct] = '\0';
195 cps[ct] = ch_radix; /* assign the radix char */
201 if (ct <= count_sep)
212 ii = ct / count_sep;
214 if ((ii = ct - ii * count_sep) == 0)
229 if (jj != ct) /* unles
[all...]
H A Dmapm_rnd.c217 int ct; local
220 if ((ct = strlen(s)) <= 1)
224 p2 = s + ct - 1;
225 ct /= 2;
233 if (--ct == 0)
H A Dmapmutl2.c315 int ct; local
317 ct = -1;
324 ct++;
334 ct++;
343 if ((ch2 = *p2) == '\0') return(ct);
H A Dmapmfmul.c667 int ct, k; local
673 ct = 0;
682 if (++ct == bit_limit)
/haiku/src/apps/mail/
H A DUtilities.cpp126 cistrstr(const char* cs, const char* ct) argument
136 ct_len = strlen(ct);
145 c2 = ct[loop2];
/haiku/src/bin/network/telnet/
H A Dcommands.c932 struct setlist *ct;
940 for (ct = Setlist; ct->name; ct++)
941 printf("%-15s %s\n", ct->name, ct->help);
948 ct = getset(argv[1]);
949 if (ct == 0) {
979 } else if (Ambiguous((void *)ct)) {
983 } else if (ct
929 struct setlist *ct; local
999 struct setlist *ct; local
[all...]
/haiku/src/apps/deskbar/
H A DTimeView.cpp271 tm* ct = localtime(&curTime); local
272 if (ct == NULL)
294 fSeconds = ct->tm_sec;
295 fMinute = ct->tm_min;
296 fHour = ct->tm_hour;
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c728 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
863 void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 ct[16]) { argument
1020 PUTU32(ct , s0);
1027 PUTU32(ct + 4, s1);
1034 PUTU32(ct + 8, s2);
1041 PUTU32(ct
1044 rijndaelDecrypt(const u32 rk[ ], int Nr, const u8 ct[16], u8 pt[16]) argument
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h59 uint16 ct:1; member in struct:mc68040_ssw

Completed in 137 milliseconds