Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/openbsd-src/usr.sbin/tcpdump/
H A Dprint-gtp.c298 gtp_print(const u_char *cp, u_int length, u_short sport, u_short dport) in gtp_print()
325 gtp_decode_ie(const u_char *cp, u_short version, int len) in gtp_decode_ie()
389 gtp_print_tbcd(const u_char *cp, u_int len) in gtp_print_tbcd()
411 gtp_print_user_address(const u_char *cp, u_int len) in gtp_print_user_address()
444 gtp_print_apn(const u_char *cp, u_int len) in gtp_print_apn()
485 gtp_v0_print(const u_char *cp, u_int length, u_short sport, u_short dport) in gtp_v0_print()
541 gtp_v0_print_prime(const u_char *cp) in gtp_v0_print_prime()
566 gtp_v0_print_tv(const u_char *cp, u_int value) in gtp_v0_print_tv()
756 gtp_v0_print_tlv(const u_char *cp, u_int value) in gtp_v0_print_tlv()
878 gtp_v1_print(const u_char *cp, u_int length, u_short sport, u_short dport) in gtp_v1_print()
[all …]
H A Dprint-domain.c67 ns_nskip(const u_char *cp) in ns_nskip()
99 blabel_print(const u_char *cp) in blabel_print()
135 labellen(const u_char *cp) in labellen()
158 ns_nprint(const u_char *cp, const u_char *bp) in ns_nprint()
242 ns_cprint(const u_char *cp) in ns_cprint()
330 ns_qprint(const u_char *cp, const u_char *bp, int is_mdns) in ns_qprint()
363 ns_rprint(const u_char *cp, const u_char *bp, int is_mdns) in ns_rprint()
577 const u_char *cp; in ns_print() local
/openbsd-src/sys/dev/pci/
H A Dpciide.c1649 pciide_mapregs_compat(struct pci_attach_args *pa, struct pciide_channel *cp, in pciide_mapregs_compat()
1690 pciide_unmapregs_compat(struct pciide_softc *sc, struct pciide_channel *cp) in pciide_unmapregs_compat()
1706 pciide_mapregs_native(struct pci_attach_args *pa, struct pciide_channel *cp, in pciide_mapregs_native()
1789 pciide_unmapregs_native(struct pciide_softc *sc, struct pciide_channel *cp) in pciide_unmapregs_native()
1878 pciide_intr_flag(struct pciide_channel *cp) in pciide_intr_flag()
1909 struct pciide_channel *cp = arg; in pciide_compat_intr() local
1926 struct pciide_channel *cp; in pciide_pci_intr() local
1992 pciide_channel_dma_setup(struct pciide_channel *cp) in pciide_channel_dma_setup()
2096 struct pciide_channel *cp = &sc->pciide_channels[channel]; in pciide_dma_init() local
2188 struct pciide_channel *cp = &sc->pciide_channels[channel]; in pciide_dma_finish() local
[all …]
/openbsd-src/lib/libedit/
H A Demacs.c89 wchar_t *cp, *p, *kp; in em_delete_next_word() local
117 wchar_t *kp, *cp; in em_yank() local
152 wchar_t *kp, *cp; in em_kill_line() local
173 wchar_t *kp, *cp; in em_kill_region() local
205 wchar_t *kp, *cp; in em_copy_region() local
277 wchar_t *cp, *ep; in em_upper_case() local
300 wchar_t *cp, *ep; in em_capitol_case() local
331 wchar_t *cp, *ep; in em_lower_case() local
367 wchar_t *cp; in em_exchange_mark() local
424 wchar_t *cp, *oldc, *dp; in em_copy_prev_word() local
H A Dchared.c95 wchar_t *cp; in c_insert() local
127 wchar_t *cp; in c_delafter() local
143 wchar_t *cp; in c_delafter1() local
168 wchar_t *cp; in c_delbefore() local
186 wchar_t *cp; in c_delbefore1() local
617 wchar_t *cp = el->el_line.buffer, ch; in c_gets() local
/openbsd-src/usr.sbin/amd/amd/
H A Dclock.c80 callout *cp = free_callouts; in alloc_callout() local
90 free_callout(callout *cp) in free_callout()
109 callout *cp, *cp2; in timeout() local
149 callout *cp, *cp2; in untimeout() local
165 callout *cp; in reschedule_timeouts() local
186 callout *cp; in softclock() local
/openbsd-src/usr.bin/mail/
H A Dutil.c156 char *cp, *cp2; in gethfield() local
211 char *cp = colon; in ishfield() local
276 char *cp; in source() local
347 char *cp; in blankline() local
363 char *cp, *cp2; in nameof() local
382 skip_comment(char *cp) in skip_comment()
410 char *nbuf, *bufend, *cp, *cp2; in skin() local
522 char *cp, *cp2; in name1() local
578 char *cp; in charcount() local
H A Dhead.c50 char *cp; in ishead() local
93 char *cp, *sp; in parse() local
125 char *cp, *top; in copyin() local
191 cmatch(char *cp, char *tp) in cmatch()
H A Dnames.c85 char *cp; in extract() local
116 char *cp, *top; in detract() local
159 char *cp, *cp2; in yankword() local
347 char *cp; in isfileaddr() local
369 struct name *new, *np, *cp; in usermap() local
406 char *cp; in gexpand() local
/openbsd-src/usr.bin/rdistd/
H A Dserver.c287 char *cp; in removefile() local
389 doclean(char *cp) in doclean()
457 clean(char *cp) in clean()
491 char *cp; in docmdspecial() local
640 char *cp; in chkparent() local
736 char *cp; in recvfile() local
957 char *cp; in recvdir() local
1205 char *cp = cmd; in hardlink() local
1284 char *cp = cmd; in setconfig() local
1350 char *cp = cmd; in recvit() local
[all …]
/openbsd-src/bin/mt/
H A Dmtrmt.c105 char *cp; in rmtgetconn() local
154 unsigned char *cp; in okname() local
196 char *cp; in rmtstatus() local
232 char *cp; in rmtreply() local
272 char *cp = line; in rmtgets() local
/openbsd-src/usr.bin/file/
H A Dmagic-load.c82 const char *fmt, *endfmt, *cp; in magic_set_result() local
418 char *start, *cp, c; in magic_get_string() local
524 char *copy, *s, *cp, *endptr; in magic_parse_offset() local
627 char *copy, *s, *cp, *endptr; in magic_parse_type() local
834 char *copy, *s, *cp, *endptr; in magic_parse_value() local
1001 char *cp, *s; in magic_adjust_strength() local
1035 char *mimetype, *cp; in magic_set_mimetype() local
/openbsd-src/sbin/fsdb/
H A Dfsdb.c346 char *cp; in CMDFUNCSTART() local
368 char *cp; in CMDFUNCSTART() local
518 char *cp; in CMDFUNCSTART() local
566 char *cp; in CMDFUNCSTART() local
617 char *cp; in CMDFUNCSTART() local
691 char *cp; in CMDFUNCSTART() local
713 char *cp; in CMDFUNCSTART() local
734 char *cp; in CMDFUNCSTART() local
759 char *cp; in CMDFUNCSTART() local
784 char *cp; in CMDFUNCSTART() local
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A Dregcharclass.h98 #define is_HORIZWS_cp_high(cp) \ argument
114 #define is_VERTWS_cp_high(cp) \ argument
131 is_XDIGIT_cp_high(cp) global() argument
151 is_XPERLSPACE_cp_high(cp) global() argument
1201 is_PROBLEMATIC_LOCALE_FOLD_cp(cp) global() argument
1242 is_PROBLEMATIC_LOCALE_FOLDEDS_START_cp(cp) global() argument
1356 is_HORIZWS_cp_high(cp) global() argument
1372 is_VERTWS_cp_high(cp) global() argument
1387 is_XDIGIT_cp_high(cp) global() argument
1409 is_XPERLSPACE_cp_high(cp) global() argument
2463 is_PROBLEMATIC_LOCALE_FOLD_cp(cp) global() argument
2504 is_PROBLEMATIC_LOCALE_FOLDEDS_START_cp(cp) global() argument
2614 is_HORIZWS_cp_high(cp) global() argument
2630 is_VERTWS_cp_high(cp) global() argument
2645 is_XDIGIT_cp_high(cp) global() argument
2667 is_XPERLSPACE_cp_high(cp) global() argument
3721 is_PROBLEMATIC_LOCALE_FOLD_cp(cp) global() argument
3762 is_PROBLEMATIC_LOCALE_FOLDEDS_START_cp(cp) global() argument
[all...]
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass-stratcliff.c99 char *cp; in main() local
135 char *cp; in main() local
162 char *cp; in main() local
/openbsd-src/bin/csh/
H A Dfunc.c63 Char *cp = t->t_dcom[0]; in isbfunc() local
119 Char *cp; in doonintr() local
323 Char *cp, *lp; in doswitch() local
368 Char *cp, *sp; in doforeach() local
534 srchx(Char *cp) in srchx()
564 Char *cp; in search() local
830 Char *cp; in xecho() local
942 Char *cp, *dp; in Setenv() local
973 Char *cp, *dp; in Unsetenv() local
995 Char *cp = v[1]; in doumask() local
[all …]
H A Ddir.c68 Char *cp = NULL; in dinit() local
254 dnormalize(Char *cp) in dnormalize()
322 Char *cp; in dochngd() local
365 dgoto(Char *cp) in dgoto()
403 dfollow(Char *cp) in dfollow()
518 dfind(Char *cp) in dfind()
604 dcanon(Char *cp, Char *p) in dcanon()
/openbsd-src/usr.bin/mandoc/
H A Dtbl_term.c31 #define IS_HORIZ(cp) ((cp)->pos == TBL_CELL_HORIZ || \ argument
162 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl() local
569 const struct tbl_cell *cp; /* Layout cell in this line. */ in tbl_hrule() local
711 const struct tbl_cell *cp, const struct tbl_dat *dp, in tbl_data()
762 tbl_fill_string(struct termp *tp, const char *cp, size_t len) in tbl_fill_string()
774 char cp[2]; in tbl_fill_char() local
856 const char *cp, *lastdigit, *lastpoint; in tbl_number() local
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dderef.c93 isref(char *cp) in isref()
110 char *cp; in process() local
145 char *cp; in repair() local
/openbsd-src/sys/kern/
H A Dtty_subr.c118 q_to_b(struct clist *clp, u_char *cp, int count) in q_to_b()
270 clrbits(u_char *cp, int off, int len) in clrbits()
307 b_to_q(u_char *cp, int count, struct clist *clp) in b_to_q()
357 nextc(struct clist *clp, u_char *cp, int *c, int *ccp) in nextc()
393 u_char *cp; in firstc() local
/openbsd-src/usr.bin/tmux/
H A Dcontrol.c239 struct control_pane cp = { .pane = wp->id }; in control_get_pane() local
249 struct control_pane *cp; in control_add_pane() local
268 control_discard_pane(struct client *c, struct control_pane *cp) in control_discard_pane()
299 struct control_pane *cp, *cp1; in control_reset_offsets() local
315 struct control_pane *cp; in control_pane_offset() local
339 struct control_pane *cp; in control_set_pane_on() local
353 struct control_pane *cp; in control_set_pane_off() local
363 struct control_pane *cp; in control_continue_pane() local
378 struct control_pane *cp; in control_pause_pane() local
435 struct control_pane *cp) in control_check_age()
[all …]
/openbsd-src/sys/ufs/ffs/
H A Dffs_subr.c160 ffs_isblock(struct fs * fs,u_char * cp,daddr_t h) ffs_isblock() argument
184 ffs_clrblock(struct fs * fs,u_char * cp,daddr_t h) ffs_clrblock() argument
208 ffs_setblock(struct fs * fs,u_char * cp,daddr_t h) ffs_setblock() argument
232 ffs_isfreeblock(struct fs * fs,u_char * cp,daddr_t h) ffs_isfreeblock() argument
[all...]
/openbsd-src/usr.bin/make/
H A Ddirexpand.c114 const char *cp; in DirExpandWildi() local
241 const char *cp; /* Current position in brace clause */ in DirExpandCurlyi() local
276 const char *cp; in Dir_Expandi() local
308 const char *cp; in Dir_HasWildcardsi() local
/openbsd-src/sbin/restore/
H A Dutilities.c56 char *cp; in pathcheck() local
135 char *cp; in newnode() local
154 char *cp; in removenode() local
176 char *cp; in removeleaf() local
/openbsd-src/usr.sbin/pppd/
H A Dpppd.h356 GETCHAR(c,cp) global() argument
359 PUTCHAR(c,cp) global() argument
364 GETSHORT(s,cp) global() argument
368 PUTSHORT(s,cp) global() argument
373 GETLONG(l,cp) global() argument
379 PUTLONG(l,cp) global() argument
386 INCPTR(n,cp) global() argument
387 DECPTR(n,cp) global() argument
[all...]

12345678910>>...43