Home
last modified time | relevance | path

Searched defs:head (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/libbb/
Dllist.c35 void* FAST_FUNC llist_pop(llist_t **head) in llist_pop()
49 void FAST_FUNC llist_unlink(llist_t **head, llist_t *elm) in llist_unlink()
/busybox-1.35.0/coreutils/
Dhead.c78 unsigned head = 0; in print_except_N_last_bytes() local
107 unsigned head = 0; in print_except_N_last_lines() local
/busybox-1.35.0/util-linux/
Dfdformat.c31 head, /* nr of heads */ member
52 unsigned int device,head,track; member
Dfdisk.c205 unsigned char head; /* starting head */ member
2192 chs_string11(unsigned cyl, unsigned head, unsigned sect) in chs_string11()
/busybox-1.35.0/util-linux/volume_id/
Dunused_msdos.c31 uint8_t head; member
/busybox-1.35.0/networking/
Ddnsd.c385 struct dns_head *head; in process_packet() local
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc1032 QString head, debug, help; in setHelp() local
/busybox-1.35.0/archival/
Dgzip.c337 #define head (G1.prev + WSIZE) /* hash head (see deflate.c) */ macro