Lines Matching refs:str
54 const char *str; /* command string */
69 {.str = "get", /* [0] get (CRC = 0x68eb) */
71 {.str = "dir", /* [1] dir (CRC = 0x6a9e) */
73 {.str = "delete", /* [2] delete (CRC = 0x53ae) */
75 {.str = "nls", /* [3] nls (CRC = 0xf87c) */
77 {.str = "put", /* [4] put (CRC = 0xac56) */
79 {.str = "append", /* [5] append (CRC = 0xf56e) */
81 {.str = NULL} /* [6] unused */
96 if (!pdesc->str || strncmp(pdesc->str, cmd, len))
100 pdesc->str, pdesc->cmd);