Searched refs:p1 (Results 451 - 475 of 666) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncursest252 int p1))
1694 WINDOW *p1,
1702 WINDOW *p1,
1881 int p1))
2863 int p1))
3373 TERMTYPE *p1,
3377 TERMTYPE *p1);
3392 ENTRY *p1))
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c719 char *p, *p1, *msg; local
746 if (len && ((p1 = strstr(p, " R=")) != NULL)) {
748 p1 += 3;
749 if (*p1 == '1' && retry_password_hook)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_archive_python.py857 p1 = out[0]
861 self.assertIsInstance(p1, a_classic_class)
864 self.assertIs(p3[0], p1)
867 self.assertIs(p2.lst[0], p1)
/macosx-10.10.1/remote_cmds-47/rshd.tproj/
H A Drshd.c913 char *p1, *p2; local
919 p1 = topdomain(localhost);
921 if (p1 == NULL || p2 == NULL || !strcasecmp(p1, p2))
/macosx-10.10.1/ruby-106/ruby/
H A Darray.c2033 ary_reverse(VALUE *p1, VALUE *p2) argument
2035 while (p1 < p2) {
2036 VALUE tmp = *p1;
2037 *p1++ = *p2;
2045 VALUE *p1, *p2; local
2049 p1 = RARRAY_PTR(ary);
2050 p2 = p1 + RARRAY_LEN(ary) - 1; /* points last item */
2051 ary_reverse(p1, p2);
2090 VALUE *p1 = RARRAY_PTR(ary); local
2092 do *p2-- = *p1
3529 VALUE *p1, *p2; local
[all...]
H A Drational.c1496 VALUE c, k, t, p0, p1, p2, q0, q1, q2; local
1499 p1 = ONE;
1508 p2 = f_add(f_mul(k, p1), p0);
1513 p0 = p1;
1515 p1 = p2;
1518 *p = f_add(f_mul(c, p1), p0);
/macosx-10.10.1/swig-12/Source/DOH/
H A Dstring.c1151 char *p1 = Char(s1); local
1153 return p1 == 0 || p2 == 0 || *p2 == '\0' ? p1 : strstr(p1, p2);
/macosx-10.10.1/swig-12/Source/Modules/
H A Dallegrocl.cxx1788 Parm *p1 = nodes[i].parms; local
1792 while (p1 && p2 && (num_checked < nodes[i].argc)) {
1793 // Printf(stdout,"p1 = '%s', p2 = '%s'\n", Getattr(p1,"type"), Getattr(p2,"type"));
1794 if (checkAttribute(p1, "tmap:in:numinputs", "0")) {
1795 p1 = Getattr(p1, "tmap:in:next");
1802 String *t1 = Getattr(p1, "tmap:typecheck:precedence");
1807 Swig_name_decl(nodes[i].n), SwigType_str(Getattr(p1, "type"), 0));
1833 t1 = Getattr(p1, "ltyp
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl247 # p1| p2| p3|
249 set p1 [string first "(" $line]
250 set p2 [string first ")" $line [expr {$p1+1}]]
252 if {$p1<0||$p2<0||$p3<0} {
255 set flags [string range $line [expr {$p1+1}] [expr {$p2-1}]]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dsmbutil.c37 u_int32_t p0, p1, p2, p3; local
40 p1 = ((date & 0xFF00) >> 8) & 0xFF;
45 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
46 tp->tm_hour = (p1 >> 3) & 0xFF;
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_utfconv.c1024 u_int32_t p1, p2; local
1036 p1 = p2;
1038 if (p1 > p2 && p2 != 0) {
1053 p2 = p1;
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dfile_module.c695 file_netgroup_t *p1, *n, *x, *a; local
732 p1 = NULL;
737 n = _fsi_process_netgroup_line(&p1, line);
745 for (n = p1; n != NULL; n = n->next)
748 _fsi_flatten_netgroup(p1, &a, n, n->members);
749 for (x = p1; x != NULL; x = x->next) x->flags = 0;
758 n = p1;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl1649 set p1 [expr {$v*(1-$s)}]
1653 0 { set r $v ; set g $p3 ; set b $p1 }
1654 1 { set r $p2 ; set g $v ; set b $p1 }
1655 2 { set r $p1 ; set g $v ; set b $p3 }
1656 3 { set r $p1 ; set g $p2 ; set b $v }
1657 4 { set r $p3 ; set g $p1 ; set b $v }
1658 5 { set r $v ; set g $p1 ; set b $p2 }
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddata.c2159 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1;
2168 p1 = SDATA (array) + idxval_byte;
2169 PARSE_MULTIBYTE_SEQ (p1, nbytes - idxval_byte, prev_bytes);
2183 p1 = SDATA (array) + idxval_byte;
2184 bcopy (str + idxval_byte + prev_bytes, p1 + new_bytes,
2190 *p1++ = *p0++;
2205 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1;
2222 p1 = SDATA (array) + idxval_byte;
2224 *p1++ = *p0++;
2225 bcopy (str + idxval_byte + prev_bytes, p1,
2148 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1; variable
2194 unsigned char workbuf[MAX_MULTIBYTE_LENGTH], *p0 = workbuf, *p1; variable
[all...]
H A Dsearch.c312 unsigned char *p1, *p2;
337 p1 = BEGV_ADDR;
343 p2 = p1;
355 i = re_match_2 (bufp, (char *) p1, s1, (char *) p2, s2,
1115 unsigned char *p1, *p2;
1130 p1 = BEGV_ADDR;
1136 p2 = p1;
1150 val = re_search_2 (bufp, (char *) p1, s1, (char *) p2, s2,
1184 val = re_search_2 (bufp, (char *) p1, s1, (char *) p2, s2,
311 unsigned char *p1, *p2; local
1108 unsigned char *p1, *p2; local
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c1209 int a0, a1, a2, a3, p0, p1; local
1219 &a0, &a1, &a2, &a3, &p0, &p1) != 6) {
1229 p1 < 0 || p1 > 255) {
1237 sin4->sin_port = htons ((p0 << 8) | p1);
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_cookie.c1197 CFIndex p1, p2, pos; local
1222 p1 = pos;
1238 if (pos <= p1) {
1246 range.location = p1;
1247 range.length = p2 - p1;
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoardViewDraw.mm771 MBCPosition p1 = fromPos;
772 p1.pos[0] -= kStemW*sinAlpha;
773 p1.pos[1] = kHeight;
774 p1.pos[2] += kStemW*cosAlpha;
779 MBCPosition p3 = p1;
795 glVertex3fv(p1);
800 glVertex3fv(p1);
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_verify.c862 DBT dbta, dbtb, dup_1, dup_2, *p1, *p2, *tmp; local
912 * p1 is always the dbt for index i - 1, and p2 for index i.
914 p1 = &dbta;
931 * Put key i-1, now in p2, into p1, by swapping DBTs and bufs.
933 tmp = p1;
934 p1 = p2;
1031 if (p1->data != NULL && p2->data != NULL) {
1032 cmp = inp[i] == inp[i - adj] ? 0 : func(dbp, p1, p2);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcollationtest.cpp585 uint32_t p1 = p >> 24; local
598 if((p != 0 && p1 == 0) || (s != 0 && s1 == 0) || (t != 0 && t1 == 0)) {
602 if(p1 != 0 && p2 == 0 && (p & 0xffff) != 0) {
609 if((p1 != 0 && p1 <= Collation::MERGE_SEPARATOR_BYTE) ||
622 if(data.isCompressibleLeadByte(p1)) {
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-client.c1628 path_append(char *p1, char *p2) argument
1631 size_t len = strlen(p1) + strlen(p2) + 2;
1634 strlcpy(ret, p1, len);
1635 if (p1[0] != '\0' && p1[strlen(p1) - 1] != '/')
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1391 /* 227 Entering Passive Mode (h1,h2,h3,h4,p1,p2). */
1480 /* 227 Entering Passive Mode (h1,h2,h3,h4,p1,p2). */
1494 unsigned int h0, h1, h2, h3, p0, p1; local
1517 "%d,%d,%d,%d,%d,%d", &h3, &h2, &h1, &h0, &p1, &p0) == 6)) {
1520 apr_port_t pasvport = (p1 << 8) + p0;
1568 unsigned int h0, h1, h2, h3, p0, p1; local
1611 p1 = (local_port >> 8);
1614 rc = proxy_ftp_command(apr_psprintf(p, "PORT %d,%d,%d,%d,%d,%d" CRLF, h3, h2, h1, h0, p1, p0),
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-mmix.c1790 mmix_elf_sort_relocs (p1, p2)
1791 const PTR p1;
1794 const Elf_Internal_Rela *r1 = (const Elf_Internal_Rela *) p1;
2461 bpo_reloc_request_sort_fn (p1, p2)
2462 const PTR p1;
2465 const struct bpo_reloc_request *r1 = (const struct bpo_reloc_request *) p1;
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1242 #define MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n))
1243 #define MEMMOVE(p1,p2,type,n) memmove((p1), (p2), sizeof(type)*(n))
1244 #define MEMCMP(p1,p2,type,n) memcmp((p1), (p2), sizeof(type)*(n))
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h484 void * p1, void * p2,
488 void * p1, void * p2,

Completed in 568 milliseconds

<<11121314151617181920>>