Home
last modified time | relevance | path

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

1234567

/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 void assert_have_memfd_create(const char *filename, const int lineno) in assert_have_memfd_create()
122 int check_mfd_new(const char *filename, const int lineno, in check_mfd_new()
141 void check_mfd_fail_new(const char *filename, const int lineno, in check_mfd_fail_new()
158 void *check_mmap(const char *file, const int lineno, void *addr, size_t length, in check_mmap()
172 void check_mmap_fail(const char *file, const int lineno, void *addr, in check_mmap_fail()
189 void check_munmap(const char *file, const int lineno, void *p, size_t length) in check_munmap()
[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 …]
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()
Dtst_safe_sysv_ipc.c25 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) in safe_msgget()
38 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd()
53 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv()
68 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, in safe_msgctl()
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_safe_macros.c24 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
38 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid()
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()
Dtst_res.c150 static void tst_res__(const char *file, const int lineno, int ttype, in tst_res__()
458 static void tst_brk__(const char *file, const int lineno, int ttype, in tst_brk__()
507 void tst_resm_(const char *file, const int lineno, int ttype, in tst_resm_()
523 void tst_resm_hexd_(const char *file, const int lineno, int ttype, in tst_resm_hexd_()
562 void tst_brkm_(const char *file, const int lineno, int ttype, in tst_brkm_()
Dtst_test.c169 static void print_result(const char *file, const int lineno, int ttype, in print_result()
235 void tst_vres_(const char *file, const int lineno, int ttype, in tst_vres_()
249 static void tst_cvres(const char *file, const int lineno, int ttype, in tst_cvres()
271 void tst_vbrk_(const char *file, const int lineno, int ttype, in tst_vbrk_()
285 void tst_res_(const char *file, const int lineno, int ttype, in tst_res_()
295 void tst_brk_(const char *file, const int lineno, int ttype, in tst_brk_()
353 pid_t safe_fork(const char *filename, unsigned int lineno) in safe_fork()
/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/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/ltp/testcases/kernel/syscalls/ipc/libnewipc/
Dlibnewipc.c37 key_t getipckey(const char *file, const int lineno) in getipckey()
58 int get_used_queues(const char *file, const int lineno) in get_used_queues()
/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/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/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
/external/ltp/include/
Dtst_safe_prw.h21 static inline ssize_t safe_pread(const char *file, const int lineno, in safe_pread()
41 static inline ssize_t safe_pwrite(const char *file, const int lineno, in safe_pwrite()
Dtst_safe_macros.h53 static inline int safe_dup(const char *file, const int lineno, in safe_dup()
222 static inline void *safe_mmap(const char *file, const int lineno, in safe_mmap()
241 static inline int safe_ftruncate(const char *file, const int lineno, in safe_ftruncate()
258 static inline int safe_truncate(const char *file, const int lineno, in safe_truncate()
275 static inline int safe_stat(const char *file, const int lineno, in safe_stat()
292 static inline int safe_fstat(const char *file, const int lineno, in safe_fstat()
309 static inline int safe_lstat(const char *file, const int lineno, in safe_lstat()
326 static inline off_t safe_lseek(const char *file, const int lineno, in safe_lseek()
344 static inline int safe_getrlimit(const char *file, const int lineno, in safe_getrlimit()
362 static inline int safe_setrlimit(const char *file, const int lineno, in safe_setrlimit()
[all …]
/external/python/cpython2/Lib/hotshot/
Dlog.py84 def get_funcname(self, fileno, lineno): argument
141 def _decode_location(self, fileno, lineno): argument

1234567