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 129 static CURLcode main_init(struct GlobalConfig *config) function
249 result = main_init(&global);
  /external/mksh/src/
main.c 50 static int main_init(int, const char *[], Source **, struct block **);
182 main_init(int argc, const char *argv[], Source **sp, struct block **lp) function
664 if ((rv = main_init(argc, argv, &s, &l)) == 0) {
    [all...]
  /external/sqlite/dist/orig/
shell.c 6944 static void main_init(ShellState *data) { function
    [all...]
  /external/sqlite/dist/
shell.c 6966 static void main_init(ShellState *data) { function
    [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,
172 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,
172 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...]

Completed in 847 milliseconds