github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/pkg/codesearch/testdata/query-def-source-open (about) 1 def-source source0.c open yes 2 3 function open is defined in source0.c: 4 5 5: /* 6 6: * Comment about open. 7 7: */ 8 8: int open() 9 9: { 10 10: return 0; 11 11: }