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

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.


interface-netmask
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
KEXEC_FILE_ON_CRASH
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mount
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Mount device SOURCE on TARGET as a file system TYPE. Optionally, FLAGS may be a bitwise-or of the MS_* <sys/mount.h> constants, and OPTIONS may be a string. When FLAGS contains MS_REMOUNT, SOURCE and TYPE are ignored. When UPDATE-MTAB? is true, update /etc/mtab. Raise a 'system-error' exception on error.

safe-clone (flags child parent)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

This is a raw clone syscall wrapper that ensures no Guile thread will be spawned during execution of the child. `clone' is called with FLAGS. CHILD is a thunk to run in the child process. PARENT is procedure that accepts the child PID as argument. This is useful in many contexts, such as when calling `unshare' or async-unsafe procedures in the child when the parent process memory (CLONE_VM) or threads (CLONE_THREAD) are shared with it.

utmpx-termination-status
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
interface-name
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
file-system-mount-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
network-interface-flags
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return a number that is the bit-wise or of 'IFF*' flags for network interface NAME.

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

Flush buffered output of PORT, an output file port, and then call fdatasync(2) on the underlying file descriptor.

lock-file (file #:optional mode #:key wait?)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Wait and acquire an exclusive lock on FILE. Return an open port according to MODE.

delete-network-route (socket destination)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Delete the network route for DESTINATION. For instance, the call:

(delete-network-route sock (make-socket-address AF_INET INADDR_ANY 0))

is equivalent to the 'net-tools' command:

route del -net default

terminal-rows (#:optional port)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the best approximation of the number of rows of the terminal at PORT, trying to guess a reasonable value if all else fails. The result is always a positive integer.

terminal-columns (#:optional port)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the best approximation of the number of columns of the terminal at PORT, trying to guess a reasonable value if all else fails. The result is always a positive integer.

mount-flags (mount)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the mount flags of MOUNT, a <mount> record, as an inclusive or of MS_* constants.

CLONE_CHILD_SETTID
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
SWAP_FLAG_PRIO_SHIFT
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
IFF_NOARP
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mount-options
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
SWAP_FLAG_DISCARD
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
file-system?
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mkdtemp!
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Create a new unique directory in the file system using the template string TMPL and return its file name. TMPL must end with 'XXXXXX'.

utmpx-entries ()
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return the list of entries read from the user accounting database.

set-child-subreaper! ()
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Set the CHILD_SUBREAPER capability for the current process.

set-network-interface-up (name #:key family)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Turn up the interface NAME.

Total public symbols: 86650