Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_289.c | 10 both(void) function in typeref:typename:void |
msg_135.c | 93 * C99 6.7.2.1p14 and C23 6.7.2.1p18 both state that a "pointer to a union 101 union both { union in function:cast_to_union 104 } *both; local in function:cast_to_union 106 both = (union both *)&align_4; 107 both = (union both *)&align_8; 108 return both->p_align_8; |
/src/lib/libwrap/ | |
eval.c | 113 static char both[2 * STRING_LENGTH]; local in function:eval_client 121 (void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo); 122 return (both); 133 static char both[2 * STRING_LENGTH]; local in function:eval_server 138 (void)snprintf(both, sizeof both, "%s@%s", daemon, host); 139 return (both); |