HomeSort by: relevance | last modified time | path
    Searched defs:remove_leading_whitespaces (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 695 remove_leading_whitespaces (char *str) function
731 p = remove_leading_whitespaces (str);
1489 str = remove_leading_whitespaces (str);
1492 str = remove_leading_whitespaces (str + 1);
1634 buf = remove_leading_whitespaces (buf + 1);
1643 if (*remove_leading_whitespaces (end + 1))
1679 buf = remove_leading_whitespaces (end);
1700 buf = remove_leading_whitespaces (end);
1734 buf = remove_leading_whitespaces (end);
1869 ptr1 = remove_leading_whitespaces (ptr1 + 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 675 remove_leading_whitespaces (char *str) function
711 p = remove_leading_whitespaces (str);
1469 str = remove_leading_whitespaces (str);
1472 str = remove_leading_whitespaces (str + 1);
1614 buf = remove_leading_whitespaces (buf + 1);
1623 if (*remove_leading_whitespaces (end + 1))
1659 buf = remove_leading_whitespaces (end);
1680 buf = remove_leading_whitespaces (end);
1714 buf = remove_leading_whitespaces (end);
1849 ptr1 = remove_leading_whitespaces (ptr1 + 1)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 645 remove_leading_whitespaces (char *str) function
681 p = remove_leading_whitespaces (str);
1425 str = remove_leading_whitespaces (str);
1428 str = remove_leading_whitespaces (str + 1);
1570 buf = remove_leading_whitespaces (buf + 1);
1579 if (*remove_leading_whitespaces (end + 1))
1615 buf = remove_leading_whitespaces (end);
1636 buf = remove_leading_whitespaces (end);
1670 buf = remove_leading_whitespaces (end);
1805 ptr1 = remove_leading_whitespaces (ptr1 + 1)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 636 remove_leading_whitespaces (char *str) function
672 p = remove_leading_whitespaces (str);
1416 str = remove_leading_whitespaces (str);
1419 str = remove_leading_whitespaces (str + 1);
1561 buf = remove_leading_whitespaces (buf + 1);
1570 if (*remove_leading_whitespaces (end + 1))
1606 buf = remove_leading_whitespaces (end);
1627 buf = remove_leading_whitespaces (end);
1661 buf = remove_leading_whitespaces (end);
1733 ptr1 = remove_leading_whitespaces (ptr1 + 1)
    [all...]

Completed in 124 milliseconds