_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above.

API method:

GET /api/symbols?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


window-size-columns
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
free-disk-space (file)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the free disk space, in bytes, on the file system that hosts FILE.

file-system-blocks-free
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
kexec-load-file
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Load for eventual use of kexec(8) the Linux kernel from kernel-fd, its initial RAM disk from initrd-fd, with the given command-line (a string). Optionally, flags can be a bitwise or of the KEXEC_FILE_* constants.

AT_REMOVEDIR
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
PF_PACKET
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
device-number (major minor)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the device number for the device with MAJOR and MINOR, for use as the last argument of `mknod'.

network-interface-names (#:optional sock)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the names of existing network interfaces. This is typically limited to interfaces that are currently up.

RB_AUTOBOOT
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
MS_NOEXEC
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
IFF_RUNNING
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
ST_WRITE
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
window-size-rows
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
thread-name/linux ()
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the name of the calling thread as a string.

all-network-interface-names ()
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return all the names of the registered network interfaces, including those that are not up.

mount-device-number
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
terminal-string-width
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the width of a string as it would be printed on the terminal. This procedure accounts for characters that have a different width than 1, such as CJK double-width characters.

unlock-file (port)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Unlock PORT, a port returned by 'lock-file', and close it.

MS_STRICTATIME
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
CLONE_NEWNET
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
network-interface-netmask (socket name)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the netmask of network interface NAME. The result is an object of the same type as that returned by 'make-socket-address'.

add-to-entropy-count (port-or-fd n)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Add N to the kernel's entropy count (the value that can be read from /proc/sys/kernel/random/entropy_avail). PORT-OR-FD must correspond to /dev/urandom or /dev/random. Raise to 'system-error with EPERM when the caller lacks root privileges.

ST_SYNCHRONOUS
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
MS_NODIRATIME
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Total public symbols: 86650