ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.27.1.el9_7.x86_64/tools/lib/subcmd
/
usr
src
kernels
5.14.0-611.27.1.el9_7.x86_64
tools
lib
subcmd
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Build
188 B
chmod
View
DL
Edit
Rename
Delete
exec-cmd.c
4.25 MB
chmod
View
DL
Edit
Rename
Delete
exec-cmd.h
673 B
chmod
View
DL
Edit
Rename
Delete
help.c
6.05 MB
chmod
View
DL
Edit
Rename
Delete
help.h
988 B
chmod
View
DL
Edit
Rename
Delete
Makefile
2.73 MB
chmod
View
DL
Edit
Rename
Delete
pager.c
2.48 MB
chmod
View
DL
Edit
Rename
Delete
pager.h
306 B
chmod
View
DL
Edit
Rename
Delete
parse-options.c
24.18 MB
chmod
View
DL
Edit
Rename
Delete
parse-options.h
10.31 MB
chmod
View
DL
Edit
Rename
Delete
run-command.c
4.94 MB
chmod
View
DL
Edit
Rename
Delete
run-command.h
2.1 MB
chmod
View
DL
Edit
Rename
Delete
sigchain.c
1.01 MB
chmod
View
DL
Edit
Rename
Delete
sigchain.h
237 B
chmod
View
DL
Edit
Rename
Delete
subcmd-config.c
286 B
chmod
View
DL
Edit
Rename
Delete
subcmd-config.h
330 B
chmod
View
DL
Edit
Rename
Delete
subcmd-util.h
1.66 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.27.1.el9_7.x86_64/tools/lib/subcmd/help.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SUBCMD_HELP_H #define __SUBCMD_HELP_H #include <sys/types.h> #include <stdio.h> struct cmdnames { size_t alloc; size_t cnt; struct cmdname { size_t len; /* also used for similarity index in help.c */ char name[]; } **names; }; static inline void mput_char(char c, unsigned int num) { while(num--) putchar(c); } void load_command_list(const char *prefix, struct cmdnames *main_cmds, struct cmdnames *other_cmds); void add_cmdname(struct cmdnames *cmds, const char *name, size_t len); void clean_cmdnames(struct cmdnames *cmds); int cmdname_compare(const void *a, const void *b); void uniq(struct cmdnames *cmds); /* Here we require that excludes is a sorted list. */ void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); int is_in_cmdlist(struct cmdnames *c, const char *s); void list_commands(const char *title, struct cmdnames *main_cmds, struct cmdnames *other_cmds); #endif /* __SUBCMD_HELP_H */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply