Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 80) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/INPUTS/
H A Dcompile_commands.json4 "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 Dcompile_commands.json4 "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 Dshell_cmd.c46 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 Drkpty.c66 struct command { struct
70 struct command *next; argument
/minix3/minix/commands/swifi/
H A Dddb.h144 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 Dpragma-pack-3.c9 typedef union command { union
15 } command; typedef
/minix3/minix/drivers/storage/mmc/
H A Dmmchost_mmchs.c518 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 Dcontrol.c49 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 Dcmd_help.cpp123 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 Dmain.cpp107 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 Dutil.py71 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 Dcompile_commands.json4 "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 Dsystem.c53 system(const char *command) in system()
/minix3/minix/drivers/storage/at_wini/
H A Dat_wini.c26 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 Dgcov-pull.c34 int server_nr, command, size, result; in main() local
/minix3/tests/libexec/ld.elf_so/
H A Dt_ifunc.c79 char *command; in ATF_TC_BODY() local
/minix3/external/bsd/tmux/dist/
H A Dcmd-pipe-pane.c53 char *command; in cmd_pipe_pane_exec() local
/minix3/tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c11 el_mode_t command; member
/minix3/external/bsd/top/dist/
H A Dcommands.c80 typedef struct command { struct
84 } command; argument
/minix3/external/bsd/tcpdump/dist/
H A Dprint-ipx.c157 int command, i; in ipx_sap_print() local
209 int command, i; in ipx_rip_print() local
/minix3/tests/lib/libc/stdio/
H A Dt_popen.c75 char *buffer, command[MAXPATHLEN]; in ATF_TC_BODY() local
/minix3/external/bsd/kyua-cli/dist/bootstrap/
H A Dplain_helpers.cpp131 const char* command = std::getenv("HELPER"); in main() local
/minix3/bin/csh/
H A Dcsh.h309 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 Dbootcfg.c98 perform_bootcfg(const char *conf, bootcfg_command command, const off_t maxsz) in perform_bootcfg()
H A Dbootcfg.h43 char *command[BOOTCFG_MAXMENU]; /* Menu commands per entry*/ member

1234