Searched refs:FirstPart (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()
42 int strcmp(const char *FirstPart, const char *SecondPart) in strcmp() argument60 : "D"(FirstPart), "S"(SecondPart) in strcmp()
25 int strcmp(const char *FirstPart, const char *SecondPart);
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 |567 **FirstPart**