Home
last modified time | relevance | path

Searched refs:params (Results 1 – 3 of 3) sorted by relevance

/misc/
A Dstty.c24 stty (int fd, const struct sgttyb *params) in stty() argument
26 if (params == NULL) in stty()
A Dgtty.c24 gtty (int fd, struct sgttyb *params) in gtty() argument
26 if (params == NULL) in gtty()
/misc/sys/
A Dcdefs.h288 # define __attribute_alloc_size__(params) \ argument
289 __attribute__ ((__alloc_size__ params))
291 # define __attribute_alloc_size__(params) /* Ignore. */ argument
383 # define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params)) argument
385 # define __attribute_nonnull__(params) argument
389 # define __nonnull(params) __attribute_nonnull__ (params) argument

Completed in 7 milliseconds