Home
last modified time | relevance | path

Searched refs:FirstPart (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Dstring.c13 int strcmp(const char *FirstPart, const char *SecondPart) in strcmp() argument
31 : "D"(FirstPart), "S"(SecondPart) in strcmp()
Dstring.h21 int strcmp(const char *FirstPart, const char *SecondPart);
/DragonOS-0.1.2/kernel/src/libs/
Dstring.c42 int strcmp(const char *FirstPart, const char *SecondPart) in strcmp() argument
60 : "D"(FirstPart), "S"(SecondPart) in strcmp()
/DragonOS-0.1.2/kernel/src/common/
Dstring.h41 int strcmp(const char *FirstPart, const char *SecondPart);
/DragonOS-0.1.2/docs/kernel/core_api/
Dkernel_api.md551 #### `int strcmp(char *FirstPart, char *SecondPart)`
561 | FirstPart == SecondPart | 0 |
562 | FirstPart > SecondPart | 1 |
563 | FirstPart < SecondPart | -1 |
567 **FirstPart**