Searched defs:s (Results 1 – 8 of 8) sorted by relevance
/DragonOS-0.1.2/kernel/src/common/ |
D | string.h | 13 static inline int strlen(const char *s) in strlen()
|
/DragonOS-0.1.2/user/libs/libc/src/ |
D | string.c | 3 size_t strlen(const char *s) in strlen()
|
D | printf.c | 12 static int skip_and_atoi(const char **s) in skip_and_atoi() 77 char *str = NULL, *s = NULL; in vsprintf() local
|
/DragonOS-0.1.2/kernel/src/libs/ |
D | printk.c | 29 static int skip_and_atoi(const char **s) in skip_and_atoi() 60 char *str = NULL, *s = NULL, *end = NULL; in __do_vsprintf() local
|
D | lz4.c | 200 #define ALLOC(s) LZ4_malloc(s) argument 201 #define ALLOC_AND_ZERO(s) LZ4_calloc(1, s) argument 205 #define ALLOC(s) kmalloc(s, 0) argument 206 #define ALLOC_AND_ZERO(s) kzalloc(s, 0) argument 211 #define MEM_INIT(p, v, s) memset((p), (v), (s)) argument 437 const BYTE *s = (const BYTE *)srcPtr; in LZ4_wildCopy8() local 499 const BYTE *s = (const BYTE *)srcPtr; in LZ4_wildCopy32() local 1795 void *const s = LZ4_initStream(state, sizeof(*state)); in LZ4_compress_destSize_extState() local 2189 U32 s; in read_variable_length() local
|
/DragonOS-0.1.2/kernel/src/filesystem/procfs/ |
D | procfs.c | 93 void data_puts(struct procfs_file_private_data *fdata, const char *s) in data_puts()
|
/DragonOS-0.1.2/docs/kernel/core_api/ |
D | kernel_api.md | 449 ##### 描述 453 ##### 参数
|
/DragonOS-0.1.2/kernel/src/ipc/ |
D | signal.rs | 534 let s = pending.signal; in next_signal() localVariable
|