Home
last modified time | relevance | path

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

12345678910

/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_sysv_ipc.c26 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) in safe_msgget()
39 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd()
54 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv()
69 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, in safe_msgctl()
83 int safe_shmget(const char *file, const int lineno, key_t key, size_t size, in safe_shmget()
97 void *safe_shmat(const char *file, const int lineno, int shmid, in safe_shmat()
111 int safe_shmdt(const char *file, const int lineno, const void *shmaddr) in safe_shmdt()
124 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd, in safe_shmctl()
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()
Dsafe_net.c84 int safe_socket(const char *file, const int lineno, void (cleanup_fn)(void), in safe_socket()
100 int safe_setsockopt(const char *file, const int lineno, int sockfd, int level, in safe_setsockopt()
116 ssize_t safe_send(const char *file, const int lineno, char len_strict, in safe_send()
132 ssize_t safe_sendto(const char *file, const int lineno, char len_strict, in safe_sendto()
152 int safe_bind(const char *file, const int lineno, void (cleanup_fn)(void), in safe_bind()
188 int safe_listen(const char *file, const int lineno, void (cleanup_fn)(void), in safe_listen()
204 int safe_connect(const char *file, const int lineno, void (cleanup_fn)(void), in safe_connect()
222 int safe_getsockname(const char *file, const int lineno, in safe_getsockname()
241 int safe_gethostname(const char *file, const int lineno, in safe_gethostname()
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()
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()
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()
Dtst_resource.c82 static int file_copy(const char *file, const int lineno, in file_copy()
100 void tst_resource_copy(const char *file, const int lineno, in tst_resource_copy()
/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/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/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/cpython3/Lib/
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
Dwarnings.py10 def showwarning(message, category, filename, lineno, file=None, line=None): argument
15 def formatwarning(message, category, filename, lineno, line=None): argument
119 def filterwarnings(action, message="", category=Warning, module="", lineno=0, argument
143 def simplefilter(action, category=Warning, lineno=0, append=False): argument
321 def warn_explicit(message, category, filename, lineno, argument
398 def __init__(self, message, category, filename, lineno, file=None, 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/python/cpython3/Tools/i18n/
Dpygettext.py331 def __waiting(self, ttype, tstring, lineno): argument
350 def __suiteseen(self, ttype, tstring, lineno): argument
355 def __suitedocstring(self, ttype, tstring, lineno): argument
365 def __keywordseen(self, ttype, tstring, lineno): argument
373 def __openseen(self, ttype, tstring, lineno): argument
396 def __addentry(self, msg, lineno=None, isdocstring=0): argument
/external/python/cpython2/Tools/i18n/
Dpygettext.py369 def __waiting(self, ttype, tstring, lineno): argument
388 def __suiteseen(self, ttype, tstring, lineno): argument
393 def __suitedocstring(self, ttype, tstring, lineno): argument
403 def __keywordseen(self, ttype, tstring, lineno): argument
411 def __openseen(self, ttype, tstring, lineno): argument
434 def __addentry(self, msg, lineno=None, isdocstring=0): argument
/external/python/cpython3/Python/
DPython-ast.c1257 decorator_list, expr_ty returns, int lineno, int col_offset, in FunctionDef()
1287 * decorator_list, expr_ty returns, int lineno, int col_offset, in AsyncFunctionDef()
1317 body, asdl_seq * decorator_list, int lineno, int col_offset, PyArena in ClassDef()
1341 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return()
1355 Delete(asdl_seq * targets, int lineno, int col_offset, PyArena *arena) in Delete()
1369 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign()
1390 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign()
1423 lineno, int col_offset, PyArena *arena) in AnnAssign()
1451 lineno, int col_offset, PyArena *arena) in For()
1479 lineno, int col_offset, PyArena *arena) in AsyncFor()
[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 …]
D_warnings.c102 get_filter(PyObject *category, PyObject *text, Py_ssize_t lineno, in get_filter()
243 show_warning(PyObject *filename, int lineno, PyObject *text, PyObject in show_warning()
290 PyObject *filename, int lineno, in warn_explicit()
443 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context()
591 int lineno; in do_warn() local
629 int lineno; in warnings_warn_explicit() local
742 const char *filename_str, int lineno, in PyErr_WarnExplicit()
800 PyObject *lineno, *result; in create_filter() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dexceptions.py19 def _format_filepos(lineno, pos, filename): argument
27 def __init__(self, message, source, lineno, pos, filename): argument
36 def __init__(self, message, source, lineno, pos, filename): argument

12345678910