Searched refs:p1 (Results 226 - 250 of 702) sorted by relevance

1234567891011>>

/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/automountlib/
H A Dns_files.c465 char *line, *p1, *p2; local
474 p1 = line;
475 while (*p1 && isspace(*p1))
476 p1++;
477 if (*p1 == '\0')
479 p2 = p1;
483 if (*p1 == '+') {
484 p1++;
485 (void) loaddirect_map(p1, local_ma
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dprincipal.c207 mit_krb5_const_principal p1,
210 struct comb_principal *c1 = (struct comb_principal *)p1;
218 mit_krb5_const_principal p1,
221 struct comb_principal *c1 = (struct comb_principal *)p1;
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/OpenSSL098-52/src/test/
H A Dtests.com23 $ if p1 .nes. ""
25 $ tests = p1
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DResponder.c47 static RegisteredService p1, p2, afp, http, njp; variable
154 RegisterFakeServiceForTesting(&p1, "Web Server One", "_http._tcp.", "local.", "path=/index.html");
157 RegisterFakeServiceForTesting(&p1, "Epson Stylus 900N", "_printer._tcp.", "local.", "rn=lpq1");
160 RegisterFakeServiceForTesting(&p1, "My Printer", "_printer._tcp.", "local.", "rn=lpq3");
/macosx-10.10/sudo-73/src/
H A Dsudoers2ldif52 my ($p1,$p2,$p3)=($1,$2,$3);
56 if ($p1 eq "User_Alias") {
58 } elsif ($p1 eq "Runas_Alias") {
60 } elsif ($p1 eq "Host_Alias") {
62 } elsif ($p1 eq "Cmnd_Alias") {
77 my @users=split /\s*,\s*/,$p1;
/macosx-10.10/swig-12/Source/Modules/
H A Doverload.cxx111 Parm *p1 = nodes[i].parms;
115 while (p1 && p2 && (num_checked < nodes[i].argc)) {
116 // Printf(stdout,"p1 = '%s', p2 = '%s'\n", Getattr(p1,"type"), Getattr(p2,"type"));
117 if (checkAttribute(p1, "tmap:in:numinputs", "0")) {
118 p1 = Getattr(p1, "tmap:in:next");
125 String *t1 = Getattr(p1, "tmap:typecheck:precedence");
130 Swig_name_decl(nodes[i].n), SwigType_str(Getattr(p1, "type"), 0));
156 t1 = Getattr(p1, "ltyp
[all...]
/macosx-10.10/zip-14/zip/
H A DMakefile53 cd $(OBJROOT)/$(DIST) && patch -f -p1 --posix < $(SRCROOT)/$${p} || exit 1; \
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-add.c378 char prompt[100], *p1, *p2; local
382 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
386 if (strcmp(p1, p2) != 0) {
393 if (passok && ssh_lock_agent(ac, lock, p1)) {
398 memset(p1, 0, strlen(p1));
399 xfree(p1);
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_atalla.c108 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
342 tfnASI_GetHardwareConfig *p1; local
367 if(!(p1 = (tfnASI_GetHardwareConfig *)DSO_bind_func(
378 p_Atalla_GetHardwareConfig = p1;
383 if(p1(0L, config_buf) != 0)
545 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
552 /* let rr = a1 ^ p1 mod m */
553 if (!atalla_mod_exp(rr,a1,p1,m,ctx)) goto end;
544 atalla_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dstdio.c364 const char *p1, *p2; local
369 p1 = name;
370 if (((p1[0] != '/') && (p1[0] != '\\') ) ||
371 ((p1[1] != '/') && (p1[1] != '\\') ))
374 p2 = p1 + 2;
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_overflow.c431 u_int8_t *p1, *p2; local
455 for (*cmpp = 0, p1 = dbt->data,
464 cmp_bytes-- > 0; ++p1, ++p2)
465 if (*p1 != *p2) {
466 *cmpp = (long)*p1 - (long)*p2;
516 u_int8_t *p1, *p2; local
574 for (p1 = (u_int8_t *)dbt_pagep + P_OVERHEAD(dbp),
576 cmp_bytes-- > 0; ++p1, ++p2)
577 if (*p1 != *p2) {
578 *cmpp = (long)*p1
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvcursor.el893 (let* (p1 p2 maxp1 maxp2 b1 b2 w2
899 (setq p1 (point) b1 (current-buffer))
916 (goto-char p1)
939 (setq p1 p1a
951 (setq size (min size (- maxp1 p1) (- maxp2 p2)))
955 b1 p1 (+ size p1)))))
957 (setq p1 (+ p1 size) p2 (+ p2 size)
962 (goto-char p1)
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dulocdata.c334 UChar *p0, *p1; local
374 p1=u_strstr(separator, sub1);
375 if (p0!=NULL && p1!=NULL && p0<=p1) {
377 len = p1 - separator;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatPolygon.cpp42 static inline bool areCollinearPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2) argument
44 return !determinant(p1 - p0, p2 - p0);
47 static inline bool areCoincidentPoints(const FloatPoint& p0, const FloatPoint& p1) argument
49 return p0.x() == p1.x() && p0.y() == p1.y();
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dinit_c.c266 krb5_principal p1, p2; local
274 ret = krb5_cc_get_principal(context, *id, &p1);
286 krb5_free_principal(context, p1);
297 in.client = p1;
306 *client = p1;
316 name = krb5_principal_get_comp_string(context, p1, 0);
317 inst = krb5_principal_get_comp_string(context, p1, 1);
320 krb5_free_principal(context, p1);
328 *client = p1;
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c752 #define CRUNCH(p0, p1, q0, q1) \
758 DOXOR(p0, p1, 0); \
759 DOXOR(p0, p1, 1); \
760 DOXOR(p0, p1, 2); \
761 DOXOR(p0, p1, 3); \
762 DOXOR(p0, p1, 4); \
763 DOXOR(p0, p1, 5); \
764 DOXOR(p0, p1, 6); \
765 DOXOR(p0, p1, 7);
/macosx-10.10/ruby-106/ruby/missing/
H A Dcrypt.c711 #define CRUNCH(p0, p1, q0, q1) \
717 DOXOR((p0), (p1), 0); \
718 DOXOR((p0), (p1), 1); \
719 DOXOR((p0), (p1), 2); \
720 DOXOR((p0), (p1), 3); \
721 DOXOR((p0), (p1), 4); \
722 DOXOR((p0), (p1), 5); \
723 DOXOR((p0), (p1), 6); \
724 DOXOR((p0), (p1), 7);
/macosx-10.10/ncurses-44/ncurses/form/
H A Dllib-lform69 va_list *p1),
71 const void *p1),
73 void *p1))
189 FIELD *p1,
192 FIELD *p1,
272 FIELD *p1,
275 int p1,
H A Dllib-lformw69 va_list *p1),
71 const void *p1),
73 void *p1))
189 FIELD *p1,
192 FIELD *p1,
272 FIELD *p1,
275 int p1,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngpriv.h861 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
864 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
886 # define png_debug1(l,m,p1) \
890 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1); \
894 # define png_debug2(l,m,p1,p2) \
898 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2); \
914 # define png_debug1(l,m,p1) \
921 fprintf(PNG_DEBUG_FILE,format,p1); \
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c110 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
297 cl_engine_init *p1; local
323 if( !(p1 = (cl_engine_init *)DSO_bind_func(
351 p_cl_engine_init = p1;
549 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
556 /* let rr = a1 ^ p1 mod m */
557 if (!cluster_labs_mod_exp(rr,a1,p1,m,ctx)) goto end;
548 cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/macosx-10.10/libxml2-26/libxml2/vms/
H A Dbuild_libxml.com32 $!- compile command. If p1="nowarn" suppress the expected warning types
36 $ if p1.eqs."DEBUG" .or. p2.eqs."DEBUG"
241 $ source_file = p1

Completed in 179 milliseconds

1234567891011>>