...U_XOR, CPU_EQUAL, CPU_ALLOC, CPU_ALLOC_SIZE, CPU_FREE, CPU_SET_S, CPU_CLR_S, CPU_ISSET_S, CPU_ZERO_S, CPU_COUNT_S, CPU_AND_S, CPU_OR_S, CPU_XOR_S, CPU_EQUAL_S - macros for manip…convert a termcap description into a terminfo description NAME captoinfo - convert a termcap description into a terminfo description SYNOPSIS captoinfo [ tic-option ] [ file ...] c…enter a system sleep state until specified wakeup time NAME rtcwake - enter a system sleep state until specified wakeup time SYNOPSIS rtcwake [options] [ -d device ] [ -m standby_m…System bootup process based on UNIX System V Release 4 NAME boot - System bootup process based on UNIX System V Release 4 DESCRIPTION The bootup process (or " boot sequence ") vari…compare memory areas NAME memcmp - compare memory areas LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> int memcmp(const void s1 [. n ], const void s2 [. n ]…terminal capability database NAME terminfo - terminal capability database SYNOPSIS /etc/terminfo/*/* DESCRIPTION Terminfo is a database describing terminals, used by screen-oriente…compare two strings using the current locale NAME strcoll - compare two strings using the current locale LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> int …list of eBPF helper functions NAME BPF-HELPERS - list of eBPF helper functions DESCRIPTION The extended Berkeley Packet Filter (eBPF) subsystem consists in programs written in a ps…overview of the virtual ELF dynamic shared object NAME vdso - overview of the virtual ELF dynamic shared object SYNOPSIS #include <sys/auxv.h> void *vdso = (uintptr_t) getauxval(AT…compare two strings NAME strcmp, strncmp - compare two strings LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> int strcmp(const char * s1 , const char * s2 )…compare two strings NAME strcmp, strncmp - compare two strings LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> int strcmp(const char * s1 , const char * s2 )…emulate STHYI instruction NAME s390_sthyi - emulate STHYI instruction LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/sthyi.h> /* Definition of STHYI_* constants *…compare two arrays of wide-characters NAME wmemcmp - compare two arrays of wide-characters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wchar.h> int wmemcmp(const w…compare two wide-character strings NAME wcscmp - compare two wide-character strings LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wchar.h> int wcscmp(const wchar_t *…enable/disable devices and files for paging and swapping NAME swapon, swapoff - enable/disable devices and files for paging and swapping SYNOPSIS swapon [options] [ specialfile ...…enable/disable devices and files for paging and swapping NAME swapon, swapoff - enable/disable devices and files for paging and swapping SYNOPSIS swapon [options] [ specialfile ...…compare two fixed-size wide-character strings NAME wcsncmp - compare two fixed-size wide-character strings LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <wchar.h> int…compare two strings ignoring case NAME strcasecmp, strncasecmp - compare two strings ignoring case LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <strings.h> int strca…compare two strings ignoring case NAME strcasecmp, strncasecmp - compare two strings ignoring case LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <strings.h> int strca…indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…