/external/ltp/lib/ |
D | tst_safe_macros.c | 22 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() 40 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid() 57 int safe_personality(const char *filename, unsigned int lineno, in safe_personality() 74 int safe_setregid(const char *file, const int lineno, in safe_setregid() 93 int safe_setreuid(const char *file, const int lineno, in safe_setreuid() 113 int safe_sigaction(const char *file, const int lineno, in safe_sigaction() 134 int safe_sigaddset(const char *file, const int lineno, in safe_sigaddset() 154 int safe_sigdelset(const char *file, const int lineno, in safe_sigdelset() 174 int safe_sigemptyset(const char *file, const int lineno, in safe_sigemptyset() 191 int safe_sigfillset(const char *file, const int lineno, in safe_sigfillset() [all …]
|
D | safe_macros.c | 27 char *safe_basename(const char *file, const int lineno, in safe_basename() 43 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir() 62 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close() 81 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat() 100 char *safe_dirname(const char *file, const int lineno, in safe_dirname() 115 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd() 130 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam() 146 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage() 165 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc() 180 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir() [all …]
|
D | safe_net.c | 85 int tst_getsockport(const char *file, const int lineno, int sockfd) in tst_getsockport() 108 int safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), in safe_socket() 139 int safe_socketpair(const char *file, const int lineno, int domain, int type, in safe_socketpair() 169 int safe_getsockopt(const char *file, const int lineno, int sockfd, int level, in safe_getsockopt() 187 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, in safe_setsockopt() 207 ssize_t safe_send(const char *file, const int lineno, char len_strict, in safe_send() 227 ssize_t safe_sendto(const char *file, const int lineno, char len_strict, in safe_sendto() 253 ssize_t safe_sendmsg(const char *file, const int lineno, size_t len, in safe_sendmsg() 276 ssize_t safe_recv(const char *file, const int lineno, size_t len, in safe_recv() 301 ssize_t safe_recvmsg(const char *file, const int lineno, size_t len, in safe_recvmsg() [all …]
|
D | tst_safe_sysv_ipc.c | 64 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) in safe_msgget() 82 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd() 102 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv() 122 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, in safe_msgctl() 141 int safe_shmget(const char *file, const int lineno, key_t key, size_t size, in safe_shmget() 160 void *safe_shmat(const char *file, const int lineno, int shmid, in safe_shmat() 175 int safe_shmdt(const char *file, const int lineno, const void *shmaddr) in safe_shmdt() 192 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd, in safe_shmctl() 211 int safe_semget(const char *file, const int lineno, key_t key, int nsems, in safe_semget() 230 int safe_semctl(const char *file, const int lineno, int semid, int semnum, in safe_semctl() [all …]
|
D | tst_netdevice.c | 19 const int lineno, unsigned int type, unsigned int flags, in create_request() 41 int tst_netdev_index_by_name(const char *file, const int lineno, in tst_netdev_index_by_name() 65 int tst_netdev_set_state(const char *file, const int lineno, in tst_netdev_set_state() 101 int tst_create_veth_pair(const char *file, const int lineno, in tst_create_veth_pair() 160 int tst_remove_netdev(const char *file, const int lineno, const char *ifname) in tst_remove_netdev() 193 static int modify_address(const char *file, const int lineno, in modify_address() 242 int tst_netdev_add_address(const char *file, const int lineno, in tst_netdev_add_address() 251 int tst_netdev_add_address_inet(const char *file, const int lineno, in tst_netdev_add_address_inet() 259 int tst_netdev_remove_address(const char *file, const int lineno, in tst_netdev_remove_address() 267 int tst_netdev_remove_address_inet(const char *file, const int lineno, in tst_netdev_remove_address_inet() [all …]
|
D | tst_rtnetlink.c | 27 static int tst_rtnl_grow_buffer(const char *file, const int lineno, in tst_rtnl_grow_buffer() 53 void tst_rtnl_destroy_context(const char *file, const int lineno, in tst_rtnl_destroy_context() 62 const int lineno) in tst_rtnl_create_context() 115 int tst_rtnl_send(const char *file, const int lineno, in tst_rtnl_send() 164 struct tst_rtnl_message *tst_rtnl_recv(const char *file, const int lineno, in tst_rtnl_recv() 240 int tst_rtnl_add_message(const char *file, const int lineno, in tst_rtnl_add_message() 280 int tst_rtnl_add_attr(const char *file, const int lineno, in tst_rtnl_add_attr() 307 int tst_rtnl_add_attr_string(const char *file, const int lineno, in tst_rtnl_add_attr_string() 315 int tst_rtnl_add_attr_list(const char *file, const int lineno, in tst_rtnl_add_attr_list() 360 int tst_rtnl_check_acks(const char *file, const int lineno, in tst_rtnl_check_acks() [all …]
|
D | tst_assert.c | 12 void tst_assert_int(const char *file, const int lineno, const char *path, int val) in tst_assert_int() 26 void tst_assert_ulong(const char *file, const int lineno, const char *path, unsigned long val) in tst_assert_ulong() 40 void tst_assert_file_int(const char *file, const int lineno, const char *path, const char *prefix, … in tst_assert_file_int() 56 void tst_assert_str(const char *file, const int lineno, const char *path, const char *val) in tst_assert_str() 69 void tst_assert_file_str(const char *file, const int lineno, const char *path, const char *prefix, … in tst_assert_file_str()
|
D | safe_file_ops.c | 69 int file_scanf(const char *file, const int lineno, in file_scanf() 120 void safe_file_scanf(const char *file, const int lineno, in safe_file_scanf() 168 int file_lines_scanf(const char *file, const int lineno, in file_lines_scanf() 212 int file_printf(const char *file, const int lineno, in file_printf() 253 void safe_file_printf(const char *file, const int lineno, in safe_file_printf() 286 int safe_cp(const char *file, const int lineno, in safe_cp() 326 int safe_touch(const char *file, const int lineno, in safe_touch()
|
D | safe_stdio.c | 26 FILE *safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fopen() 39 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fclose() 57 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), in safe_asprintf() 78 FILE *safe_popen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_popen()
|
D | tst_safe_timerfd.c | 14 int safe_timerfd_create(const char *file, const int lineno, in safe_timerfd_create() 33 int safe_timerfd_gettime(const char *file, const int lineno, in safe_timerfd_gettime() 51 int safe_timerfd_settime(const char *file, const int lineno, in safe_timerfd_settime()
|
D | tst_safe_io_uring.c | 10 int safe_io_uring_init(const char *file, const int lineno, in safe_io_uring_init() 72 int safe_io_uring_close(const char *file, const int lineno, in safe_io_uring_close() 86 int safe_io_uring_enter(const char *file, const int lineno, int strict, in safe_io_uring_enter()
|
D | tst_safe_file_at.c | 35 int safe_openat(const char *const file, const int lineno, in safe_openat() 57 ssize_t safe_file_readat(const char *const file, const int lineno, in safe_file_readat() 117 int safe_file_vprintfat(const char *const file, const int lineno, in safe_file_vprintfat() 157 int safe_file_printfat(const char *const file, const int lineno, in safe_file_printfat() 171 int safe_unlinkat(const char *const file, const int lineno, in safe_unlinkat()
|
D | tst_checkpoint.c | 39 void tst_checkpoint_init(const char *file, const int lineno, in tst_checkpoint_init() 140 void tst_safe_checkpoint_wait(const char *file, const int lineno, in tst_safe_checkpoint_wait() 158 void tst_safe_checkpoint_wake(const char *file, const int lineno, in tst_safe_checkpoint_wake()
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 32 int check_fallocate(const char *filename, const int lineno, int fd, in check_fallocate() 51 int check_fallocate_fail(const char *filename, const int lineno, int fd, in check_fallocate_fail() 72 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate() 81 void check_ftruncate_fail(const char *filename, const int lineno, in check_ftruncate_fail() 96 int get_mfd_all_available_flags(const char *filename, const int lineno) in get_mfd_all_available_flags() 118 int mfd_flags_available(const char *filename, const int lineno, in mfd_flags_available() 136 int check_mfd_new(const char *filename, const int lineno, in check_mfd_new() 155 void check_mfd_fail_new(const char *filename, const int lineno, in check_mfd_fail_new() 172 void *check_mmap(const char *file, const int lineno, void *addr, size_t length, in check_mmap() 186 void check_mmap_fail(const char *file, const int lineno, void *addr, in check_mmap_fail() [all …]
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 54 def __init__(self, leftright, lineno=None): argument 69 def __init__(self, nodes, lineno=None): argument 85 def __init__(self, expr, attrname, flags, lineno=None): argument 101 def __init__(self, nodes, lineno=None): argument 117 def __init__(self, name, flags, lineno=None): argument 132 def __init__(self, nodes, lineno=None): argument 148 def __init__(self, test, fail, lineno=None): argument 170 def __init__(self, nodes, expr, lineno=None): argument 191 def __init__(self, node, op, expr, lineno=None): argument 207 def __init__(self, expr, lineno=None): argument [all …]
|
/external/ltp/include/ |
D | tst_safe_clocks.h | 18 static inline int safe_clock_getres(const char *file, const int lineno, in safe_clock_getres() 37 static inline int safe_clock_gettime(const char *file, const int lineno, in safe_clock_gettime() 57 static inline int safe_clock_settime(const char *file, const int lineno, in safe_clock_settime() 76 static inline int safe_timer_create(const char *file, const int lineno, in safe_timer_create() 96 static inline int safe_timer_settime(const char *file, const int lineno, in safe_timer_settime() 116 static inline int safe_timer_gettime(const char *file, const int lineno, in safe_timer_gettime() 135 static inline int safe_timer_delete(const char *file, const int lineno, in safe_timer_delete()
|
/external/ltp/libs/libltpnewipc/ |
D | libnewipc.c | 30 key_t getipckey(const char *file, const int lineno) in getipckey() 51 int get_used_queues(const char *file, const int lineno) in get_used_queues() 72 void *probe_free_addr(const char *file, const int lineno) in probe_free_addr()
|
/external/iptables/ |
D | iptables-test.py | 45 def print_error(reason, filename=None, lineno=None): argument 53 def delete_rule(iptables, rule, filename, lineno): argument 67 def run_test(iptables, rule, rule_save, res, filename, lineno, netns): argument 156 def execute_cmd(cmd, filename, lineno): argument
|
/external/python/cpython2/Tools/i18n/ |
D | pygettext.py | 363 def __waiting(self, ttype, tstring, lineno): argument 382 def __suiteseen(self, ttype, tstring, lineno): argument 387 def __suitedocstring(self, ttype, tstring, lineno): argument 397 def __keywordseen(self, ttype, tstring, lineno): argument 405 def __openseen(self, ttype, tstring, lineno): argument 428 def __addentry(self, msg, lineno=None, isdocstring=0): argument
|
/external/python/cpython3/Tools/i18n/ |
D | pygettext.py | 329 def __waiting(self, ttype, tstring, lineno): argument 400 def __suiteseen(self, ttype, tstring, lineno): argument 411 def __suitedocstring(self, ttype, tstring, lineno): argument 421 def __keywordseen(self, ttype, tstring, lineno): argument 429 def __openseen(self, ttype, tstring, lineno): argument 452 def __addentry(self, msg, lineno=None, isdocstring=0): argument
|
/external/python/cpython2/Lib/ |
D | warnings.py | 25 def _show_warning(message, category, filename, lineno, file=None, line=None): argument 40 def formatwarning(message, category, filename, lineno, line=None): argument 67 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument 96 def simplefilter(action, category=Warning, lineno=0, append=0): argument 237 def warn_explicit(message, category, filename, lineno, argument 310 def __init__(self, message, category, filename, lineno, file=None, argument
|
/external/python/cpython3/Doc/tools/extensions/ |
D | suspicious.py | 64 def __init__(self, docname, lineno, issue, line): argument 126 def check_issue(self, line, lineno, issue): argument 130 def is_ignored(self, line, lineno, issue): argument 152 def report_issue(self, text, lineno, issue): argument 167 def write_log_entry(self, lineno, issue, text): argument
|
/external/python/cpython2/Doc/tools/extensions/ |
D | suspicious.py | 63 def __init__(self, docname, lineno, issue, line): argument 122 def check_issue(self, line, lineno, issue): argument 126 def is_ignored(self, line, lineno, issue): argument 148 def report_issue(self, text, lineno, issue): argument 163 def write_log_entry(self, lineno, issue, text): argument
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1946 type_comment, int lineno, int col_offset, int end_lineno, in _PyAST_FunctionDef() 1980 string type_comment, int lineno, int col_offset, int in _PyAST_AsyncFunctionDef() 2014 int lineno, int col_offset, int end_lineno, int end_col_offset, in _PyAST_ClassDef() 2040 _PyAST_Return(expr_ty value, int lineno, int col_offset, int end_lineno, int in _PyAST_Return() 2057 _PyAST_Delete(asdl_expr_seq * targets, int lineno, int col_offset, int in _PyAST_Delete() 2075 lineno, int col_offset, int end_lineno, int end_col_offset, in _PyAST_Assign() 2099 _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in _PyAST_AugAssign() 2134 int lineno, int col_offset, int end_lineno, int in _PyAST_AnnAssign() 2165 orelse, string type_comment, int lineno, int col_offset, int in _PyAST_For() 2197 asdl_stmt_seq * orelse, string type_comment, int lineno, int in _PyAST_AsyncFor() [all …]
|
/external/python/cpython3/Lib/ |
D | warnings.py | 10 def showwarning(message, category, filename, lineno, file=None, line=None): argument 15 def formatwarning(message, category, filename, lineno, line=None): argument 130 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument 165 def simplefilter(action, category=Warning, lineno=0, append=False): argument 327 def warn_explicit(message, category, filename, lineno, argument 403 def __init__(self, message, category, filename, lineno, file=None, argument
|