HomeSort by relevance Sort by last modified time
    Searched refs:ESCFILE (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
dhcp-common.h 68 #define ESCFILE (1 << 25)
dhcp-common.c 458 if (!(type & (ASCII | RAW | ESCSTRING | ESCFILE)) /* plain */ &&
464 if ((type & (ESCSTRING | ESCFILE) &&
466 (type & ESCFILE && (c == '/' || c == ' ')))

Completed in 1160 milliseconds