Searched refs:end (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.2/tools/ |
D | batch_delete_loop.py | 4 end = int(input("End at: ")) variable 6 for i in range(start, end+1):
|
/DragonOS-0.1.2/docs/ |
D | make.bat | 29 goto end 34 :end label
|
/DragonOS-0.1.2/user/libs/libKeyboard/ |
D | keyboard.c | 5 static bool gui_l = 0, gui_r = 0, apps = 0, insert = 0, home = 0, pgup = 0, del = 0, end = 0, pgdn … variable 408 end = true; in keyboard_analyze_keycode() 412 end = false; in keyboard_analyze_keycode()
|
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/ |
D | stdio.md | 50 ``#define SEEK_END 2 /* Seek relative to end-of-file */``
|
/DragonOS-0.1.2/kernel/src/libs/ |
D | printk.c | 60 char *str = NULL, *s = NULL, *end = NULL; in __do_vsprintf() local 72 end = buf + buf_size; in __do_vsprintf() 338 if (str < end) in __do_vsprintf() 344 *(end-1) = '\0'; in __do_vsprintf()
|
/DragonOS-0.1.2/kernel/ |
D | cbindgen.toml | 19 # An optional string of text to output at the end of the generated file 21 # trailer = "/* Text to put at the end of the generated file */"
|