Searched refs:SecondPart (Results 1 – 5 of 5) sorted by relevance
13 int strcmp(const char *FirstPart, const char *SecondPart) in strcmp() argument31 : "D"(FirstPart), "S"(SecondPart) in strcmp()
21 int strcmp(const char *FirstPart, const char *SecondPart);
42 int strcmp(const char *FirstPart, const char *SecondPart) in strcmp() argument60 : "D"(FirstPart), "S"(SecondPart) in strcmp()
41 int strcmp(const char *FirstPart, const char *SecondPart);
551 #### `int strcmp(char *FirstPart, char *SecondPart)`561 | FirstPart == SecondPart | 0 |562 | FirstPart > SecondPart | 1 |563 | FirstPart < SecondPart | -1 |571 **SecondPart**