| /third_party/ltp/lib/ |
| D | tst_safe_macros.c | 23 int safe_access(const char *file, const int lineno, in safe_access() 42 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() 60 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid() 77 int safe_setgroups(const char *file, const int lineno, size_t size, const gid_t *list) in safe_setgroups() 95 int safe_getgroups(const char *file, const int lineno, int size, gid_t list[]) in safe_getgroups() 113 int safe_personality(const char *filename, unsigned int lineno, in safe_personality() 130 int safe_pidfd_open(const char *file, const int lineno, pid_t pid, in safe_pidfd_open() 149 int safe_setregid(const char *file, const int lineno, in safe_setregid() 168 int safe_setreuid(const char *file, const int lineno, in safe_setreuid() 187 int safe_setresgid(const char *file, const int lineno, in safe_setresgid() [all …]
|
| D | safe_pthread.c | 12 int safe_pthread_create(const char *file, const int lineno, in safe_pthread_create() 29 int safe_pthread_join(const char *file, const int lineno, in safe_pthread_join() 45 int safe_pthread_barrier_wait(const char *file, const int lineno, in safe_pthread_barrier_wait() 61 int safe_pthread_barrier_destroy(const char *file, const int lineno, in safe_pthread_barrier_destroy() 77 int safe_pthread_cancel(const char *file, const int lineno, in safe_pthread_cancel() 92 int safe_pthread_barrier_init(const char *file, const int lineno, in safe_pthread_barrier_init() 110 int safe_pthread_mutexattr_init(const char *file, const int lineno, in safe_pthread_mutexattr_init() 126 int safe_pthread_mutexattr_destroy(const char *file, const int lineno, in safe_pthread_mutexattr_destroy() 142 int safe_pthread_mutexattr_settype(const char *file, const int lineno, in safe_pthread_mutexattr_settype() 158 int safe_pthread_mutex_init(const char *file, const int lineno, in safe_pthread_mutex_init() [all …]
|
| D | safe_macros.c | 28 char *safe_basename(const char *file, const int lineno, in safe_basename() 44 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir() 63 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close() 82 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat() 101 char *safe_dirname(const char *file, const int lineno, in safe_dirname() 116 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd() 131 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam() 147 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage() 166 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc() 181 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir() [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 | 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_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, int strict, in tst_create_veth_pair() 160 int tst_netdev_add_device(const char *file, const int lineno, int strict, in tst_netdev_add_device() 204 int tst_netdev_remove_device(const char *file, const int lineno, int strict, in tst_netdev_remove_device() 239 static int modify_address(const char *file, const int lineno, int strict, in modify_address() 289 int tst_netdev_add_address(const char *file, const int lineno, int strict, in tst_netdev_add_address() 298 int tst_netdev_add_address_inet(const char *file, const int lineno, int strict, in tst_netdev_add_address_inet() 306 int tst_netdev_remove_address(const char *file, const int lineno, int strict, in tst_netdev_remove_address() [all …]
|
| D | tst_rtnetlink.c | 29 static int tst_rtnl_grow_buffer(const char *file, const int lineno, in tst_rtnl_grow_buffer() 55 void tst_rtnl_destroy_context(const char *file, const int lineno, in tst_rtnl_destroy_context() 64 const int lineno) in tst_rtnl_create_context() 117 int tst_rtnl_send(const char *file, const int lineno, in tst_rtnl_send() 166 struct tst_rtnl_message *tst_rtnl_recv(const char *file, const int lineno, in tst_rtnl_recv() 242 int tst_rtnl_add_message(const char *file, const int lineno, in tst_rtnl_add_message() 282 int tst_rtnl_add_attr(const char *file, const int lineno, in tst_rtnl_add_attr() 309 int tst_rtnl_add_attr_string(const char *file, const int lineno, in tst_rtnl_add_attr_string() 317 int tst_rtnl_add_attr_list(const char *file, const int lineno, in tst_rtnl_add_attr_list() 362 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 static void safe_file_vprintf(const char *file, const int lineno, in safe_file_vprintf() 280 void safe_file_printf(const char *file, const int lineno, in safe_file_printf() 290 void safe_try_file_printf(const char *file, const int lineno, in safe_try_file_printf() 304 int safe_cp(const char *file, const int lineno, in safe_cp() 344 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_file_at.c | 35 int safe_openat(const char *const file, const int lineno, in safe_openat() 60 ssize_t safe_file_readat(const char *const file, const int lineno, in safe_file_readat() 120 int safe_file_vprintfat(const char *const file, const int lineno, in safe_file_vprintfat() 160 int safe_file_printfat(const char *const file, const int lineno, in safe_file_printfat() 174 int safe_unlinkat(const char *const file, const int lineno, in safe_unlinkat() 202 int safe_fchownat(const char *const file, const int lineno, in safe_fchownat() 222 int safe_fstatat(const char *const file, const int lineno, in safe_fstatat()
|
| 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() 75 int safe_io_uring_close(const char *file, const int lineno, in safe_io_uring_close() 89 int safe_io_uring_enter(const char *file, const int lineno, int strict, in safe_io_uring_enter()
|
| D | tst_epoll.c | 11 int safe_epoll_create1(const char *const file, const int lineno, in safe_epoll_create1() 36 int safe_epoll_ctl(const char *const file, const int lineno, in safe_epoll_ctl() 67 int safe_epoll_wait(const char *const file, const int lineno, in safe_epoll_wait()
|
| D | tst_checkpoint.c | 38 void tst_checkpoint_init(const char *file, const int lineno, in tst_checkpoint_init() 139 void tst_safe_checkpoint_wait(const char *file, const int lineno, in tst_safe_checkpoint_wait() 157 void tst_safe_checkpoint_wake(const char *file, const int lineno, in tst_safe_checkpoint_wake()
|
| D | tst_uid.c | 16 gid_t tst_get_free_gid_(const char *file, const int lineno, gid_t skip) in tst_get_free_gid_() 72 int tst_check_resuid_(const char *file, const int lineno, const char *callstr, in tst_check_resuid_() 97 int tst_check_resgid_(const char *file, const int lineno, const char *callstr, in tst_check_resgid_()
|
| /third_party/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 …]
|
| /third_party/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()
|
| D | tst_safe_posix_ipc.h | 28 static inline int safe_mq_open(const char *file, const int lineno, in safe_mq_open() 65 static inline int safe_mq_close(const char *file, const int lineno, in safe_mq_close() 83 static inline int safe_mq_unlink(const char *file, const int lineno, in safe_mq_unlink() 101 static inline int safe_mq_notify(const char *file, const int lineno, in safe_mq_notify() 114 static inline int safe_mq_send(const char *file, const int lineno, in safe_mq_send()
|
| /third_party/ltp/libs/libltpnewipc/ |
| D | libnewipc.c | 29 key_t getipckey(const char *file, const int lineno) in getipckey() 50 int get_used_sysvipc(const char *file, const int lineno, const char *sysvipc_file) in get_used_sysvipc() 71 void *probe_free_addr(const char *file, const int lineno) in probe_free_addr()
|
| /third_party/python/Tools/i18n/ |
| D | pygettext.py | 329 def __waiting(self, ttype, tstring, lineno): argument 401 def __suiteseen(self, ttype, tstring, lineno): argument 412 def __suitedocstring(self, ttype, tstring, lineno): argument 422 def __keywordseen(self, ttype, tstring, lineno): argument 430 def __openseen(self, ttype, tstring, lineno): argument 453 def __addentry(self, msg, lineno=None, isdocstring=0): argument
|
| /third_party/python/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 441 action=None, category=Warning, lineno=0, append=False): argument
|
| D | pyclbr.py | 55 def __init__(self, module, name, file, lineno, end_lineno, parent): argument 70 def __init__(self, module, name, file, lineno, argument 80 def __init__(self, module, name, super_, file, lineno, argument 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 94 def _nest_class(ob, class_name, lineno, end_lineno, super=None): argument
|
| /third_party/python/Doc/tools/extensions/ |
| D | suspicious.py | 61 def __init__(self, docname, lineno, issue, line): argument 123 def check_issue(self, line, lineno, issue): argument 127 def is_ignored(self, line, lineno, issue): argument 149 def report_issue(self, text, lineno, issue): argument 156 def write_log_entry(self, lineno, issue, text): argument
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1961 type_comment, int lineno, int col_offset, int end_lineno, in _PyAST_FunctionDef() 1995 string type_comment, int lineno, int col_offset, int in _PyAST_AsyncFunctionDef() 2029 int lineno, int col_offset, int end_lineno, int end_col_offset, in _PyAST_ClassDef() 2055 _PyAST_Return(expr_ty value, int lineno, int col_offset, int end_lineno, int in _PyAST_Return() 2072 _PyAST_Delete(asdl_expr_seq * targets, int lineno, int col_offset, int in _PyAST_Delete() 2090 lineno, int col_offset, int end_lineno, int end_col_offset, in _PyAST_Assign() 2114 _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in _PyAST_AugAssign() 2149 int lineno, int col_offset, int end_lineno, int in _PyAST_AnnAssign() 2180 orelse, string type_comment, int lineno, int col_offset, int in _PyAST_For() 2212 asdl_stmt_seq * orelse, string type_comment, int lineno, int in _PyAST_AsyncFor() [all …]
|