Home
last modified time | relevance | path

Searched refs:__fallthrough (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dcommon.h111 #ifndef __fallthrough
113 # define __fallthrough __attribute__((fallthrough)) macro
115 # define __fallthrough macro
H A Dif.c625 __fallthrough; /* appease gcc */ in if_discover()