Searched refs:params (Results 1 – 3 of 3) sorted by relevance
24 stty (int fd, const struct sgttyb *params) in stty() argument26 if (params == NULL) in stty()
24 gtty (int fd, struct sgttyb *params) in gtty() argument26 if (params == NULL) in gtty()
288 # define __attribute_alloc_size__(params) \ argument289 __attribute__ ((__alloc_size__ params))291 # define __attribute_alloc_size__(params) /* Ignore. */ argument383 # define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params)) argument385 # define __attribute_nonnull__(params) argument389 # define __nonnull(params) __attribute_nonnull__ (params) argument
Completed in 7 milliseconds