Searched refs:p2 (Results 176 - 200 of 637) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/test/
H A Dtsid.com56 $! 'cmd' -in f.t -inform t -outform p -out ff.p2
66 $! backup/compare fff.p ff.p2
80 $! backup/compare f.p ff.p2
H A Dtx509.com56 $ 'cmd' -in f.n -inform n -outform p -out ff.p2
66 $ backup/compare fff.p ff.p2
80 $ backup/compare f.p ff.p2
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.cpp254 path p2 = *this; local
256 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str());
260 return p2;
267 path p2 = *this; local
269 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s",
274 return p2;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_rimap.c160 register char *p2; /* scratch pointers */
197 p2 = c;
198 *p2++ = '"';
201 *p2++ = '\\'; /* escape the '"' */
203 *p2++ = *p1++;
205 strcpy(p2, "\"");
158 register char *p2; /* scratch pointers */ local
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore5.cpp96 s1.SetStructure("a[p1:I],b[p2:S]");
99 A(x1 == "a[p1:I],b[p2:S]");
102 A(x2 == "p2:S");
141 c4_BytesProp p2("p2");
143 c4_View v1 = s1.GetAs("a[p1:I,p2:B]");
150 v1.Add(p2[data]);
159 c4_Bytes temp = p2(v1[0]);
170 c4_ViewProp p2("p2");
[all...]
H A Dtstore1.cpp70 c4_ViewProp p2("p2");
73 s1.SetStructure("a[p1:S,p2[p3:I]]");
77 c4_View v2 = p2(v1[0]);
79 v2 = p2(v1[1]);
83 v2 = p2(v1[1]);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duhash.c913 const UChar *p2 = (const UChar*) key2.pointer; local
914 if (p1 == p2) {
917 if (p1 == NULL || p2 == NULL) {
920 while (*p1 != 0 && *p1 == *p2) {
922 ++p2;
924 return (UBool)(*p1 == *p2);
930 const char *p2 = (const char*) key2.pointer; local
931 if (p1 == p2) {
934 if (p1 == NULL || p2 == NULL) {
937 while (*p1 != 0 && *p1 == *p2) {
947 const char *p2 = (const char*) key2.pointer; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmemutils.h117 inline ptrdiff_t difference(const void *p1, const void *p2) argument
118 { return uintptr_t(p1) - uintptr_t(p2); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmemutils.h117 inline ptrdiff_t difference(const void *p1, const void *p2) argument
118 { return uintptr_t(p1) - uintptr_t(p2); }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DPathWinCE.cpp91 void Path::addArcTo(const FloatPoint& p1, const FloatPoint& p2, float radius) argument
93 m_path->addArcTo(p1, p2, radius);
/macosx-10.10/emacs-93/emacs/lisp/
H A Ds-region.el71 (defun s-region-move-p2 (&rest arg)
87 "Bind shifted keys in KEYLIST to `s-region-move-p1' or `s-region-move-p2'.
92 (let ((p2 (list 'scroll-up 'scroll-down
102 (cond ((memq binding p2)
103 's-region-move-p2)
/macosx-10.10/ntfs-84/kext/
H A Dntfs_collate.c136 const le32 *p2 = data2; local
150 const u32 u2 = le32_to_cpu(p2[i]);
/macosx-10.10/pcre-7/pcre/
H A Dpcre_stringpiece_unittest.cc37 StringPiece p2(s2);
44 map.insert(make_pair(p2, 1));
/macosx-10.10/tcpdump-61/tcpdump/
H A Dsmb.h119 #define PTR_DIFF(p1, p2) ((size_t)(((char *)(p1)) - (char *)(p2)))
/macosx-10.10/vim-55/
H A Dvimtutor.com82 $ vim -u "NONE" -c "set nocp" 'p1' 'p2' 'p3' 'p4' 'p5' 'p6' 'p7' 'p8' 'tutfil'
/macosx-10.10/xar-254/xar/test/
H A Dhardlink.py20 assert stat1.st_ino == stat2.st_ino, "inodes do not match for hard-linked files \"{p1}\" and \"{p2}\"".format(p1=path1, p2=path2)
/macosx-10.10/autofs-246/automount/
H A Dautomount.c1093 char buf[BUFSIZ], *p2; local
1104 p2 = buf + strlen(buf);
1108 (void) strlcpy(p2, strerror(errno),
1109 sizeof buf - (p2 - buf));
1110 p2 += strlen(p2);
1113 *p2++ = *p1;
1116 if (p2 > buf && *(p2-1) != '\n')
1117 *p2
[all...]
/macosx-10.10/ncurses-44/ncurses/misc/
H A Demx.src109 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
129 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
175 cup=\E[%i%p1%d;%p2%dH,
201 cup=\E[%i%p1%d;%p2%dH,
211 pfkey=\E[0;%p1%{58}%+%d;%p2"%s",
434 csr=\E[%i%p1%d;%p2%dr,
438 cup=\E[%i%p1%d;%p2%dH,
495 csr=\E[%i%p1%d;%p2%dr,
502 cup=\E[%i%p1%d;%p2%dH,
590 csr=\E[%i%p1%d;%p2
[all...]
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_ident.c178 char *s, *p1, *p2; local
185 if ((p2 = strrchr(s, ')')) != NULL)
186 *p2 = '\0'; /* mark end of parameter list string */
191 if (p1 == NULL || p2 == NULL) {
196 for (p2 = p1; *p2 != '\0'; p2++) {
197 if (!isspace(*p2)) {
203 for (p2 = strchr(p2, ','); p
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/prebased-performance/
H A Dfoo.c39 struct page p2 = { &p1 }; variable in typeref:struct:page
/macosx-10.10/MITKerberosShim-66/
H A Dprincipal.c208 mit_krb5_const_principal p2)
211 struct comb_principal *c2 = (struct comb_principal *)p2;
219 mit_krb5_const_principal p2)
222 struct comb_principal *c2 = (struct comb_principal *)p2;
206 krb5_principal_compare(mit_krb5_context context, mit_krb5_const_principal p1, mit_krb5_const_principal p2) argument
217 krb5_realm_compare(mit_krb5_context context, mit_krb5_const_principal p1, mit_krb5_const_principal p2) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DResponder.c47 static RegisteredService p1, p2, afp, http, njp; variable
155 RegisterFakeServiceForTesting(&p2, "Web Server Two", "_http._tcp.", "local.", "path=/path.html");
158 RegisterFakeServiceForTesting(&p2, "HP LaserJet", "_printer._tcp.", "local.", "rn=lpq2");
161 RegisterFakeServiceForTesting(&p2, "My Other Printer", "_printer._tcp.", "local.", "lrn=pq4");
/macosx-10.10/sudo-73/src/
H A Dsudoers2ldif52 my ($p1,$p2,$p3)=($1,$2,$3);
53 $p2=~s/\s+$//; # remove trailing whitespace
57 $UA{$p2}=$p3;
59 $RA{$p2}=$p3;
61 $HA{$p2}=$p3;
63 $CA{$p2}=$p3;
78 my @hosts=split /\s*,\s*/,$p2;
/macosx-10.10/swig-12/Source/Modules/
H A Doverload.cxx112 Parm *p2 = nodes[j].parms;
115 while (p1 && p2 && (num_checked < nodes[i].argc)) {
116 // Printf(stdout,"p1 = '%s', p2 = '%s'\n", Getattr(p1,"type"), Getattr(p2,"type"));
121 if (checkAttribute(p2, "tmap:in:numinputs", "0")) {
122 p2 = Getattr(p2, "tmap:in:next");
126 String *t2 = Getattr(p2, "tmap:typecheck:precedence");
135 Swig_name_decl(nodes[j].n), SwigType_str(Getattr(p2, "type"), 0));
164 t2 = Getattr(p2, "ltyp
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIndexObj.c178 CONST char *p2;
212 for (p1 = key, p2 = *entryPtr; *p1 == *p2; p1++, p2++) {
176 CONST char *p2; local

Completed in 252 milliseconds

1234567891011>>