Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/golang/api
File: go1.2.txt
pkg archive/zip, func RegisterCompressor(uint16, Compressor)
[0] Fix | Delete
pkg archive/zip, func RegisterDecompressor(uint16, Decompressor)
[1] Fix | Delete
pkg archive/zip, method (*File) DataOffset() (int64, error)
[2] Fix | Delete
pkg archive/zip, type Compressor func(io.Writer) (io.WriteCloser, error)
[3] Fix | Delete
pkg archive/zip, type Decompressor func(io.Reader) io.ReadCloser
[4] Fix | Delete
pkg bufio, method (*Reader) Reset(io.Reader)
[5] Fix | Delete
pkg bufio, method (*Writer) Reset(io.Writer)
[6] Fix | Delete
pkg compress/flate, method (*Writer) Reset(io.Writer)
[7] Fix | Delete
pkg compress/gzip, method (*Writer) Reset(io.Writer)
[8] Fix | Delete
pkg compress/zlib, method (*Writer) Reset(io.Writer)
[9] Fix | Delete
pkg container/heap, func Fix(Interface, int)
[10] Fix | Delete
pkg container/list, method (*List) MoveAfter(*Element, *Element)
[11] Fix | Delete
pkg container/list, method (*List) MoveBefore(*Element, *Element)
[12] Fix | Delete
pkg crypto, type PublicKey interface {}
[13] Fix | Delete
pkg crypto/cipher, func NewGCM(Block) (AEAD, error)
[14] Fix | Delete
pkg crypto/cipher, type AEAD interface { NonceSize, Open, Overhead, Seal }
[15] Fix | Delete
pkg crypto/cipher, type AEAD interface, NonceSize() int
[16] Fix | Delete
pkg crypto/cipher, type AEAD interface, Open([]uint8, []uint8, []uint8, []uint8) ([]uint8, error)
[17] Fix | Delete
pkg crypto/cipher, type AEAD interface, Overhead() int
[18] Fix | Delete
pkg crypto/cipher, type AEAD interface, Seal([]uint8, []uint8, []uint8, []uint8) []uint8
[19] Fix | Delete
pkg crypto/md5, func Sum([]uint8) [16]uint8
[20] Fix | Delete
pkg crypto/rsa, const PSSSaltLengthAuto = 0
[21] Fix | Delete
pkg crypto/rsa, const PSSSaltLengthAuto ideal-int
[22] Fix | Delete
pkg crypto/rsa, const PSSSaltLengthEqualsHash = -1
[23] Fix | Delete
pkg crypto/rsa, const PSSSaltLengthEqualsHash ideal-int
[24] Fix | Delete
pkg crypto/rsa, func SignPSS(io.Reader, *PrivateKey, crypto.Hash, []uint8, *PSSOptions) ([]uint8, error)
[25] Fix | Delete
pkg crypto/rsa, func VerifyPSS(*PublicKey, crypto.Hash, []uint8, []uint8, *PSSOptions) error
[26] Fix | Delete
pkg crypto/rsa, type PSSOptions struct
[27] Fix | Delete
pkg crypto/rsa, type PSSOptions struct, SaltLength int
[28] Fix | Delete
pkg crypto/sha1, func Sum([]uint8) [20]uint8
[29] Fix | Delete
pkg crypto/sha256, func Sum224([]uint8) [28]uint8
[30] Fix | Delete
pkg crypto/sha256, func Sum256([]uint8) [32]uint8
[31] Fix | Delete
pkg crypto/sha512, func Sum384([]uint8) [48]uint8
[32] Fix | Delete
pkg crypto/sha512, func Sum512([]uint8) [64]uint8
[33] Fix | Delete
pkg crypto/subtle, func ConstantTimeLessOrEq(int, int) int
[34] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161
[35] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16
[36] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195
[37] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uint16
[38] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 49162
[39] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16
[40] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = 49159
[41] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16
[42] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 49199
[43] Fix | Delete
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 uint16
[44] Fix | Delete
pkg crypto/tls, const VersionSSL30 = 768
[45] Fix | Delete
pkg crypto/tls, const VersionSSL30 ideal-int
[46] Fix | Delete
pkg crypto/tls, const VersionTLS10 = 769
[47] Fix | Delete
pkg crypto/tls, const VersionTLS10 ideal-int
[48] Fix | Delete
pkg crypto/tls, const VersionTLS11 = 770
[49] Fix | Delete
pkg crypto/tls, const VersionTLS11 ideal-int
[50] Fix | Delete
pkg crypto/tls, const VersionTLS12 = 771
[51] Fix | Delete
pkg crypto/tls, const VersionTLS12 ideal-int
[52] Fix | Delete
pkg crypto/tls, type Config struct, MaxVersion uint16
[53] Fix | Delete
pkg crypto/tls, type Config struct, MinVersion uint16
[54] Fix | Delete
pkg crypto/x509, func MarshalECPrivateKey(*ecdsa.PrivateKey) ([]uint8, error)
[55] Fix | Delete
pkg crypto/x509, type Certificate struct, CRLDistributionPoints []string
[56] Fix | Delete
pkg crypto/x509, type Certificate struct, Extensions []pkix.Extension
[57] Fix | Delete
pkg crypto/x509, type Certificate struct, ExtraExtensions []pkix.Extension
[58] Fix | Delete
pkg crypto/x509, type Certificate struct, IssuingCertificateURL []string
[59] Fix | Delete
pkg crypto/x509, type Certificate struct, OCSPServer []string
[60] Fix | Delete
pkg database/sql, method (*DB) SetMaxOpenConns(int)
[61] Fix | Delete
pkg encoding, type BinaryMarshaler interface { MarshalBinary }
[62] Fix | Delete
pkg encoding, type BinaryMarshaler interface, MarshalBinary() ([]uint8, error)
[63] Fix | Delete
pkg encoding, type BinaryUnmarshaler interface { UnmarshalBinary }
[64] Fix | Delete
pkg encoding, type BinaryUnmarshaler interface, UnmarshalBinary([]uint8) error
[65] Fix | Delete
pkg encoding, type TextMarshaler interface { MarshalText }
[66] Fix | Delete
pkg encoding, type TextMarshaler interface, MarshalText() ([]uint8, error)
[67] Fix | Delete
pkg encoding, type TextUnmarshaler interface { UnmarshalText }
[68] Fix | Delete
pkg encoding, type TextUnmarshaler interface, UnmarshalText([]uint8) error
[69] Fix | Delete
pkg encoding/xml, method (*Encoder) EncodeElement(interface{}, StartElement) error
[70] Fix | Delete
pkg encoding/xml, method (*Encoder) EncodeToken(Token) error
[71] Fix | Delete
pkg encoding/xml, method (*Encoder) Flush() error
[72] Fix | Delete
pkg encoding/xml, method (StartElement) End() EndElement
[73] Fix | Delete
pkg encoding/xml, type Marshaler interface { MarshalXML }
[74] Fix | Delete
pkg encoding/xml, type Marshaler interface, MarshalXML(*Encoder, StartElement) error
[75] Fix | Delete
pkg encoding/xml, type MarshalerAttr interface { MarshalXMLAttr }
[76] Fix | Delete
pkg encoding/xml, type MarshalerAttr interface, MarshalXMLAttr(Name) (Attr, error)
[77] Fix | Delete
pkg encoding/xml, type Unmarshaler interface { UnmarshalXML }
[78] Fix | Delete
pkg encoding/xml, type Unmarshaler interface, UnmarshalXML(*Decoder, StartElement) error
[79] Fix | Delete
pkg encoding/xml, type UnmarshalerAttr interface { UnmarshalXMLAttr }
[80] Fix | Delete
pkg encoding/xml, type UnmarshalerAttr interface, UnmarshalXMLAttr(Attr) error
[81] Fix | Delete
pkg flag, type Getter interface { Get, Set, String }
[82] Fix | Delete
pkg flag, type Getter interface, Get() interface{}
[83] Fix | Delete
pkg flag, type Getter interface, Set(string) error
[84] Fix | Delete
pkg flag, type Getter interface, String() string
[85] Fix | Delete
pkg flag, var CommandLine *FlagSet
[86] Fix | Delete
pkg go/ast, type SliceExpr struct, Max Expr
[87] Fix | Delete
pkg go/ast, type SliceExpr struct, Slice3 bool
[88] Fix | Delete
pkg go/ast, type TypeAssertExpr struct, Lparen token.Pos
[89] Fix | Delete
pkg go/ast, type TypeAssertExpr struct, Rparen token.Pos
[90] Fix | Delete
pkg go/build, method (*Context) MatchFile(string, string) (bool, error)
[91] Fix | Delete
pkg go/build, type Package struct, AllTags []string
[92] Fix | Delete
pkg go/build, type Package struct, CXXFiles []string
[93] Fix | Delete
pkg go/build, type Package struct, CgoCPPFLAGS []string
[94] Fix | Delete
pkg go/build, type Package struct, CgoCXXFLAGS []string
[95] Fix | Delete
pkg go/build, type Package struct, ConflictDir string
[96] Fix | Delete
pkg go/token, method (*File) MergeLine(int)
[97] Fix | Delete
pkg html/template, type Template struct, Tree *parse.Tree
[98] Fix | Delete
pkg image/color/palette, var Plan9 []color.Color
[99] Fix | Delete
pkg image/color/palette, var WebSafe []color.Color
[100] Fix | Delete
pkg image/draw, method (Op) Draw(Image, image.Rectangle, image.Image, image.Point)
[101] Fix | Delete
pkg image/draw, type Drawer interface { Draw }
[102] Fix | Delete
pkg image/draw, type Drawer interface, Draw(Image, image.Rectangle, image.Image, image.Point)
[103] Fix | Delete
pkg image/draw, type Quantizer interface { Quantize }
[104] Fix | Delete
pkg image/draw, type Quantizer interface, Quantize(color.Palette, image.Image) color.Palette
[105] Fix | Delete
pkg image/draw, var FloydSteinberg Drawer
[106] Fix | Delete
pkg image/gif, func Encode(io.Writer, image.Image, *Options) error
[107] Fix | Delete
pkg image/gif, func EncodeAll(io.Writer, *GIF) error
[108] Fix | Delete
pkg image/gif, type Options struct
[109] Fix | Delete
pkg image/gif, type Options struct, Drawer draw.Drawer
[110] Fix | Delete
pkg image/gif, type Options struct, NumColors int
[111] Fix | Delete
pkg image/gif, type Options struct, Quantizer draw.Quantizer
[112] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_ALERT Priority
[113] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_AUTH Priority
[114] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV Priority
[115] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_CRIT Priority
[116] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_CRON Priority
[117] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON Priority
[118] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG Priority
[119] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_EMERG Priority
[120] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_ERR Priority
[121] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_FTP Priority
[122] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_INFO Priority
[123] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_KERN Priority
[124] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 Priority
[125] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 Priority
[126] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 Priority
[127] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 Priority
[128] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 Priority
[129] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 Priority
[130] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 Priority
[131] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 Priority
[132] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_LPR Priority
[133] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_MAIL Priority
[134] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_NEWS Priority
[135] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE Priority
[136] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG Priority
[137] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_USER Priority
[138] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_UUCP Priority
[139] Fix | Delete
pkg log/syslog (freebsd-386-cgo), const LOG_WARNING Priority
[140] Fix | Delete
pkg log/syslog (freebsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error)
[141] Fix | Delete
pkg log/syslog (freebsd-386-cgo), func New(Priority, string) (*Writer, error)
[142] Fix | Delete
pkg log/syslog (freebsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error)
[143] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Alert(string) error
[144] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Close() error
[145] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Crit(string) error
[146] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Debug(string) error
[147] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Emerg(string) error
[148] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Err(string) error
[149] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Info(string) error
[150] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Notice(string) error
[151] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Warning(string) error
[152] Fix | Delete
pkg log/syslog (freebsd-386-cgo), method (*Writer) Write([]uint8) (int, error)
[153] Fix | Delete
pkg log/syslog (freebsd-386-cgo), type Priority int
[154] Fix | Delete
pkg log/syslog (freebsd-386-cgo), type Writer struct
[155] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT Priority
[156] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH Priority
[157] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV Priority
[158] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT Priority
[159] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON Priority
[160] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON Priority
[161] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG Priority
[162] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG Priority
[163] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR Priority
[164] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP Priority
[165] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO Priority
[166] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN Priority
[167] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 Priority
[168] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 Priority
[169] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 Priority
[170] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 Priority
[171] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 Priority
[172] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 Priority
[173] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 Priority
[174] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 Priority
[175] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR Priority
[176] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL Priority
[177] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS Priority
[178] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE Priority
[179] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG Priority
[180] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_USER Priority
[181] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP Priority
[182] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING Priority
[183] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error)
[184] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), func New(Priority, string) (*Writer, error)
[185] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error)
[186] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Alert(string) error
[187] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Close() error
[188] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Crit(string) error
[189] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Debug(string) error
[190] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Emerg(string) error
[191] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Err(string) error
[192] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Info(string) error
[193] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Notice(string) error
[194] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Warning(string) error
[195] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error)
[196] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), type Priority int
[197] Fix | Delete
pkg log/syslog (freebsd-amd64-cgo), type Writer struct
[198] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_ALERT Priority
[199] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_AUTH Priority
[200] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV Priority
[201] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_CRIT Priority
[202] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_CRON Priority
[203] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_DAEMON Priority
[204] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_DEBUG Priority
[205] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_EMERG Priority
[206] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_ERR Priority
[207] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_FTP Priority
[208] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_INFO Priority
[209] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_KERN Priority
[210] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL0 Priority
[211] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL1 Priority
[212] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL2 Priority
[213] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL3 Priority
[214] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL4 Priority
[215] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL5 Priority
[216] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL6 Priority
[217] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LOCAL7 Priority
[218] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_LPR Priority
[219] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_MAIL Priority
[220] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_NEWS Priority
[221] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_NOTICE Priority
[222] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_SYSLOG Priority
[223] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_USER Priority
[224] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_UUCP Priority
[225] Fix | Delete
pkg log/syslog (freebsd-arm), const LOG_WARNING Priority
[226] Fix | Delete
pkg log/syslog (freebsd-arm), func Dial(string, string, Priority, string) (*Writer, error)
[227] Fix | Delete
pkg log/syslog (freebsd-arm), func New(Priority, string) (*Writer, error)
[228] Fix | Delete
pkg log/syslog (freebsd-arm), func NewLogger(Priority, int) (*log.Logger, error)
[229] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Alert(string) error
[230] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Close() error
[231] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Crit(string) error
[232] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Debug(string) error
[233] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Emerg(string) error
[234] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Err(string) error
[235] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Info(string) error
[236] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Notice(string) error
[237] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Warning(string) error
[238] Fix | Delete
pkg log/syslog (freebsd-arm), method (*Writer) Write([]uint8) (int, error)
[239] Fix | Delete
pkg log/syslog (freebsd-arm), type Priority int
[240] Fix | Delete
pkg log/syslog (freebsd-arm), type Writer struct
[241] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT Priority
[242] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH Priority
[243] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV Priority
[244] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT Priority
[245] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_CRON Priority
[246] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON Priority
[247] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG Priority
[248] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG Priority
[249] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_ERR Priority
[250] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_FTP Priority
[251] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_INFO Priority
[252] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_KERN Priority
[253] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 Priority
[254] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 Priority
[255] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 Priority
[256] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 Priority
[257] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 Priority
[258] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 Priority
[259] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 Priority
[260] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 Priority
[261] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_LPR Priority
[262] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL Priority
[263] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS Priority
[264] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE Priority
[265] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG Priority
[266] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_USER Priority
[267] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP Priority
[268] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING Priority
[269] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error)
[270] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), func New(Priority, string) (*Writer, error)
[271] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error)
[272] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Alert(string) error
[273] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Close() error
[274] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Crit(string) error
[275] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Debug(string) error
[276] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Emerg(string) error
[277] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Err(string) error
[278] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Info(string) error
[279] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Notice(string) error
[280] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Warning(string) error
[281] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), method (*Writer) Write([]uint8) (int, error)
[282] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), type Priority int
[283] Fix | Delete
pkg log/syslog (freebsd-arm-cgo), type Writer struct
[284] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_ALERT Priority
[285] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_AUTH Priority
[286] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV Priority
[287] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_CRIT Priority
[288] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_CRON Priority
[289] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_DAEMON Priority
[290] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_DEBUG Priority
[291] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_EMERG Priority
[292] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_ERR Priority
[293] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_FTP Priority
[294] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_INFO Priority
[295] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_KERN Priority
[296] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 Priority
[297] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 Priority
[298] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 Priority
[299] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 Priority
[300] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 Priority
[301] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 Priority
[302] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 Priority
[303] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 Priority
[304] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_LPR Priority
[305] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_MAIL Priority
[306] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_NEWS Priority
[307] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_NOTICE Priority
[308] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG Priority
[309] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_USER Priority
[310] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_UUCP Priority
[311] Fix | Delete
pkg log/syslog (linux-arm-cgo), const LOG_WARNING Priority
[312] Fix | Delete
pkg log/syslog (linux-arm-cgo), func Dial(string, string, Priority, string) (*Writer, error)
[313] Fix | Delete
pkg log/syslog (linux-arm-cgo), func New(Priority, string) (*Writer, error)
[314] Fix | Delete
pkg log/syslog (linux-arm-cgo), func NewLogger(Priority, int) (*log.Logger, error)
[315] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Alert(string) error
[316] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Close() error
[317] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Crit(string) error
[318] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Debug(string) error
[319] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Emerg(string) error
[320] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Err(string) error
[321] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Info(string) error
[322] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Notice(string) error
[323] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Warning(string) error
[324] Fix | Delete
pkg log/syslog (linux-arm-cgo), method (*Writer) Write([]uint8) (int, error)
[325] Fix | Delete
pkg log/syslog (linux-arm-cgo), type Priority int
[326] Fix | Delete
pkg log/syslog (linux-arm-cgo), type Writer struct
[327] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_ALERT Priority
[328] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_AUTH Priority
[329] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_AUTHPRIV Priority
[330] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_CRIT Priority
[331] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_CRON Priority
[332] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_DAEMON Priority
[333] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_DEBUG Priority
[334] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_EMERG Priority
[335] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_ERR Priority
[336] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_FTP Priority
[337] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_INFO Priority
[338] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_KERN Priority
[339] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL0 Priority
[340] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL1 Priority
[341] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL2 Priority
[342] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL3 Priority
[343] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL4 Priority
[344] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL5 Priority
[345] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL6 Priority
[346] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LOCAL7 Priority
[347] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_LPR Priority
[348] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_MAIL Priority
[349] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_NEWS Priority
[350] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_NOTICE Priority
[351] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_SYSLOG Priority
[352] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_USER Priority
[353] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_UUCP Priority
[354] Fix | Delete
pkg log/syslog (netbsd-386), const LOG_WARNING Priority
[355] Fix | Delete
pkg log/syslog (netbsd-386), func Dial(string, string, Priority, string) (*Writer, error)
[356] Fix | Delete
pkg log/syslog (netbsd-386), func New(Priority, string) (*Writer, error)
[357] Fix | Delete
pkg log/syslog (netbsd-386), func NewLogger(Priority, int) (*log.Logger, error)
[358] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Alert(string) error
[359] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Close() error
[360] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Crit(string) error
[361] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Debug(string) error
[362] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Emerg(string) error
[363] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Err(string) error
[364] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Info(string) error
[365] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Notice(string) error
[366] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Warning(string) error
[367] Fix | Delete
pkg log/syslog (netbsd-386), method (*Writer) Write([]uint8) (int, error)
[368] Fix | Delete
pkg log/syslog (netbsd-386), type Priority int
[369] Fix | Delete
pkg log/syslog (netbsd-386), type Writer struct
[370] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_ALERT Priority
[371] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_AUTH Priority
[372] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV Priority
[373] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_CRIT Priority
[374] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_CRON Priority
[375] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON Priority
[376] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG Priority
[377] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_EMERG Priority
[378] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_ERR Priority
[379] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_FTP Priority
[380] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_INFO Priority
[381] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_KERN Priority
[382] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 Priority
[383] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 Priority
[384] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 Priority
[385] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 Priority
[386] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 Priority
[387] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 Priority
[388] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 Priority
[389] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 Priority
[390] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_LPR Priority
[391] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_MAIL Priority
[392] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_NEWS Priority
[393] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE Priority
[394] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG Priority
[395] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_USER Priority
[396] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_UUCP Priority
[397] Fix | Delete
pkg log/syslog (netbsd-386-cgo), const LOG_WARNING Priority
[398] Fix | Delete
pkg log/syslog (netbsd-386-cgo), func Dial(string, string, Priority, string) (*Writer, error)
[399] Fix | Delete
pkg log/syslog (netbsd-386-cgo), func New(Priority, string) (*Writer, error)
[400] Fix | Delete
pkg log/syslog (netbsd-386-cgo), func NewLogger(Priority, int) (*log.Logger, error)
[401] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Alert(string) error
[402] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Close() error
[403] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Crit(string) error
[404] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Debug(string) error
[405] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Emerg(string) error
[406] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Err(string) error
[407] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Info(string) error
[408] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Notice(string) error
[409] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Warning(string) error
[410] Fix | Delete
pkg log/syslog (netbsd-386-cgo), method (*Writer) Write([]uint8) (int, error)
[411] Fix | Delete
pkg log/syslog (netbsd-386-cgo), type Priority int
[412] Fix | Delete
pkg log/syslog (netbsd-386-cgo), type Writer struct
[413] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_ALERT Priority
[414] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_AUTH Priority
[415] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV Priority
[416] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_CRIT Priority
[417] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_CRON Priority
[418] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_DAEMON Priority
[419] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_DEBUG Priority
[420] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_EMERG Priority
[421] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_ERR Priority
[422] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_FTP Priority
[423] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_INFO Priority
[424] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_KERN Priority
[425] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 Priority
[426] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 Priority
[427] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 Priority
[428] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 Priority
[429] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 Priority
[430] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 Priority
[431] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 Priority
[432] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 Priority
[433] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_LPR Priority
[434] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_MAIL Priority
[435] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_NEWS Priority
[436] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_NOTICE Priority
[437] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_SYSLOG Priority
[438] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_USER Priority
[439] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_UUCP Priority
[440] Fix | Delete
pkg log/syslog (netbsd-amd64), const LOG_WARNING Priority
[441] Fix | Delete
pkg log/syslog (netbsd-amd64), func Dial(string, string, Priority, string) (*Writer, error)
[442] Fix | Delete
pkg log/syslog (netbsd-amd64), func New(Priority, string) (*Writer, error)
[443] Fix | Delete
pkg log/syslog (netbsd-amd64), func NewLogger(Priority, int) (*log.Logger, error)
[444] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Alert(string) error
[445] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Close() error
[446] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Crit(string) error
[447] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Debug(string) error
[448] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Emerg(string) error
[449] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Err(string) error
[450] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Info(string) error
[451] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Notice(string) error
[452] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Warning(string) error
[453] Fix | Delete
pkg log/syslog (netbsd-amd64), method (*Writer) Write([]uint8) (int, error)
[454] Fix | Delete
pkg log/syslog (netbsd-amd64), type Priority int
[455] Fix | Delete
pkg log/syslog (netbsd-amd64), type Writer struct
[456] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT Priority
[457] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH Priority
[458] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV Priority
[459] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT Priority
[460] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON Priority
[461] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON Priority
[462] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG Priority
[463] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG Priority
[464] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR Priority
[465] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP Priority
[466] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO Priority
[467] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN Priority
[468] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 Priority
[469] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 Priority
[470] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 Priority
[471] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 Priority
[472] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 Priority
[473] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 Priority
[474] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 Priority
[475] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 Priority
[476] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR Priority
[477] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL Priority
[478] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS Priority
[479] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE Priority
[480] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG Priority
[481] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_USER Priority
[482] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP Priority
[483] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING Priority
[484] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), func Dial(string, string, Priority, string) (*Writer, error)
[485] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), func New(Priority, string) (*Writer, error)
[486] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), func NewLogger(Priority, int) (*log.Logger, error)
[487] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Alert(string) error
[488] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Close() error
[489] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Crit(string) error
[490] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Debug(string) error
[491] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Emerg(string) error
[492] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Err(string) error
[493] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Info(string) error
[494] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Notice(string) error
[495] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Warning(string) error
[496] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error)
[497] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), type Priority int
[498] Fix | Delete
pkg log/syslog (netbsd-amd64-cgo), type Writer struct
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function