Function report |
Source Code:fs\binfmt_misc.c |
Create Date:2022-07-28 20:27:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:generic stuff
Proto:static void entry_status(Node *e, char *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
Node * | e | |
char * | page |
552 | status = "disabled" |
554 | If st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from Then status = "enabled" |
557 | If Not VERBOSE_STATUS Then |
562 | dp += sprintf(dp, "%s\ninterpreter %s\n", status, filename of interpreter ) |
566 | If type, status, etc. & MISC_FMT_PRESERVE_ARGV0 Then dp++ = 'P' |
568 | If type, status, etc. & MISC_FMT_OPEN_BINARY Then dp++ = 'O' |
570 | If type, status, etc. & MISC_FMT_CREDENTIALS Then dp++ = 'C' |
572 | If type, status, etc. & MISC_FMT_OPEN_FILE Then dp++ = 'F' |
574 | dp++ = '\n' |
577 | sprintf(dp, "extension .%s\n", magic or filename extension ) |
578 | Else |
579 | dp += sprintf(dp, "offset %i\nmagic ", offset of magic ) |
580 | dp = 2hex - convert binary data to an ascii hexadecimal string*@dst: ascii hexadecimal result*@src: binary data*@count: binary data length |
581 | If mask, NULL for exact match Then |
585 | dp++ = '\n' |
586 | dp = '\0' |
Name | Describe |
---|---|
bm_entry_read | / |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |