github.com/dolfly/pty@v1.2.1/types_dragonfly.go (about)

     1  //go:build ignore
     2  //+build ignore
     3  
     4  package pty
     5  
     6  /*
     7  #define _KERNEL
     8  #include <sys/conf.h>
     9  #include <sys/param.h>
    10  #include <sys/filio.h>
    11  */
    12  import "C"
    13  
    14  const (
    15  	_C_SPECNAMELEN = C.SPECNAMELEN /* max length of devicename */
    16  )
    17  
    18  type fiodgnameArg C.struct_fiodname_args