Searched refs:qflag (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | ssh-add.c | 114 delete_file(int agent_fd, const char *filename, int key_only, int qflag) in delete_file() argument 125 if (!qflag) { in delete_file() 153 if (!qflag) { in delete_file() 173 delete_all(int agent_fd, int qflag) in delete_all() argument 189 else if (!qflag) in delete_all() 196 add_file(int agent_fd, const char *filename, int key_only, int qflag, in add_file() argument 325 if (!qflag) { in add_file() 382 if (!qflag) { in add_file() 404 update_card(int agent_fd, int add, const char *id, int qflag) in update_card() argument 418 if (!qflag) { in update_card() [all …]
|
/external/strace/ |
D | strace.c | 95 unsigned int qflag; variable 1013 if (!qflag && (tcp->flags & TCB_ATTACHED)) in detach() 1094 if (!qflag) { in attach_tcb() 1690 qflag++; in init() 1882 if (!qflag) in init() 1883 qflag = 1; in init() 2052 if (!qflag) in maybe_allocate_tcb() 2150 qflag < 2) { in print_exited()
|
D | syscall.c | 288 if (!qflag) { in update_personality()
|
D | defs.h | 416 extern unsigned int qflag;
|
D | ChangeLog | 38255 * strace.c (init): Do not reset qflag. 45280 * defs.h: Change 'qflag' from 'bool' to 'unsigned int'. 48553 Change debug_flag,Tflag,qflag,not_failing_only,show_fd_path,tracing_paths
|
/external/mksh/src/ |
D | Build.sh | 1472 save_NOWARN=-qflag=e 1473 DOWARN=-qflag=i 1476 save_NOWARN=-qflag=i:e 1477 DOWARN=-qflag=i:i
|