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.
Return the <termios> structure for the tty at FD.
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.
Get the extended attribute value for KEY on FILE.
Return two values: the major and minor device numbers that make up DEVICE.
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".
Return the mounts points for currently mounted file systems.