Query: list_cut_position
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_CUT_POSITION(9) Data Types LIST_CUT_POSITION(9)NAMElist_cut_position - cut a list into twoSYNOPSISvoid list_cut_position(struct list_head * list, struct list_head * head, struct list_head * entry);ARGUMENTSlist a new list to add all removed entries head a list with entries entry an entry within head, could be the head itself and if so we won't cut the listDESCRIPTIONThis helper moves the initial part of head, up to and including entry, from head to list. You should pass on entry an element you know is on head. list should be an empty list or a list you do not care about losing its data.COPYRIGHTKernel Hackers Manual 2.6. July 2010 LIST_CUT_POSITION(9)
Related Man Pages |
---|
list(3) - debian |
circleq_init(3) - centos |
circleq_insert_before(3) - centos |
list_head(3) - centos |
list_insert_after(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Getting command output to putty window title. |
Docker learning Phase-I |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |
32 bit process addressing more than 4GB |