Searched refs:unexport (Results 1 – 5 of 5) sorted by relevance
79 echo $nr > $GPIO_SYSFS/unexport94 echo $nr > $GPIO_SYSFS/unexport 2>/dev/null
138 func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } func179 g.P("type ", unexport(servName), "Client struct {")189 g.P("return &", unexport(servName), "Client{cc}")344 g.P("func (c *", unexport(servName), "Client) ", g.generateClientSignature(servName, method), "{")355 streamType := unexport(servName) + methName + "Client"487 streamType := unexport(servName) + methName + "Server"
95 self.unexport(unexportDir)
136 + // Requests to unexport the method specified by |interface_name| and
3509 static void unexport(char *str) in unexport() function3971 if (FLAG(n)) unexport(*arg); in export_main()