Home
last modified time | relevance | path

Searched refs:end (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.2/tools/
Dbatch_delete_loop.py4 end = int(input("End at: ")) variable
6 for i in range(start, end+1):
/DragonOS-0.1.2/docs/
Dmake.bat29 goto end
34 :end label
/DragonOS-0.1.2/user/libs/libKeyboard/
Dkeyboard.c5 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/
Dstdio.md50 ``#define SEEK_END 2 /* Seek relative to end-of-file */``
/DragonOS-0.1.2/kernel/src/libs/
Dprintk.c60 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/
Dcbindgen.toml19 # 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 */"