Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dcommon.h111 #ifndef __fallthrough
113 # define __fallthrough __attribute__((fallthrough)) macro
115 # define __fallthrough macro
H A Dif.c624 __fallthrough; /* appease gcc */ in if_discover()