/minix3/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/INPUTS/ |
H A D | compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string 9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | compile_commands.json | 4 "command": "clang++ -o project.o -c /home/john.doe/MyProject/project.cpp", string 9 "command": "clang++ -o project2.o -c /home/john.doe/MyProject/project2.cpp", string 14 "command": "clang++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp", string
|
/minix3/lib/libwrap/ |
H A D | shell_cmd.c | 46 shell_cmd(char *command) in shell_cmd() 72 do_child(char *command) in do_child()
|
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | rkpty.c | 66 struct command { struct 70 struct command *next; argument
|
/minix3/minix/commands/swifi/ |
H A D | ddb.h | 144 struct command { struct 145 char * name; /* command name */ argument 151 #define CS_SET_DOT 0x100 /* set dot after command */ argument 152 struct command *more; /* another level of command */ argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | pragma-pack-3.c | 9 typedef union command { union 15 } command; typedef
|
/minix3/minix/drivers/storage/mmc/ |
H A D | mmchost_mmchs.c | 518 mmchs_send_cmd(uint32_t command, uint32_t arg) in mmchs_send_cmd() 682 struct mmc_command command; in mmc_send_app_cmd() local 696 struct mmc_command command; in card_goto_idle_state() local 711 struct mmc_command command; in card_identification() local 736 struct mmc_command command; in card_query_voltage_and_type() local 789 struct mmc_command command; in card_identify() local 827 struct mmc_command command; in card_csd() local 856 struct mmc_command command; in select_card() local 878 struct mmc_command command; in card_scr() local 918 struct mmc_command command; in enable_4bit_mode() local [all …]
|
/minix3/external/bsd/bind/dist/bin/named/ |
H A D | control.c | 49 command_compare(const char *text, const char *command) { in command_compare() 66 char *command = NULL; in ns_control_docommand() local
|
/minix3/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_help.cpp | 123 const cli::cli_command* command = commands->find(*i2); in general_help() local 168 const cli::cli_command* command) in subcommand_help() 238 const cli::cli_command* command = _commands->find(cmdname); in run() local
|
H A D | main.cpp | 107 run_subcommand(cmdline::ui* ui, cli::cli_command* command, in run_subcommand() 197 cli::cli_command* command = commands.find(cmdname); in safe_main() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/ |
H A D | util.py | 71 def which(command, paths = None): argument 161 def executeCommand(command, cwd=None, env=None): argument
|
/minix3/external/bsd/llvm/dist/clang/test/Index/skip-parsed-bodies/ |
H A D | compile_commands.json | 4 "command": "/usr/bin/clang++ -fsyntax-only t1.cpp", string 9 "command": "/usr/bin/clang++ -fsyntax-only t2.cpp -DBLAH", string 14 "command": "/usr/bin/clang++ -fsyntax-only t3.cpp -DBLAH", string
|
/minix3/lib/libc/stdlib/ |
H A D | system.c | 53 system(const char *command) in system()
|
/minix3/minix/drivers/storage/at_wini/ |
H A D | at_wini.c | 26 struct command { struct 33 u8_t command; argument 36 u8_t count_prev; 37 u8_t sector_prev; 38 u8_t cyl_lo_prev; 39 u8_t cyl_hi_prev;
|
/minix3/minix/commands/gcov-pull/ |
H A D | gcov-pull.c | 34 int server_nr, command, size, result; in main() local
|
/minix3/tests/libexec/ld.elf_so/ |
H A D | t_ifunc.c | 79 char *command; in ATF_TC_BODY() local
|
/minix3/external/bsd/tmux/dist/ |
H A D | cmd-pipe-pane.c | 53 char *command; in cmd_pipe_pane_exec() local
|
/minix3/tests/usr.bin/xlint/lint1/ |
H A D | d_nested_structs.c | 11 el_mode_t command; member
|
/minix3/external/bsd/top/dist/ |
H A D | commands.c | 80 typedef struct command { struct 84 } command; argument
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | print-ipx.c | 157 int command, i; in ipx_sap_print() local 209 int command, i; in ipx_rip_print() local
|
/minix3/tests/lib/libc/stdio/ |
H A D | t_popen.c | 75 char *buffer, command[MAXPATHLEN]; in ATF_TC_BODY() local
|
/minix3/external/bsd/kyua-cli/dist/bootstrap/ |
H A D | plain_helpers.cpp | 131 const char* command = std::getenv("HELPER"); in main() local
|
/minix3/bin/csh/ |
H A D | csh.h | 309 struct command { struct 332 #define F_NOHUP (1<<12) /* nohup this command */ argument 336 struct command *T_dcar; /* Left part of list/pipe */ argument 340 struct command *T_dcdr; /* Right part of list/pipe */ argument 347 struct command *t_dspr; /* Pointer to ()'d subtree */ argument 359 void (*bfunct)(Char **, struct command *); argument
|
/minix3/sys/lib/libsa/ |
H A D | bootcfg.c | 98 perform_bootcfg(const char *conf, bootcfg_command command, const off_t maxsz) in perform_bootcfg()
|
H A D | bootcfg.h | 43 char *command[BOOTCFG_MAXMENU]; /* Menu commands per entry*/ member
|