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

  /external/selinux/libsepol/src/
services.c 276 static void msgcat(const char *src, const char *tgt, const char *op, int failed) function
518 msgcat(src, tgt, "dom", s[sp] == 0);
523 msgcat(src, tgt, "domby", s[sp] == 0);
529 msgcat(src, tgt, "incomp", s[sp] == 0);
575 msgcat(src, tgt, "eq", s[sp] == 0);
580 msgcat(src, tgt, "!=", s[sp] == 0);
585 msgcat(src, tgt, "dom", s[sp] == 0);
590 msgcat(src, tgt, "domby", s[sp] == 0);
595 msgcat(src, tgt, "incomp", s[sp] == 0);
611 msgcat(src, tgt, "==", s[sp] == 0)
    [all...]
  /external/curl/lib/
smb.c 120 #define MSGCAT(str) \
491 MSGCAT("\\\\");
492 MSGCAT(conn->host.name);
493 MSGCAT("\\");

Completed in 1191 milliseconds