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

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.


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

Create a new child process by duplicating the current parent process. Unlike the fork system call, clone accepts FLAGS that specify which resources are shared between the parent and child processes.

login-tty
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Make FD the controlling terminal of the current process (with the TIOCSCTTY ioctl), redirect standard input, standard output and standard error output to this terminal, and close FD.

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

Unmount TARGET. Optionally FLAGS may be one of the MNT_* or UMOUNT_* constants from <sys/mount.h>.

set-network-interface-address
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Set the address of network interface NAME to SOCKADDR.

network-interfaces
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return a list of <interface> objects, each denoting a configured network interface. This is implemented using the 'getifaddrs' libc function.

input-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
SWAP_FLAG_PREFER
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
terminal-window-size (#:optional port)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return a <window-size> structure describing the terminal at PORT, or raise a 'system-error' if PORT is not backed by a terminal. This procedure corresponds to the TIOCGWINSZ ioctl.

utmpx-session-id
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
ST_NODEV
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
local-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
AT_NO_AUTOMOUNT
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
utmpx-id
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
RB_POWER_OFF
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
IFF_UP
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mounts ()
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the list of mounts (<mount> records) visible in the namespace of the current process.

ST_NODIRATIME
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
ST_IMMUTABLE
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
KEXEC_FILE_NO_INITRAMFS
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
interface-address
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
CLONE_NEWUTS
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mount-type
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
scandir* (name #:optional select? entry<? #:key string->pointer pointer->string)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

This procedure improves on Guile's 'scandir' procedure in several ways:

1. Systematically encode decode file names using STRING->POINTER and POINTER->STRING (UTF-8 by default; this works around a defect in Guile 2.0/2.2 where 'scandir' decodes file names according to the current locale, which is not always desirable.

2. Each entry that is returned has the form (NAME . PROPERTIES). PROPERTIES is an alist showing additional properties about the entry, as found in 'struct dirent'. An entry may look like this:

("foo.scm" (type . regular) (inode . 123456))

Callers must be prepared to deal with the case where 'type' is 'unknown' since some file systems do not provide that information.

3. Raise to 'system-error' when NAME cannot be opened.

termios-input-speed
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Total public symbols: 86650