Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 25 of 1522) sorted by relevance

12345678910>>...61

/netbsd-src/usr.bin/hexdump/
H A Dparse.c224 char *p1, *p2; in rewrite() local
240 for (p1 = fmtp; *p1 && *p1 != '%'; ++p1); in rewrite()
243 if (!*p1) { in rewrite()
256 for (++p1; *p1 && strchr(spec, *p1); ++p1); in rewrite()
259 while (*++p1 && strchr(spec + 1, *p1)); in rewrite()
260 if (*p1 == '.' && in rewrite()
261 isdigit((unsigned char)*++p1)) { in rewrite()
263 prec = atoi(p1); in rewrite()
264 while (isdigit((unsigned char)*++p1)) in rewrite()
270 p2 = *p1 ? p1 + 1 : p1; /* Set end pointer. */ in rewrite()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dmremap.c9 void *p1, *p2; in main() local
11 if ((p1 = malloc (8100)) == NULL in main()
12 || (p1 = realloc (p1, 16300)) == NULL in main()
13 || (p1 = realloc (p1, 4000)) == NULL in main()
14 || (p1 = realloc (p1, 500)) == NULL in main()
15 || (p1 = realloc (p1, 1023*1024)) == NULL in main()
16 || (p1 = realloc (p1, 8191*1024)) == NULL in main()
17 || (p1 = realloc (p1, 512*1024)) == NULL in main()
19 || (p1 = realloc (p1, 1023*1024)) == NULL in main()
20 || (p1 = realloc (p1, 8191*1024)) == NULL in main()
[all …]
/netbsd-src/bin/csh/
H A Dexp.c100 int p1; in exp0() local
102 p1 = exp1(vp, ignore); in exp0()
104 etraci("exp0 p1", p1, vp); in exp0()
110 p2 = exp0(vp, (ignore & IGNORE) || p1); in exp0()
114 return (p1 || p2); in exp0()
116 return (p1); in exp0()
122 int p1; in exp1() local
124 p1 = csh_exp2(vp, ignore); in exp1()
126 etraci("exp1 p1", p1, vp); in exp1()
132 p2 = exp1(vp, (ignore & IGNORE) || !p1); in exp1()
[all …]
H A Dparse.c92 asyntax(struct wordent *p1, struct wordent *p2) in asyntax() argument
94 while (p1 != p2) in asyntax()
95 if (any(";&\n", p1->word[0])) in asyntax()
96 p1 = p1->next; in asyntax()
98 asyn0(p1, p2); in asyntax()
104 asyn0(struct wordent *p1, struct wordent *p2) in asyn0() argument
110 for (p = p1; p != p2; p = p->next) in asyn0()
130 asyn3(p1, p); in asyn0()
135 asyn3(p1, p2); in asyn0()
139 asyn3(struct wordent *p1, struct wordent *p2) in asyn3() argument
[all …]
H A Ddir.c618 Char *p1, *p2; /* general purpose */ in dcanon() local
630 p1 = value(STRcwd); in dcanon()
631 if (p1 == NULL || *p1 != '/') in dcanon()
633 if (Strlen(p1) + Strlen(cp) + 1 >= MAXPATHLEN) in dcanon()
635 (void)Strcpy(tmpdir, p1); in dcanon()
647 for (p1 = sp, p2 = p; (*p1++ = *p2++) != '\0';) in dcanon()
665 for (p1 = sp, p2 = p + 1; (*p1++ = *p2++) != '\0';) in dcanon()
695 for (p1 = p; *p1++;) in dcanon()
709 p1 = newcp = xreallocarray(NULL, in dcanon()
710 (size_t)((sp - cp) + cc + (p1 - p)), sizeof(Char)); in dcanon()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h366 #define MATCHER_P2(name, p0, p1, description)\ argument
367 template <typename p0##_type, typename p1##_type>\
374 gmock_Impl(p0##_type gmock_p0, p1##_type gmock_p1)\
375 : p0(::std::move(gmock_p0)), p1(::std::move(gmock_p1)) {}\
386 p1##_type const p1;\
396 ::std::tuple<p0##_type, p1##_type>(p0, p1)));\
402 new gmock_Impl<arg_type>(p0, p1));\
405 p1##_type gmock_p1) : p0(::std::move(gmock_p0)), \
406 p1(::std::move(gmock_p1)) {\
409 p1##_type const p1;\
[all …]
H A Dgmock-generated-actions.h435 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument
436 typename p0##_type, typename p1##_type
437 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
438 typename p0##_type, typename p1##_type, typename p2##_type
439 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
440 typename p0##_type, typename p1##_type, typename p2##_type, \
442 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
443 typename p0##_type, typename p1##_type, typename p2##_type, \
445 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
446 typename p0##_type, typename p1##_type, typename p2##_type, \
[all …]
/netbsd-src/sys/kern/
H A Dkern_fork.c247 struct proc *p1, *p2, *parent; in fork1() local
256 p1 = l1->l_proc; in fork1()
268 KAUTH_PROCESS_FORK, p1, KAUTH_ARG(tnprocs), NULL, NULL); in fork1()
284 if (__predict_false(count > p1->p_rlimit[RLIMIT_NPROC].rlim_cur)) { in fork1()
286 p1, KAUTH_ARG(KAUTH_REQ_PROCESS_RLIMIT_BYPASS), in fork1()
287 &p1->p_rlimit[RLIMIT_NPROC], KAUTH_ARG(RLIMIT_NPROC)) != 0) { in fork1()
313 mutex_enter(p1->p_lock); in fork1()
314 uid = kauth_cred_getuid(p1->p_cred); in fork1()
316 mutex_exit(p1->p_lock); in fork1()
333 memcpy(&p2->p_startcopy, &p1->p_startcopy, in fork1()
[all …]
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dtree.c189 tree *p1, *p2, *sub; in sprout() local
237 p1 = (*ppr)->left; in sprout()
238 if (p1->bal == -1) { /*%< LL */ in sprout()
240 (*ppr)->left = p1->right; in sprout()
241 p1->right = *ppr; in sprout()
243 *ppr = p1; in sprout()
247 p2 = p1->right; in sprout()
248 p1->right = p2->left; in sprout()
249 p2->left = p1; in sprout()
260 p1->bal = -1; in sprout()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlibunwind.S255 ldcl p1, cr0, [r0], #8 /* wldrd wr0, [r0], #8 */
256 ldcl p1, cr1, [r0], #8 /* wldrd wr1, [r0], #8 */
257 ldcl p1, cr2, [r0], #8 /* wldrd wr2, [r0], #8 */
258 ldcl p1, cr3, [r0], #8 /* wldrd wr3, [r0], #8 */
259 ldcl p1, cr4, [r0], #8 /* wldrd wr4, [r0], #8 */
260 ldcl p1, cr5, [r0], #8 /* wldrd wr5, [r0], #8 */
261 ldcl p1, cr6, [r0], #8 /* wldrd wr6, [r0], #8 */
262 ldcl p1, cr7, [r0], #8 /* wldrd wr7, [r0], #8 */
263 ldcl p1, cr8, [r0], #8 /* wldrd wr8, [r0], #8 */
264 ldcl p1, cr9, [r0], #8 /* wldrd wr9, [r0], #8 */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlibunwind.S255 ldcl p1, cr0, [r0], #8 /* wldrd wr0, [r0], #8 */
256 ldcl p1, cr1, [r0], #8 /* wldrd wr1, [r0], #8 */
257 ldcl p1, cr2, [r0], #8 /* wldrd wr2, [r0], #8 */
258 ldcl p1, cr3, [r0], #8 /* wldrd wr3, [r0], #8 */
259 ldcl p1, cr4, [r0], #8 /* wldrd wr4, [r0], #8 */
260 ldcl p1, cr5, [r0], #8 /* wldrd wr5, [r0], #8 */
261 ldcl p1, cr6, [r0], #8 /* wldrd wr6, [r0], #8 */
262 ldcl p1, cr7, [r0], #8 /* wldrd wr7, [r0], #8 */
263 ldcl p1, cr8, [r0], #8 /* wldrd wr8, [r0], #8 */
264 ldcl p1, cr9, [r0], #8 /* wldrd wr9, [r0], #8 */
[all …]
/netbsd-src/external/bsd/tmux/dist/
H A Dosdep-openbsd.c47 cmp_procs(struct kinfo_proc *p1, struct kinfo_proc *p2) in cmp_procs() argument
49 if (is_runnable(p1) && !is_runnable(p2)) in cmp_procs()
50 return (p1); in cmp_procs()
51 if (!is_runnable(p1) && is_runnable(p2)) in cmp_procs()
54 if (is_stopped(p1) && !is_stopped(p2)) in cmp_procs()
55 return (p1); in cmp_procs()
56 if (!is_stopped(p1) && is_stopped(p2)) in cmp_procs()
59 if (p1->p_estcpu > p2->p_estcpu) in cmp_procs()
60 return (p1); in cmp_procs()
61 if (p1->p_estcpu < p2->p_estcpu) in cmp_procs()
[all …]
H A Dosdep-freebsd.c50 cmp_procs(struct kinfo_proc *p1, struct kinfo_proc *p2) in cmp_procs() argument
52 if (is_runnable(p1) && !is_runnable(p2)) in cmp_procs()
53 return (p1); in cmp_procs()
54 if (!is_runnable(p1) && is_runnable(p2)) in cmp_procs()
57 if (is_stopped(p1) && !is_stopped(p2)) in cmp_procs()
58 return (p1); in cmp_procs()
59 if (!is_stopped(p1) && is_stopped(p2)) in cmp_procs()
62 if (p1->ki_estcpu > p2->ki_estcpu) in cmp_procs()
63 return (p1); in cmp_procs()
64 if (p1->ki_estcpu < p2->ki_estcpu) in cmp_procs()
[all …]
H A Dosdep-netbsd.c40 cmp_procs(struct kinfo_proc2 *p1, struct kinfo_proc2 *p2) in cmp_procs() argument
42 if (is_runnable(p1) && !is_runnable(p2)) in cmp_procs()
43 return (p1); in cmp_procs()
44 if (!is_runnable(p1) && is_runnable(p2)) in cmp_procs()
47 if (is_stopped(p1) && !is_stopped(p2)) in cmp_procs()
48 return (p1); in cmp_procs()
49 if (!is_stopped(p1) && is_stopped(p2)) in cmp_procs()
52 if (p1->p_estcpu > p2->p_estcpu) in cmp_procs()
53 return (p1); in cmp_procs()
54 if (p1->p_estcpu < p2->p_estcpu) in cmp_procs()
[all …]
H A Dosdep-dragonfly.c46 cmp_procs(struct kinfo_proc *p1, struct kinfo_proc *p2) in cmp_procs() argument
48 if (is_runnable(p1) && !is_runnable(p2)) in cmp_procs()
49 return (p1); in cmp_procs()
50 if (!is_runnable(p1) && is_runnable(p2)) in cmp_procs()
53 if (is_stopped(p1) && !is_stopped(p2)) in cmp_procs()
54 return (p1); in cmp_procs()
55 if (!is_stopped(p1) && is_stopped(p2)) in cmp_procs()
58 if (strcmp(p1->kp_comm, p2->kp_comm) < 0) in cmp_procs()
59 return (p1); in cmp_procs()
60 if (strcmp(p1->kp_comm, p2->kp_comm) > 0) in cmp_procs()
[all …]
/netbsd-src/usr.bin/spell/spellprog/
H A Dspellprog.c141 int (*p1)(char *, const char *, const char *, size_t); member
150 { .suf = "ssen", .p1 = ily, .n1 = 4,
152 { .suf = "ssel", .p1 = ily, .n1 = 4,
154 { .suf = "se", .p1 = s, .n1 = 1,
157 { .suf = "s'", .p1 = s, .n1 = 2,
159 { .suf = "s", .p1 = s, .n1 = 1,
161 { .suf = "ecn", .p1 = ncy, .n1 = 1,
163 { .suf = "ycn", .p1 = ncy, .n1 = 1,
165 { .suf = "ytilb", .p1 = nop, .n1 = 0,
167 { .suf = "ytilib", .p1 = bility, .n1 = 5,
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsizeof.c4 padding p1; member
10 padding p1; member
16 padding p1; member
22 padding p1; member
28 padding p1; member
34 padding p1; member
40 padding p1; member
46 padding p1; member
63 fill (&padding_char.p1, sizeof (padding)); in fill_structs()
67 fill (&padding_short.p1, sizeof (padding)); in fill_structs()
[all …]
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Ddisklbl.c205 const part_t *p1 = x1, in part_cmp() local
208 if (p1->start < p2->start) in part_cmp()
210 if (p1->start > p2->start) in part_cmp()
212 if (p1->end < p2->end) in part_cmp()
214 if (p1->end > p2->end) in part_cmp()
216 if (p1->rsec < p2->rsec) in part_cmp()
218 if (p1->rsec > p2->rsec) in part_cmp()
220 if (p1->rent < p2->rent) in part_cmp()
222 if (p1->rent > p2->rent) in part_cmp()
250 part_t *p1 = &dd->parts[i]; in ahdi_display() local
[all …]
/netbsd-src/external/mit/lua/dist/src/
H A Dltm.c112 void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTM() argument
116 setobj2s(L, func + 1, p1); /* 1st argument */ in luaT_callTM()
128 void luaT_callTMres (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTMres() argument
133 setobj2s(L, func + 1, p1); /* 1st argument */ in luaT_callTMres()
146 static int callbinTM (lua_State *L, const TValue *p1, const TValue *p2, in callbinTM() argument
148 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in callbinTM()
152 luaT_callTMres(L, tm, p1, p2, res); in callbinTM()
157 void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinTM() argument
159 if (l_unlikely(!callbinTM(L, p1, p2, res, event))) { in luaT_trybinTM()
163 if (ttisnumber(p1) && ttisnumber(p2)) in luaT_trybinTM()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_comp3op_pr_plus_pr_sh2.s8 imm32 p1, 0x89ab1def;
22 CHECKREG p1, 0xB05795AB;
30 imm32 p1, 0x89abcd2f;
44 CHECKREG p1, 0x7D27CEE8;
52 imm32 p1, 0x89abcde3;
66 CHECKREG p1, 0x059F49BF;
74 imm32 p1, 0x49abcdef;
88 CHECKREG p1, 0x69F4A055;
96 imm32 p1, 0x85abcdef;
110 CHECKREG p1, 0x8C405B01;
[all …]
H A Dc_comp3op_pr_plus_pr_sh1.s8 imm32 p1, 0x89ab1def;
22 CHECKREG p1, 0x9D0159CD;
30 imm32 p1, 0x89abcd2f;
44 CHECKREG p1, 0x69D0348A;
52 imm32 p1, 0x89abcde3;
66 CHECKREG p1, 0xF247ADF9;
74 imm32 p1, 0x49abcdef;
88 CHECKREG p1, 0xD69D0477;
96 imm32 p1, 0x85abcdef;
110 CHECKREG p1, 0x80E8BF23;
[all …]
/netbsd-src/tests/usr.bin/indent/
H A Dopt_lp.c19 p1 = first_procedure(second_procedure(p2, p3), in example()
22 p1 = first_procedure(second_procedure(p2, in example()
27 p1 = first_procedure( in example()
37 p1 = first_procedure(second_procedure(p2, p3), in example()
40 p1 = first_procedure(second_procedure(p2, in example()
45 p1 = first_procedure( in example()
55 p1 = first_procedure(second_procedure(p2, p3), in example()
58 p1 = first_procedure(second_procedure(p2, in example()
63 p1 = first_procedure( in example()
73 p1 = first_procedure(second_procedure(p2, p3), in example()
[all …]
/netbsd-src/tests/lib/libcurses/
H A Datf.terminfo29 csr=csr%i%p1%d;%p2%dX,
30 cub=cub%p1%dX, cub1=^H,
31 cud=cud%p1%dX, cud1=^J,
32 cuf=cuf%p1%dX, cuf1=^F,
33 cup=cup%i%p1%d;%p2%dX,
34 cuu=cuu%p1%dX, cuu1=^U,
36 dch=dch%p1%dX, dch1=^D,
37 dl=dl%p1%dX, dl1=^K,
39 ech=ech%p1%dX,
46 hpa=hpa%i%p1%dX,
[all …]
/netbsd-src/usr.bin/mail/
H A Dmime_header.c241 const char *p1; in mime_decode_usfield() local
244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 && in mime_decode_usfield()
245 (*p1 == '\0' || is_FWS(*p1))) { in mime_decode_usfield()
246 p0 = p1; /* pointer to first character after encoded word */ in mime_decode_usfield()
248 p = skip_FWS(p1); in mime_decode_usfield()
284 const char *p1; in decode_comment() local
288 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 && in decode_comment()
289 (*p1 == ')' || is_FWS(*p1))) { in decode_comment()
290 lastc = (unsigned char)*p1; in decode_comment()
291 p0 = p1; in decode_comment()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom42_mulmid.c86 #define p1 scratch in mpn_toom42_mulmid() macro
137 mpn_mulmid_basecase (p1, ap + m, 2*m - 1, t, m); in mpn_toom42_mulmid()
147 mpn_toom42_mulmid (p1, ap + m, t, m, next_scratch); in mpn_toom42_mulmid()
185 ADDC_LIMB (cy, p1[0], p1[0], e4l); in mpn_toom42_mulmid()
186 ADDC_LIMB (cy, p1[1], p1[1], e4h + cy); in mpn_toom42_mulmid()
188 mpn_add_1 (p1 + 2, p1 + 2, m, 1); in mpn_toom42_mulmid()
191 SUBC_LIMB (cy, p1[m], p1[m], e5l); in mpn_toom42_mulmid()
192 p1[m + 1] = (p1[m + 1] - e5h - cy) & GMP_NUMB_MASK; in mpn_toom42_mulmid()
195 cy = (p1[m + 1] >> (GMP_NUMB_BITS - 1)); in mpn_toom42_mulmid()
201 mpn_add (rp, rp, 2*m + 2, p1, m + 2); /* A + C */ in mpn_toom42_mulmid()
[all …]

12345678910>>...61