Searched refs:dp (Results 226 - 250 of 648) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_div_3.c38 w = (w << ((mp_word)DIGIT_BIT)) | ((mp_word)a->dp[ix]);
57 q.dp[ix] = (mp_digit)t;
H A Dbn_mp_dr_reduce.c55 tmpx1 = x->dp;
58 tmpx2 = x->dp + m;
H A Dbn_mp_mul_2d.c57 tmpc = c->dp;
75 c->dp[(c->used)++] = r;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/libDER/libDER/
H A DDER_Keys.h94 DERItem dp; /* d mod (p-1) */ member in struct:__anon4846
111 DERItem dp; /* d mod (p-1) */ member in struct:__anon4847
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfchdir.c139 closedir (DIR *dp) argument
142 int fd = dirfd (dp);
143 int retval = closedir (dp);
159 DIR *dp; local
161 dp = opendir (filename);
162 if (dp != NULL)
164 int fd = dirfd (dp);
176 return dp;
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_div_3.c38 w = (w << ((mp_word)DIGIT_BIT)) | ((mp_word)a->dp[ix]);
57 q.dp[ix] = (mp_digit)t;
H A Dbn_mp_mul_2d.c57 tmpc = c->dp;
75 c->dp[(c->used)++] = r;
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dparser.y261 newdev(struct device *dp)
266 *np = *dp;
276 init_dev(struct device *dp)
279 dp->d_name = "OHNO!!!";
280 dp->d_type = PSEUDO_DEVICE;
281 dp->d_flags = 0;
282 dp->d_slave = UNKNOWN;
283 dp->d_init = 0;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddomain.h172 extern void net_add_domain_old(struct domain_old *dp);
187 extern void net_add_domain(struct domain *dp);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Ddirscanner.cpp50 if (this->dp != NULL)
51 (void) closedir(this->dp);
56 if (this->dp == NULL) {
58 if ((this->dp = opendir(this->path.c_str())) == NULL) {
72 return readdir(this->dp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddirscanner.cpp50 if (this->dp != NULL)
51 (void) closedir(this->dp);
56 if (this->dp == NULL) {
58 if ((this->dp = opendir(this->path.c_str())) == NULL) {
72 return readdir(this->dp);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/crlTool/
H A DcrlTool.cpp90 CE_CRLDistributionPoint *dp = &dps->distPoints[dex]; local
91 if(dp->distPointName == NULL) {
94 switch(dp->distPointName->nameType) {
101 CE_GeneralNames *names = dp->distPointName->dpn.fullName;
113 (unsigned)dp->distPointName->nameType);
/macosx-10.10.1/autofs-246/headers/
H A Dautofs.h266 #define RECLEN(dp) DIRENT_RECLEN((dp)->d_namlen)
267 #define nextdp(dp) ((struct dirent_nonext *)((char *)(dp) + RECLEN(dp)))
/macosx-10.10.1/remote_cmds-47/rwho.tproj/
H A Drwho.c98 struct dirent *dp; local
129 while ((dp = readdir(dirp))) {
130 if (dp->d_ino == 0 || strncmp(dp->d_name, "whod.", 5))
132 f = open(dp->d_name, O_RDONLY);
/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Dpreen.c357 char *dp; local
360 if ((dp = strrchr(name, '/')) == 0)
366 if (dp[1] != 'r')
368 (void)strcpy(&dp[1], &dp[2]);
377 char *dp; local
379 if ((dp = strrchr(name, '/')) == 0)
381 *dp = 0;
383 *dp = '/';
385 (void)strlcat(rawbuf, &dp[
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dcomplete.c182 struct dirent *dp; local
213 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
214 if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
218 if (len > strlen(dp->d_name))
221 if (len > dp->d_namlen)
224 if (strncmp(file, dp->d_name, len) == 0) {
227 tcp = ftp_strdup(dp
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c133 void s_mp_setz(mp_digit *dp, mp_size count); /* zero digits */
134 void s_mp_copy(mp_digit *sp, mp_digit *dp, mp_size count); /* copy */
143 #define s_mp_setz(dp, count) \
144 {int ix;for(ix=0;ix<(count);ix++)(dp)[ix]=0;}
146 #define s_mp_setz(dp, count) memset(dp, 0, (count) * sizeof(mp_digit))
150 #define s_mp_copy(sp, dp, count) \
151 {int ix;for(ix=0;ix<(count);ix++)(dp)[ix]=(sp)[ix];}
153 #define s_mp_copy(sp, dp, count) memcpy(dp, s
2373 mp_digit *dp, *end, d; local
2707 s_mp_setz(mp_digit *dp, mp_size count) argument
2727 s_mp_copy(mp_digit *sp, mp_digit *dp, mp_size count) argument
2819 mp_digit *dp; local
2856 mp_digit *dp; local
2902 mp_digit kin = 0, kout, *dp = DIGITS(mp); local
2942 mp_digit dmask, *dp = DIGITS(mp); local
2971 mp_digit save, next, mask, *dp; local
3024 mp_digit save, next, mask, *dp = DIGITS(mp); local
3092 mp_digit *dp = DIGITS(mp); local
3127 mp_digit *dp = DIGITS(mp); local
3163 mp_digit *dp = DIGITS(a); local
3217 mp_digit *dp = DIGITS(mp), *qp; local
3837 mp_digit d, *dp; local
[all...]
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dengine.c77 register char *dp; local
98 for (dp = start; dp < stop; dp++)
99 if (*dp == g->must[0] && stop - dp >= g->mlen &&
100 memcmp(dp, g->must, (size_t)g->mlen) == 0)
102 if (dp == stop) /* we didn't find g->must */
156 dp = dissect(m, m->coldp, endp, gf, gl);
167 dp
251 register char *dp; local
434 register char *dp; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c1121 register char *dp = ep->e_outptr; local
1123 if(!dp)
1133 *dp++ = buf[i];
1144 *dp++ = ' ';
1145 *dp++ = '\b';
1147 *dp++ = c;
1148 *dp = '\0';
1149 if(dp >= ep->e_outlast)
1152 ep->e_outptr = dp;
1310 register genchar *dp local
1381 register wchar_t *dp = (wchar_t*)dest; local
1405 register char *dp = dest; local
1437 ed_gencpy(genchar *dp,const genchar *sp) argument
1448 ed_genncpy(register genchar *dp,register const genchar *sp, int n) argument
1621 ed_histlencopy(const char *cp, char *dp) argument
[all...]
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftp.c166 struct tftphdr *dp; local
180 dp = r_init(); /* reset fillbuf/read-ahead code */
199 size = makerequest(WRQ, name, dp, mode, filesize) - 4;
201 /* size = read(fd, dp->th_data, SEGSIZE); */
202 size = readit(file, &dp, blksize, convert);
207 dp->th_opcode = htons((u_short)DATA);
208 dp->th_block = htons((u_short)block);
214 tpacket("sent", dp, size + 4);
215 n = sendto(f, dp, size + 4, 0,
314 struct tftphdr *dp; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_vms.c420 ieeetod(double *dp) argument
426 source.ieee = ((double_t*)dp)->ieee;
433 *dp = HUGE_VAL;
435 *dp = (sign ? -HUGE_VAL : HUGE_VAL);
440 *dp=0;
456 *dp = dmant;
460 dtoieee(double *dp) argument
466 num.d = *dp;
510 ((double_t*)dp)->ieee = num.ieee;
536 #define IEEEDOUBLE2NATIVE(dp) ieeeto
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkeytab_memory.c103 struct mkt_data *d = id->data, **dp; local
115 for (dp = &mkt_head; *dp != NULL; dp = &(*dp)->next) {
116 if (*dp == d) {
117 *dp = d->next;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c96 struct dirent *dp; local
110 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
111 if (len > strlen(dp->d_name))
113 if (strncmp(dp->d_name, ptr, len) == 0) {
114 if (el_insertstr(el, &dp->d_name[len]) == -1)
H A Dwtc1.c58 struct dirent *dp; local
82 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
83 if (mblen > strlen(dp->d_name))
85 if (strncmp(dp->d_name, buf, mblen) == 0) {
86 if (el_insertstr(el, &dp->d_name[mblen]) == -1)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngtrans.c416 png_bytep dp=row; local
430 dp+=3; sp+=4;
433 *dp++ = *sp++;
434 *dp++ = *sp++;
435 *dp++ = *sp++;
445 *dp++ = *sp++;
446 *dp++ = *sp++;
447 *dp++ = *sp++;
458 sp += 8; dp += 6;
462 png_memcpy(dp, s
[all...]

Completed in 377 milliseconds

1234567891011>>