Home
last modified time | relevance | path

Searched defs:strncasecmp_P (Results 1 – 2 of 2) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/avr/
H A Dpgmspace.h72 #define strncasecmp_P(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/
H A DdigitalWriteFast.h78 # define strncasecmp_P(a, b, n) strncasecmp((a), (b), (n)) macro