Home
last modified time | relevance | path

Searched defs:lineno (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c42 int check_fallocate(const char *filename, const int lineno, int fd, in check_fallocate()
61 int check_fallocate_fail(const char *filename, const int lineno, int fd, in check_fallocate_fail()
82 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate()
91 void check_ftruncate_fail(const char *filename, const int lineno, in check_ftruncate_fail()
106 int get_mfd_all_available_flags(const char *filename, const int lineno) in get_mfd_all_available_flags()
128 int mfd_flags_available(const char *filename, const int lineno, in mfd_flags_available()
146 int check_mfd_new(const char *filename, const int lineno, in check_mfd_new()
165 void check_mfd_fail_new(const char *filename, const int lineno, in check_mfd_fail_new()
182 void *check_mmap(const char *file, const int lineno, void *addr, size_t length, in check_mmap()
196 void check_mmap_fail(const char *file, const int lineno, void *addr, in check_mmap_fail()
[all …]
/external/ltp/lib/
Dsafe_macros.c21 char *safe_basename(const char *file, const int lineno, in safe_basename()
37 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir()
53 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close()
69 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat()
84 char *safe_dirname(const char *file, const int lineno, in safe_dirname()
99 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd()
114 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam()
130 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage()
145 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc()
160 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir()
[all …]
Dtst_safe_macros.c30 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
44 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid()
57 int safe_fanotify_init(const char *file, const int lineno, in safe_fanotify_init()
80 int safe_personality(const char *filename, unsigned int lineno, in safe_personality()
93 int safe_setregid(const char *file, const int lineno, in safe_setregid()
109 int safe_setreuid(const char *file, const int lineno, in safe_setreuid()
125 int safe_sigaction(const char *file, const int lineno, in safe_sigaction()
142 struct group *safe_getgrnam(const char *file, const int lineno, in safe_getgrnam()
157 struct group *safe_getgrnam_fallback(const char *file, const int lineno, in safe_getgrnam_fallback()
174 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid) in safe_getgrgid()
[all …]
Dtst_safe_sysv_ipc.c44 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) in safe_msgget()
57 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd()
72 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv()
87 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, in safe_msgctl()
103 int safe_shmget(const char *file, const int lineno, key_t key, size_t size, in safe_shmget()
117 void *safe_shmat(const char *file, const int lineno, int shmid, in safe_shmat()
131 int safe_shmdt(const char *file, const int lineno, const void *shmaddr) in safe_shmdt()
144 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd, in safe_shmctl()
Dsafe_net.c84 int tst_getsockport(const char *file, const int lineno, int sockfd) in tst_getsockport()
107 int safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), in safe_socket()
135 int safe_getsockopt(const char *file, const int lineno, int sockfd, int level, in safe_getsockopt()
150 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, in safe_setsockopt()
166 ssize_t safe_send(const char *file, const int lineno, char len_strict, in safe_send()
182 ssize_t safe_sendto(const char *file, const int lineno, char len_strict, in safe_sendto()
202 ssize_t safe_sendmsg(const char *file, const int lineno, size_t len, in safe_sendmsg()
224 ssize_t safe_recvmsg(const char *file, const int lineno, size_t len, in safe_recvmsg()
247 int safe_bind(const char *file, const int lineno, void (cleanup_fn)(void), in safe_bind()
283 int safe_listen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_listen()
[all …]
Dsafe_stdio.c26 FILE *safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fopen()
40 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void), in safe_fclose()
55 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), in safe_asprintf()
73 FILE *safe_popen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_popen()
Dsafe_file_ops.c77 int file_scanf(const char *file, const int lineno, in file_scanf()
131 void safe_file_scanf(const char *file, const int lineno, in safe_file_scanf()
182 int file_lines_scanf(const char *file, const int lineno, in file_lines_scanf()
227 int file_printf(const char *file, const int lineno, in file_printf()
271 void safe_file_printf(const char *file, const int lineno, in safe_file_printf()
307 void safe_cp(const char *file, const int lineno, in safe_cp()
345 void safe_touch(const char *file, const int lineno, in safe_touch()
Dtst_checkpoint.c39 void tst_checkpoint_init(const char *file, const int lineno, in tst_checkpoint_init()
130 void tst_safe_checkpoint_wait(const char *file, const int lineno, in tst_safe_checkpoint_wait()
148 void tst_safe_checkpoint_wake(const char *file, const int lineno, in tst_safe_checkpoint_wake()
Dsafe_pthread.c24 int safe_pthread_create(const char *file, const int lineno, in safe_pthread_create()
41 int safe_pthread_join(const char *file, const int lineno, in safe_pthread_join()
/external/python/cpython2/Lib/compiler/
Dast.py54 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/testcases/kernel/syscalls/ipc/libnewipc/
Dlibnewipc.c39 key_t getipckey(const char *file, const int lineno) in getipckey()
60 int get_used_queues(const char *file, const int lineno) in get_used_queues()
85 void *probe_free_addr(const char *file, const int lineno) in probe_free_addr()
/external/python/cpython3/Lib/
Dpyclbr.py54 def __init__(self, module, name, file, lineno, parent): argument
68 def __init__(self, module, name, file, lineno, parent=None): argument
74 def __init__(self, module, name, super, file, lineno, parent=None): argument
79 def _addmethod(self, name, lineno): argument
83 def _nest_function(ob, func_name, lineno): argument
91 def _nest_class(ob, class_name, lineno, super=None): argument
Dwarnings.py10 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
343 def warn_explicit(message, category, filename, lineno, argument
419 def __init__(self, message, category, filename, lineno, file=None, argument
/external/iptables/
Diptables-test.py42 def print_error(reason, filename=None, lineno=None): argument
50 def delete_rule(iptables, rule, filename, lineno): argument
64 def run_test(iptables, rule, rule_save, res, filename, lineno): argument
136 def execute_cmd(cmd, filename, lineno): argument
/external/u-boot/scripts/kconfig/
Dkxgettext.c66 int lineno; member
69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new()
93 const char *file, int lineno) in message__new()
134 int lineno) in message__add_file_line()
150 int lineno) in message__add()
/external/python/cpython3/Tools/i18n/
Dpygettext.py328 def __waiting(self, ttype, tstring, lineno): argument
347 def __suiteseen(self, ttype, tstring, lineno): argument
358 def __suitedocstring(self, ttype, tstring, lineno): argument
368 def __keywordseen(self, ttype, tstring, lineno): argument
376 def __openseen(self, ttype, tstring, lineno): argument
399 def __addentry(self, msg, lineno=None, isdocstring=0): argument
/external/python/cpython2/Tools/i18n/
Dpygettext.py363 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/cpython2/Lib/
Dwarnings.py25 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
Dpyclbr.py55 def __init__(self, module, name, super, file, lineno): argument
65 def _addmethod(self, name, lineno): argument
70 def __init__(self, module, name, file, lineno): argument
/external/python/cpython2/Doc/tools/extensions/
Dsuspicious.py63 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/Doc/tools/extensions/
Dsuspicious.py63 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/ltp/include/
Dtst_safe_clocks.h10 static inline void safe_clock_getres(const char *file, const int lineno, in safe_clock_getres()
22 static inline void safe_clock_gettime(const char *file, const int lineno, in safe_clock_gettime()
/external/python/cpython3/Python/
DPython-ast.c1245 decorator_list, expr_ty returns, int lineno, int col_offset, in FunctionDef()
1275 * decorator_list, expr_ty returns, int lineno, int col_offset, in AsyncFunctionDef()
1305 body, asdl_seq * decorator_list, int lineno, int col_offset, PyArena in ClassDef()
1329 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return()
1343 Delete(asdl_seq * targets, int lineno, int col_offset, PyArena *arena) in Delete()
1357 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign()
1378 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign()
1411 lineno, int col_offset, PyArena *arena) in AnnAssign()
1439 lineno, int col_offset, PyArena *arena) in For()
1467 lineno, int col_offset, PyArena *arena) in AsyncFor()
[all …]
D_warnings.c151 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
341 show_warning(PyObject *filename, int lineno, PyObject *text, in show_warning()
415 PyObject *filename, int lineno, PyObject *lineno_obj, in call_show_warning()
472 PyObject *filename, int lineno, in warn_explicit()
673 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context()
842 int lineno; in do_warn() local
878 get_source_line(PyObject *module_globals, int lineno) in get_source_line()
945 int lineno; in warnings_warn_explicit() local
1083 PyObject *filename, int lineno, in PyErr_WarnExplicitObject()
1099 const char *filename_str, int lineno, in PyErr_WarnExplicit()
[all …]
/external/python/cpython2/Python/
DPython-ast.c1042 decorator_list, int lineno, int col_offset, PyArena *arena) in FunctionDef()
1070 decorator_list, int lineno, int col_offset, PyArena *arena) in ClassDef()
1092 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return()
1106 Delete(asdl_seq * targets, int lineno, int col_offset, PyArena *arena) in Delete()
1120 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign()
1141 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign()
1173 Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int col_offset, in Print()
1191 lineno, int col_offset, PyArena *arena) in For()
1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While()
1240 If(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in If()
[all …]

1234567891011