/dflybsd-src/contrib/tcpdump/ |
H A D | print-krb.c | 160 const struct krb *kp; in krb4_print() local 166 #define IS_LENDIAN(kp) ((GET_U_1((kp)->type) & 0x01) != 0) in krb4_print() argument 167 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? GET_LE_U_2(cp) : GET_BE_U_2(cp)) in krb4_print() argument 230 const struct krb *kp; in krb_print() local
|
/dflybsd-src/contrib/libedit/src/ |
H A D | emacs.c | 97 wchar_t *cp, *p, *kp; in em_delete_next_word() local 126 wchar_t *kp, *cp; in em_yank() local 162 wchar_t *kp, *cp; in em_kill_line() local 184 wchar_t *kp, *cp; in em_kill_region() local 217 wchar_t *kp, *cp; in em_copy_region() local
|
H A D | common.c | 121 wchar_t *cp, *p, *kp; in ed_delete_prev_word() local 196 wchar_t *kp, *cp; in ed_kill_line() local
|
/dflybsd-src/usr.bin/window/ |
H A D | wwinit.c | 50 char *kp; in wwinit() local 340 wwaddcap(const char *cap, char **kp) in wwaddcap() 362 wwaddcap1(const char *cap, char **kp) in wwaddcap1()
|
H A D | main.c | 54 const char *kp; in main() local
|
/dflybsd-src/sys/net/wg/ |
H A D | wg_noise.c | 541 struct noise_keypair *kp; in noise_remote_index_lookup() local 686 struct noise_keypair *kp; in noise_remote_keypairs_clear() local 713 struct noise_keypair *kp; in noise_remote_expire_current() local 734 struct noise_keypair *kp, *ret = NULL; in noise_keypair_lookup() local 755 struct noise_keypair *kp, *ret = NULL; in noise_keypair_current() local 777 noise_keypair_received_with(struct noise_keypair *kp) in noise_keypair_received_with() 812 noise_keypair_ref(struct noise_keypair *kp) in noise_keypair_ref() 819 noise_keypair_put(struct noise_keypair *kp) in noise_keypair_put() 836 noise_keypair_drop(struct noise_keypair *kp) in noise_keypair_drop() 856 noise_keypair_remote(struct noise_keypair *kp) in noise_keypair_remote() [all …]
|
/dflybsd-src/lib/libc/db/test/ |
H A D | dbtest.c | 346 get(DB *dbp, DBT *kp) in get() 372 getdata(DB *dbp, DBT *kp, DBT *dp) in getdata() 387 put(DB *dbp, DBT *kp, DBT *dp) in put() 402 rem(DB *dbp, DBT *kp) in rem() 438 seq(DB *dbp, DBT *kp) in seq()
|
/dflybsd-src/usr.bin/pkill/ |
H A D | pkill.c | 70 #define PSKIP(kp) ((kp)->kp_pid == mypid || \ argument 136 struct kinfo_proc *kp; in main() local 599 show_process(const struct kinfo_proc *kp) in show_process() 622 killact(const struct kinfo_proc *kp) in killact() 659 grepact(const struct kinfo_proc *kp) in grepact()
|
/dflybsd-src/sys/kern/ |
H A D | kern_kinfo.c | 117 fill_kinfo_proc(struct proc *p, struct kinfo_proc *kp) in fill_kinfo_proc() 286 fill_kinfo_proc_kthread(struct thread *td, struct kinfo_proc *kp) in fill_kinfo_proc_kthread()
|
H A D | kern_ktr.c | 606 struct ktr_entry *kp; in DB_SHOW_COMMAND() local 665 db_mach_vtrace(int cpu, struct ktr_entry *kp, int idx) in db_mach_vtrace()
|
/dflybsd-src/test/debug/ |
H A D | psinfo.c | 102 struct kinfo_proc *kp; in main() local 164 dumpproc(kvm_t *kd, struct kinfo_proc *kp) in dumpproc()
|
H A D | kshowprocs.c | 62 struct kinfo_proc *kp; in main() local
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | key.c | 103 KEYLIST *kp; in v_key_init() local 146 KEYLIST *kp; in v_keyval() local 324 KEYLIST k, *kp; in v_key_val() local
|
/dflybsd-src/lib/libkvm/ |
H A D | kvm_proc.c | 766 struct kinfo_proc kp; in proc_verify() local 787 kvm_doargv(kvm_t *kd, const struct kinfo_proc *kp, int nchr, in kvm_doargv() 829 kvm_getargv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getargv() 903 kvm_getenvv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getenvv()
|
H A D | kvm_file.c | 105 const struct kinfo_proc *kp = &kproc[i]; in kvm_deadfiles() local
|
/dflybsd-src/usr.bin/w/ |
H A D | w.c | 94 struct kinfo_proc *kp; member 109 struct kinfo_proc *kp; /* `most interesting' proc */ member 126 struct kinfo_proc *kp; in main() local
|
/dflybsd-src/sys/net/wg/selftest/ |
H A D | counter.c | 42 struct noise_keypair kp; in noise_counter_selftest() local
|
/dflybsd-src/contrib/awk/ |
H A D | lex.c | 490 static int binsearch(char *w, const Keyword *kp, int n) in binsearch() 510 const Keyword *kp; in word() local
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_usage.c | 138 VIKEYS const *kp; in ex_viusage() local
|
/dflybsd-src/sys/vm/ |
H A D | vm_kern.c | 108 kmem_alloc_swapbacked(kmem_anon_desc_t *kp, vm_size_t size, vm_subsys_t id) in kmem_alloc_swapbacked() 138 kmem_free_swapbacked(kmem_anon_desc_t *kp) in kmem_free_swapbacked()
|
/dflybsd-src/contrib/nvi2/vi/ |
H A D | vi.c | 457 VIKEYS const *kp; in v_cmd() local 1092 VIKEYS const *kp) in v_alias()
|
H A D | vs_line.c | 39 u_char *kp; in vs_line() local
|
/dflybsd-src/lib/libtelnet/ |
H A D | enc_des.c | 407 cfb64_keyid(int dir, unsigned char *kp, int *lenp) in cfb64_keyid() 413 ofb64_keyid(int dir, unsigned char *kp, int *lenp) in ofb64_keyid() 419 fb64_keyid(int dir, unsigned char *kp, int *lenp, struct fb *fbp) in fb64_keyid()
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | ed.chared.c | 181 Char *cp, *kp = NULL; in c_delafter() local 222 Char *cp, *kp = NULL; in c_delbefore() local 895 Char *dp, *cp, *kp; in c_push_kill() local 2245 Char *kp, *cp; in e_yank_kill() local 2281 Char *kp, *cp; in e_yank_pop() local 2954 Char *cp, *kp; in v_action() local 3732 Char *kp, *cp; in v_undo() local
|
/dflybsd-src/crypto/libressl/tls/ |
H A D | tls_config.c | 155 struct tls_keypair *kp, *nkp; in tls_config_free() local 190 struct tls_keypair *kp; in tls_config_keypair_add() local 208 struct tls_keypair *kp; in tls_config_clear_keys() local
|