Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dragonfly/contrib/tcsh-6/
H A Dsh.parse.c71 asyntax(struct wordent *p1, struct wordent *p2) in asyntax()
82 asyn0(struct wordent *p1, struct wordent *p2) in asyn0()
133 asyn3(struct wordent *p1, struct wordent *p2) in asyn3()
181 freenod(struct wordent *p1, struct wordent *p2) in freenod()
206 syntax(const struct wordent *p1, const struct wordent *p2, int flags) in syntax()
223 syn0(const struct wordent *p1, const struct wordent *p2, int flags) in syn0()
291 syn1(const struct wordent *p1, const struct wordent *p2, int flags) in syn1()
333 syn1a(const struct wordent *p1, const struct wordent *p2, int flags) in syn1a()
375 syn1b(const struct wordent *p1, const struct wordent *p2, int flags) in syn1b()
416 syn2(const struct wordent *p1, const struct wordent *p2, int flags) in syn2()
[all …]
H A Dsh.exp.c193 int p2; in exp0() local
216 tcsh_number_t p2; in exp1() local
240 tcsh_number_t p2; in exp2x() local
263 tcsh_number_t p2; in exp2a() local
286 tcsh_number_t p2; in exp2b() local
306 Char *p2; in exp2c() local
348 Char *p1, *p2; in exp3() local
394 Char *p1, *p2; in exp3a() local
423 Char *p1, *p2; in exp4() local
460 Char *p1, *p2; in exp5() local
/dragonfly/sys/kern/
H A Dkern_fork.c140 struct proc *p2; in sys_fork() local
161 struct proc *p2; in sys_vfork() local
190 struct proc *p2; in sys_rfork() local
306 struct proc *p2; in fork1() local
934 start_forked_proc(struct lwp *lp1, struct proc *p2) in start_forked_proc()
988 struct proc *p2; in sys_procctl() local
H A Dsubr_unit.c210 new_unr(struct unrhdr *uh, void **p1, void **p2) in new_unr()
552 free_unrl(struct unrhdr *uh, u_int item, void **p1, void **p2) in free_unrl()
663 void *p1, *p2; in free_unr() local
/dragonfly/usr.bin/top/
H A Dm_dragonfly.c900 orderkey_kernidle(const struct kinfo_proc *p1, const struct kinfo_proc *p2) in orderkey_kernidle()
924 struct kinfo_proc *p2; in proc_compare() local
950 struct kinfo_proc *p2; in compare_size() local
976 struct kinfo_proc *p2; in compare_res() local
1002 struct kinfo_proc *p2; in compare_pres() local
1029 struct kinfo_proc *p2; in compare_time() local
1055 struct kinfo_proc *p2; in compare_ctime() local
1083 struct kinfo_proc *p2; in compare_prio() local
1109 struct kinfo_proc *p2; in compare_thr() local
1136 struct kinfo_proc *p2; in compare_pid() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-coalesce.c217 pop_cost_one_pair (coalesce_list *cl, int *p1, int *p2) in pop_cost_one_pair()
239 pop_best_coalesce (coalesce_list *cl, int *p1, int *p2) in pop_best_coalesce()
306 find_coalesce_pair (coalesce_list *cl, int p1, int p2, bool create) in find_coalesce_pair()
345 add_cost_one_coalesce (coalesce_list *cl, int p1, int p2) in add_cost_one_coalesce()
360 add_coalesce (coalesce_list *cl, int p1, int p2, int value) in add_coalesce()
391 int p2 = var_to_partition (map, ssa_name (p->second_element)); in initialize_conflict_count() local
411 compare_pairs (const void *p1, const void *p2) in compare_pairs()
1302 int p1, p2; in attempt_coalesce() local
1594 int p2 = partition_find (tentative, var_to_partition (map, v2)); in compute_optimized_partition_bases() local
1608 int p2 = partition_find (tentative, var_to_partition (map, v2)); in compute_optimized_partition_bases() local
[all …]
/dragonfly/lib/libc/db/btree/
H A Dbt_utils.c204 unsigned char *p1, *p2; in __bt_defcmp() local
232 unsigned char *p1, *p2; in __bt_defpfx() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-coalesce.c146 pop_cost_one_pair (coalesce_list_p cl, int *p1, int *p2) in pop_cost_one_pair()
168 pop_best_coalesce (coalesce_list_p cl, int *p1, int *p2) in pop_best_coalesce()
210 const_coalesce_pair_p const p2 = (const_coalesce_pair_p) pair2; in coalesce_pair_map_eq() local
256 find_coalesce_pair (coalesce_list_p cl, int p1, int p2, bool create) in find_coalesce_pair()
294 add_cost_one_coalesce (coalesce_list_p cl, int p1, int p2) in add_cost_one_coalesce()
309 add_coalesce (coalesce_list_p cl, int p1, int p2, int value) in add_coalesce()
333 compare_pairs (const void *p1, const void *p2) in compare_pairs()
1211 int p1, p2; in attempt_coalesce() local
1339 eq_ssa_name_by_var (const void *p1, const void *p2) in eq_ssa_name_by_var()
/dragonfly/games/atc/
H A Dupdate.c56 PLANE *pp, *p1, *p2; in update() local
378 too_close(const PLANE *p1, const PLANE *p2, int dist) in too_close()
/dragonfly/usr.bin/hexdump/
H A Dparse.c204 unsigned char *p1, *p2, *fmtp; in rewrite() local
443 char *p2; in escape() local
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_endian.h84 unsigned int p2 = p[2]; in archive_be32dec() local
122 unsigned int p2 = p[2]; in archive_le32dec() local
/dragonfly/lib/libc/string/
H A Dbcmp.c41 char *p1, *p2; in bcmp() local
H A Dmemcmp.c45 const unsigned char *p1 = s1, *p2 = s2; in memcmp() local
H A Dtimingsafe_bcmp.c23 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
H A Dtimingsafe_memcmp.c24 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_memcmp() local
/dragonfly/sys/libkern/
H A Dtimingsafe_bcmp.c23 const unsigned char *p1 = b1, *p2 = b2; in timingsafe_bcmp() local
/dragonfly/contrib/grep/lib/
H A Dc-strcasecmp.c30 register const unsigned char *p2 = (const unsigned char *) s2; in c_strcasecmp() local
H A Dc-strncasecmp.c30 register const unsigned char *p2 = (const unsigned char *) s2; in c_strncasecmp() local
H A Dmbscasecmp.c74 const unsigned char *p2 = (const unsigned char *) s2; in mbscasecmp() local
/dragonfly/usr.sbin/ppp/
H A Dncp.h79 #define ncp_IsUrgentTcpPort(ncp, p1, p2) \ argument
81 #define ncp_IsUrgentUdpPort(ncp, p1, p2) \ argument
/dragonfly/sys/net/ppp_layer/
H A Dslcompress.c60 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (int)(n)) argument
61 #define BCOPY(p1, p2, n) bcopy((char *)(p1), (char *)(p2), (int)(n)) argument
/dragonfly/usr.bin/w/
H A Dproc_compare.c66 proc_compare(struct kinfo_proc *p1, struct kinfo_proc *p2) in proc_compare()
/dragonfly/contrib/mpfr/src/
H A Dswap.c30 mpfr_prec_t p1, p2; in mpfr_swap() local
/dragonfly/contrib/cvs-1.12/lib/
H A Dstrcasecmp.c80 const unsigned char *p2 = (const unsigned char *) s2; in strcasecmp() local
/dragonfly/usr.bin/cmp/
H A Dlink.c45 char buf2[PATH_MAX], *p2; in c_link() local

12345678910>>...14