Searched defs:streq (Results 1 – 7 of 7) sorted by relevance
22 static inline bool streq(const char *s1, const char *s2) in streq() function
35 static inline bool streq(const char *a, const char *b) in streq() function
14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
91 #define streq(a, b) (strcmp((a), (b)) == 0) macro
290 struct PptpStopSessionRequest streq; member
453 struct st_request *streq; in st_allocate_request() local470 static void st_release_request(struct st_request *streq) in st_release_request()