Lines Matching full:needs
47 - 'm', that needs no argument but looks at an err_no variable,
57 - 'c', that needs a character argument,
58 - 's', that needs a string argument,
59 - '.NNNs', where NNN is a nonempty digit sequence, that needs a
62 needs a signed integer argument at position NNN and a string
64 - '.*s', that needs a signed integer argument and a string argument,
69 - 'p', that needs a 'void *' argument,
70 - 'H', that needs a 'location_t *' argument,
71 - 'J', that needs a general declaration argument,
72 - 'K', that needs a statement argument,
75 - 'D', that needs a general declaration argument,
76 - 'F', that needs a function declaration argument,
77 - 'T', that needs a type argument,
78 - 'E', that needs an expression argument,
81 - 'A', that needs a function argument list argument,
82 - 'C', that needs a tree code argument,
83 - 'L', that needs a language argument,
84 - 'O', that needs a binary operator argument,
85 - 'P', that needs a function parameter argument,
86 - 'Q', that needs an assignment operator argument,
87 - 'V', that needs a const/volatile qualifier argument.