Searched defs:lineno (Results 1 - 25 of 123) sorted by relevance

12345

/external/ltp/lib/
H A Dsafe_pthread.c24 int safe_pthread_create(const char *file, const int lineno, argument
33 tst_brk_(file, lineno, TBROK,
41 int safe_pthread_join(const char *file, const int lineno, argument
49 tst_brk_(file, lineno, TBROK,
H A Dtst_process_state.c31 void tst_process_state_wait(const char *file, const int lineno, argument
40 safe_file_scanf(file, lineno, cleanup_fn, proc_path,
H A Dtst_safe_macros.c24 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) argument
32 file, lineno, pid, pgid);
38 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) argument
45 "%s:%d: getpgid(%i) failed", file, lineno, pid);
H A Dtst_mkfs.c24 void tst_mkfs_(const char *file, const int lineno, void (cleanup_fn)(void), argument
35 "%s:%d: No device specified", file, lineno);
41 "%s:%d: No fs_type specified", file, lineno);
54 file, lineno);
71 "%s:%d: Too much mkfs options", file, lineno);
87 "%s:%d: %s not found in $PATH", file, lineno, mkfs);
90 "%s:%d: %s failed with %i", mkfs, ret, file, lineno);
H A Dtst_safe_sysv_ipc.c25 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) argument
32 file, lineno, (int)key, msgflg);
38 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, argument
47 file, lineno, msqid, msgp, msgsz, msgflg);
53 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, argument
62 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
68 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, argument
76 file, lineno, msqid, cmd, buf);
H A Dsafe_stdio.c26 FILE *safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void), argument
34 file, lineno, path, mode);
40 int safe_fclose(const char *file, const int lineno, void (cleanup_fn)(void), argument
49 "%s:%d: fclose(%p) failed", file, lineno, f);
55 int safe_asprintf(const char *file, const int lineno, void (cleanup_fn)(void), argument
67 "%s:%d: asprintf(%s,...) failed", file, lineno, fmt);
73 FILE *safe_popen(const char *file, const int lineno, void (cleanup_fn)(void), argument
86 file, lineno, command, type);
90 file, lineno, command, type);
H A Dtst_checkpoint.c39 void tst_checkpoint_init(const char *file, const int lineno, argument
48 file, lineno);
66 "first (call tst_tmpdir())", file, lineno);
130 void tst_safe_checkpoint_wait(const char *file, const int lineno, argument
144 file, lineno, id, msec_timeout);
148 void tst_safe_checkpoint_wake(const char *file, const int lineno, argument
157 file, lineno, id, nr_wake, DEFAULT_MSEC_TIMEOUT);
H A Dtst_resource.c82 static int file_copy(const char *file, const int lineno, argument
95 safe_cp(file, lineno, cleanup_fn, buf, dest);
100 void tst_resource_copy(const char *file, const int lineno, argument
107 file, lineno);
119 if (file_copy(file, lineno, cleanup_fn, dataroot, filename, dest))
127 if (file_copy(file, lineno, cleanup_fn, buf, filename, dest))
133 if (file_copy(file, lineno, cleanup_fn, startwd, filename, dest))
137 filename, file, lineno);
H A Dsafe_file_ops.c77 int file_scanf(const char *file, const int lineno, argument
89 path, file, lineno);
102 path, file, lineno);
109 exp_convs, ret, path, file, lineno);
116 path, file, lineno);
126 path, file, lineno);
131 void safe_file_scanf(const char *file, const int lineno, argument
144 path, file, lineno);
157 path, file, lineno);
164 exp_convs, ret, path, file, lineno);
182 file_lines_scanf(const char *file, const int lineno, void (*cleanup_fn)(void), int strict, const char *path, const char *fmt, ...) argument
227 file_printf(const char *file, const int lineno, const char *path, const char *fmt, ...) argument
271 safe_file_printf(const char *file, const int lineno, void (*cleanup_fn) (void), const char *path, const char *fmt, ...) argument
307 safe_cp(const char *file, const int lineno, void (*cleanup_fn) (void), const char *src, const char *dst) argument
345 safe_touch(const char *file, const int lineno, void (*cleanup_fn)(void), const char *pathname, mode_t mode, const struct timespec times[2]) argument
[all...]
/external/selinux/libsemanage/src/
H A Dparse_utils.h10 unsigned int lineno; /* Current line number */ member in struct:parse_info
/external/dtc/
H A Dsrcpos.h31 int lineno, colno; member in struct:srcfile_state
/external/ltp/include/
H A Dtst_safe_posix_ipc.h33 static inline int safe_mq_open(const char *file, const int lineno, argument
59 file, lineno, pathname, oflags, mode, attr);
H A Dtst_safe_prw.h21 static inline ssize_t safe_pread(const char *file, const int lineno, argument
30 tst_brk_(file, lineno, TBROK | TERRNO,
41 static inline ssize_t safe_pwrite(const char *file, const int lineno, argument
49 tst_brk_(file, lineno, TBROK | TERRNO,
/external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
H A Dlibnewipc.c37 key_t getipckey(const char *file, const int lineno) argument
52 "ftok() failed at %s:%d", file, lineno);
58 int get_used_queues(const char *file, const int lineno) argument
67 "fopen() failed at %s:%d", file, lineno);
77 "used message queues at %s:%d", file, lineno);
/external/python/cpython2/Include/
H A Dparsetok.h13 int lineno; member in struct:__anon17406
/external/curl/docs/examples/
H A Dopensslthreadlock.c45 void handle_error(const char *file, int lineno, const char *msg) argument
47 fprintf(stderr, "** %s:%d %s\n", file, lineno, msg);
/external/python/cpython2/Parser/
H A Dnode.c79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) argument
108 n->n_lineno = lineno;
/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c43 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, argument
109 if (lineno != 0
110 && (lineno > line->line
123 || match[inner]->line != lineno
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c53 const char *fname, int lineno, int column,
108 if (lineno != 0
109 && (lineno > line->line
122 || dwfl_line (match[inner])->line != lineno
52 dwfl_module_getsrc_file(Dwfl_Module *mod, const char *fname, int lineno, int column, Dwfl_Line ***srcsp, size_t *nsrcs) argument
/external/curl/src/
H A Dtool_parsecfg.c127 int lineno = 0; local
132 lineno++;
209 filename, lineno, option);
268 filename, lineno, option, reason);
/external/e2fsprogs/lib/blkid/
H A Dread.c385 int fd, lineno = 0; local
417 lineno++;
425 lineno++;
430 printf("blkid: bad format on line %d\n", lineno));
/external/elfutils/tests/
H A Daddrscopes.c36 int lineno, linecol; local
38 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
43 prefix, addr, src, lineno, linecol);
46 prefix, addr, src, lineno);
H A Ddwfllines.c66 int lineno; local
70 const char *src = dwfl_lineinfo (line, &addr, &lineno, &colno,
92 assert (lineno == dw_lineno);
148 i, addr, src, lineno, colno, mtime, length,
H A Dfuncscopes.c37 int lineno, linecol; local
39 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
44 prefix, addr, src, lineno, linecol);
47 prefix, addr, src, lineno);
/external/expat/tests/
H A Dminicheck.c93 _check_set_test_info(char const *function, char const *filename, int lineno) argument
96 _check_current_lineno = lineno;

Completed in 583 milliseconds

12345