Searched refs:p1 (Results 51 - 75 of 391) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/diff/src/
H A Dio.c579 char *p0, *p1, *buffer0, *buffer1;
608 p1 = buffer1 = (char *) w1;
612 if (p0 == p1)
614 p0 = p1 += n1;
621 p0[n0] = ~p1[n0];
623 p1[n1] = ~p0[n1];
633 p1 = (char *) w1;
634 while (*p0 == *p1)
635 p0++, p1++;
641 (buffer1 + n1 - filevec[1].missing_newline < p1)))
573 char *p0, *p1, *buffer0, *buffer1; local
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Ddir.c632 char *p1; /* pointer into p->name */ local
690 * along with all the rest of them (*p1 != '/').
692 p1 = pe->dir->name + strlen(pe->dir->name) - 1;
694 while (p2 >= name && p1 >= pe->dir->name &&
695 *p1 == *p2) {
696 p1 -= 1; p2 -= 1;
698 if (p2 >= name || (p1 >= pe->dir->name &&
699 *p1 != '/')) {
717 for (p1 = pe->dir->name, p2 = name; *p1
1178 struct PathElement *p1, *p2; local
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dcopysign.c103 long p1; member in union:__anon657
127 long p1; member in union:__anon660
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dcopysign.c103 long p1; member in union:__anon1190
127 long p1; member in union:__anon1193
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade72 patch -p1 < "${src}/FREEBSD-diffs"
100 patch -p1 < ${changes}
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_pmeth.c159 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
165 if (p1 < 256)
167 dctx->nbits = p1;
171 if (p1 != 160 && p1 != 224 && p1 && p1 != 256)
173 dctx->qbits = p1;
/freebsd-10.0-release/sys/dev/pccard/
H A Dpccardvar.h235 #define PCMCIA_CARD2_D(v1, p1, p2) \
236 { PCMCIA_STR_ ## p2, PCMCIA_VENDOR_ ## v1, PCCARD_P(v1, p1), \
240 #define PCMCIA_CARD2(v1, p1, p2) \
241 { NULL, PCMCIA_VENDOR_ ## v1, PCCARD_P(v1, p1), \
246 #define PCMCIA_CARD2_D(v1, p1, p2, f) \
247 { PCMCIA_STR_ ## p2, PCMCIA_VENDOR_ ## v1, PCCARD_P(v1, p1), \
251 #define PCMCIA_CARD2(v1, p1, p2, f) \
252 { NULL, PCMCIA_VENDOR_ ## v1, PCCARD_P(v1, p1), \
/freebsd-10.0-release/sys/netipx/
H A Dspx_debug.c151 #define p1(f) { printf("%s = %x, ", "f", f); } macro
152 p1(seq); p1(ack); p1(alo); p1(len);
/freebsd-10.0-release/usr.bin/cmp/
H A Dregular.c62 u_char ch, *p1, *p2, *m1, *m2, *e1, *e2; local
106 p1 = m1 + (skip1 - off1);
110 if ((ch = *p1) != *p2) {
125 if (++p1 == e1) {
127 if ((p1 = m1 = remmap(m1, fd1, off1)) == NULL) {
/freebsd-10.0-release/contrib/groff/src/roff/groff/
H A Dpipeline.c118 const char *p1, *p2; local
120 p1 = path;
121 if ((p2 = strrchr(p1, '\\'))
122 || (p2 = strrchr(p1, '/'))
123 || (p2 = strrchr(p1, ':')))
124 p1 = p2 + 1;
125 if ((p2 = strrchr(p1, '.'))
130 p2 = p1 + strlen(p1);
132 base = malloc((size_t)(p2 - p1));
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbf_buff.c275 char *p1,*p2; local
296 p1=ctx->ibuf;
299 if (p1[ctx->ibuf_off + i] == '\n') ret++;
321 p1=OPENSSL_malloc((int)num);
322 if (p1 == NULL) goto malloc_error;
324 ctx->ibuf=p1;
351 p1=ctx->ibuf;
355 p1=(char *)OPENSSL_malloc((int)num);
356 if (p1 == NULL) goto malloc_error;
363 if (p1 !
[all...]
/freebsd-10.0-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c406 prog_t *p1, *p2; local
410 for (p1 = NULL, p2 = progs; p2 != NULL; p1 = p2, p2 = p2->next)
423 if (p1 == NULL)
426 p1->next = p2;
798 prog_t *p1, *p2; local
800 p1 = NULL; p2 = progs;
803 p1 = p2, p2 = p2->next;
808 if (p1)
809 p1
1169 strlst_t *p1, *p2; local
1195 strlst_t *p1; local
1208 strlst_t *p1; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c61 tdesc_t *p1, *p2; local
94 p1 = xcalloc(sizeof (*p1));
95 p1->t_type = POINTER;
96 p1->t_id = td->td_nextid++;
97 p1->t_tdesc = p2;
99 ml->ml_type = p1;
/freebsd-10.0-release/sys/kern/
H A Dtty_info.c60 * Returns 1 if p2 is "better" than p1
157 proc_compare(struct proc *p1, struct proc *p2) argument
163 if (p1 == NULL)
170 PROC_LOCK(p1);
171 runa = proc_sum(p1, &esta);
172 PROC_UNLOCK(p1);
198 switch (TESTAB(p1->p_state == PRS_ZOMBIE, p2->p_state == PRS_ZOMBIE)) {
207 return (p2->p_pid > p1->p_pid); /* tie - return highest pid */
H A Dsubr_unit.c251 new_unr(struct unrhdr *uh, void **p1, void **p2) argument
256 KASSERT(*p1 != NULL || *p2 != NULL, ("Out of cached memory"));
257 if (*p1 != NULL) {
258 p = *p1;
259 *p1 = NULL;
623 alloc_unr_specificl(struct unrhdr *uh, u_int item, void **p1, void **p2) argument
647 up = new_unr(uh, p1, p2);
651 up = new_unr(uh, p1, p2);
670 up = new_unr(uh, p1, p2);
675 up = new_unr(uh, p1, p
728 void *p1, *p2; local
754 free_unrl(struct unrhdr *uh, u_int item, void **p1, void **p2) argument
865 void *p1, *p2; local
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.dir.c879 Char *p1, *p2; /* general purpose */ local
903 p1 = varval(STRcwd);
904 if (p1 == STRNULL || !ABSOLUTEP(p1)) {
913 p1 = varval(STRcwd);
915 len = Strlen(p1);
917 (void) Strcpy(tmpdir, p1);
933 for (p1 = sp, p2 = p; (*p1++ = *p2++) != '\0';)
957 for (p1
[all...]
/freebsd-10.0-release/usr.bin/hexdump/
H A Ddisplay.c213 char *p1, *p2; local
222 for (p1 = pr->fmt; *p1 != '%'; ++p1);
223 for (p2 = ++p1; *p1 && strchr(spec, *p1); ++p1);
224 while ((*p2++ = *p1++));
/freebsd-10.0-release/contrib/bmake/
H A Dcompat.c166 char *p1; local
167 char *file = Var_Value(TARGET, curTarg, &p1);
172 if (p1)
173 free(p1);
540 char *p1;
541 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), pgn, 0);
542 if (p1)
543 free(p1);
644 char *p1;
645 Var_Set(IMPSRC, Var_Value(TARGET, gn, &p1), pg
538 char *p1; local
642 char *p1; local
[all...]
/freebsd-10.0-release/contrib/libc++/src/
H A Dmemory.cpp210 char* p1 = static_cast<char*>(ptr); local
211 char* p2 = (char*)((size_t)(p1 + (alignment - 1)) & -alignment);
212 size_t d = static_cast<size_t>(p2 - p1);
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A Dcm_pmeth.c122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
129 if (!p2 || p1 < 0)
131 if (!CMAC_Init(cmctx, p2, p1, NULL, NULL))
/freebsd-10.0-release/contrib/apr/strings/
H A Dapr_snprintf.c91 register char *p, *p1; local
103 p1 = &buf[NDIG];
108 p1 = &buf[NDIG];
109 while (p1 > &buf[0] && fi != 0) {
111 *--p1 = (int) ((fj + .03) * 10) + '0';
114 while (p1 < &buf[NDIG])
115 *p++ = *p1++;
123 p1 = &buf[ndigits];
125 p1 += r2;
126 if (p1 <
179 register char *p1, *p2; local
[all...]
H A Dapr_cpystrn.c286 char *p1, *p2; local
293 p1 = s1;
295 while (*++p1 == *++p2) {
296 if (*p1 == '\0') {
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Drelocate.cpp60 char *p1 = strrchr(s, *sep); local
61 if (p1 && (!p || p1 > p))
62 p = p1;
/freebsd-10.0-release/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c117 static int pkey_dh_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
123 if (p1 < 256)
125 dctx->prime_len = p1;
129 dctx->generator = p1;
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A Dhm_pmeth.c178 static int pkey_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
186 if ((!p2 && p1 > 0) || (p1 < -1))
188 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))

Completed in 155 milliseconds

1234567891011>>