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

  /external/squashfs-tools/squashfs-tools/
action.h 41 #define TOK_TO_STR(OP, S) ({ \
action.c 328 "argument\n", TOK_TO_STR(token, string));
345 "\",\" or \")\"\n", TOK_TO_STR(token, string));
395 TOK_TO_STR(token, string));
432 "\"&&\" or \"||\"\n", TOK_TO_STR(op, string));
461 TOK_TO_STR(token, string));
483 TOK_TO_STR(token, string));
499 "argument\n", TOK_TO_STR(token, string));
516 "\",\" or \")\"\n", TOK_TO_STR(token, string));
544 TOK_TO_STR(token, string));
    [all...]

Completed in 47 milliseconds