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

  /external/toybox/toys/pending/
wget.c 133 char *body, *result, *rc, *r_str; local
165 r_str = strtok(NULL, " ");
169 if (strcmp(rc, "200")) error_exit("res: %s(%s)", rc, r_str);
  /toolchain/binutils/binutils-2.25/opcodes/
z80-dis.c 48 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
173 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
181 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
190 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
191 r_str[buf->data[buf->n_fetch - 1] & 7]);
201 r_str[buf->data[buf->n_fetch - 1] & 7]);
356 r_str[buf->data[1] & 7]);
361 r_str[buf->data[1] & 7]);
446 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
457 snprintf (mytxt, TXTSIZ, txt, r_str[c & 7])
    [all...]

Completed in 133 milliseconds