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

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.


IFF_BROADCAST
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
ST_RELATIME
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
file-system-block-size
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
termios?
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
file-system-block-count
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
CLONE_NEWIPC
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
termios-local-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
tcgetattr
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the <termios> structure for the tty at FD.

file-system-free-file-nodes
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
unshare
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Disassociate the current process from parts of its execution context according to FLAGS, which must be a logical or of CLONE_* constants. When CLONE_NEWUSER, CLONE_SIGHAND, CLONE_THREAD or CLONE_VM are specified, this wrapper verifies the caller's environment is single-threaded. If this requirement is not met, it produces a warning and throws to 'system-error' with EINVAL.

getxattr
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Get the extended attribute value for KEY on FILE.

interface-broadcast-address
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
AT_SYMLINK_NOFOLLOW
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
device-number->major+minor (device)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return two values: the major and minor device numbers that make up DEVICE.

file-system-fragment-size
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
utmpx-time
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
add-network-route/gateway (socket gateway #:key destination genmask)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Add a network route for DESTINATION (a socket address as returned by 'make-socket-address') that goes through GATEWAY (a socket address). For instance, the call:

(add-network-route/gateway sock (make-socket-address AF_INET (inet-pton AF_INET "192.168.0.1") 0))

is equivalent to this 'net-tools' command:

route add -net default gw 192.168.0.1

because the default value of DESTINATION is "0.0.0.0".

RB_HALT_SYSTEM
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
CLONE_NEWNS
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mount-points ()
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the mounts points for currently mounted file systems.

MS_REC
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
termios-line-discipline
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
utmpx-pid
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
AT_FDCWD
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Total public symbols: 86650