File: libexec.version

package info (click to toggle)
bear 3.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,904 kB
  • sloc: cpp: 9,184; sh: 706; ansic: 497; python: 175; makefile: 29
file content (18 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    global:
        on_load;
        on_unload;
        execv;
        execve;
        execvp;
        execvP;
        exect;
        execvpe;
        execl;
        execlp;
        execle;
        posix_spawn;
        posix_spawnp;
    local:
        *;
};