HomeSort by relevance Sort by last modified time
    Searched refs:main_init (Results 1 - 6 of 6) sorted by null

  /external/curl/src/
tool_main.c 138 static CURLcode main_init(struct GlobalConfig *config) function
258 result = main_init(&global);
  /external/mksh/src/
main.c 48 static int main_init(int, const char *[], Source **, struct block **);
224 main_init(int argc, const char *argv[], Source **sp, struct block **lp) function
702 if ((rv = main_init(argc, argv, &s, &l)) == 0) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go 87 //go:linkname main_init main.init
88 func main_init() func
92 // so all cgo calls can rely on it existing. When main_init is complete,
185 fn := main_init // make an indirect call, as the linker doesn't know the address of the main package when laying down the runtime
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go 87 //go:linkname main_init main.init
88 func main_init() func
92 // so all cgo calls can rely on it existing. When main_init is complete,
185 fn := main_init // make an indirect call, as the linker doesn't know the address of the main package when laying down the runtime
    [all...]
  /external/sqlite/dist/orig/
shell.c 14897 static void main_init(ShellState *data) { function
    [all...]
  /external/sqlite/dist/
shell.c 14920 static void main_init(ShellState *data) { function
    [all...]

Completed in 542 milliseconds