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

  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_solaris.pl 110 my $strconvfunc = "BytePtrFromString";
152 $text .= "\t_p$n, $errvar = $strconvfunc($name)\n";
160 $text .= "\t_p$n, _ = $strconvfunc($name)\n";
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_solaris.pl 110 my $strconvfunc = "BytePtrFromString";
152 $text .= "\t_p$n, $errvar = $strconvfunc($name)\n";
160 $text .= "\t_p$n, _ = $strconvfunc($name)\n";

Completed in 95 milliseconds