Home
last modified time | relevance | path

Searched refs:l_line (Results 1 – 25 of 77) sorted by relevance

1234

/dports/math/libxsmm/libxsmm-1.16.3/samples/edge/
H A Dcommon_edge_proxy.h39 char l_line[512/*l_line_length*/+1]; in libxsmm_sparse_csr_reader() local
51 if ( strlen(l_line) == l_line_length ) { in libxsmm_sparse_csr_reader()
56 if ( l_line[0] == '%' ) { in libxsmm_sparse_csr_reader()
163 char l_line[512/*l_line_length*/+1]; in libxsmm_sparse_csc_reader() local
175 if ( strlen(l_line) == l_line_length ) { in libxsmm_sparse_csc_reader()
180 if ( l_line[0] == '%' ) { in libxsmm_sparse_csc_reader()
279 char l_line[512/*l_line_length*/+1]; in libxsmm_sparse_csr_reader_desc() local
297 if ( strlen(l_line) == l_line_length ) { in libxsmm_sparse_csr_reader_desc()
302 if ( l_line[0] == '%' ) { in libxsmm_sparse_csr_reader_desc()
327 char l_line[512/*l_line_length*/+1]; in libxsmm_sparse_csc_reader_desc() local
[all …]
H A Dedge_proxy_common.c23 char l_line[512/*l_line_length*/+1]; in edge_sparse_csr_reader_double() local
34 while (fgets(l_line, l_line_length, l_csr_file_handle) != NULL) { in edge_sparse_csr_reader_double()
35 if ( strlen(l_line) == l_line_length ) { in edge_sparse_csr_reader_double()
40 if ( l_line[0] == '%' ) { in edge_sparse_csr_reader_double()
45 if (3 == sscanf(l_line, "%u %u %u", o_row_count, o_column_count, o_element_count) && in edge_sparse_csr_reader_double()
86 if ( sscanf(l_line, "%u %u %lf", &l_row, &l_column, &l_value) != 3 ) { in edge_sparse_csr_reader_double()
/dports/net-p2p/jigdo/jigdo-0.7.3/scripts/
H A Ddepend.awk66 if (l_line ~ /^[ \t]*\#[ \t]*makefile[ \t]/) {
69 l_line "\n";
74 l_depsLine = l_depsLine " " l_line;
80 l_depsLdflags = l_depsLdflags " " l_line;
86 match(l_line, /["<][a-zA-Z0-9.-]+[">]/);
108 if (l_line !~ /\/\* *NOINLINE/ && l_exists \
130 function readSepFile(file, l_line, l_ret) {
132 while ((getline l_line < file) == 1) {
133 l_ret = l_ret l_line "\n";
136 while ((getline l_line < file) == 1)
[all …]
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dmacro.c60 char *l_line; member
139 lp->l_line = smalloc(lp->l_linesize); in define1()
140 memcpy(lp->l_line, linebuf, lp->l_linesize); in define1()
141 lp->l_line[n] = '\0'; in define1()
252 sp = lp->l_line; in maexec()
253 while (sp < &lp->l_line[lp->l_linesize] && in maexec()
257 if (sp == &lp->l_line[lp->l_linesize]) in maexec()
259 cp = copy = smalloc(lp->l_linesize + (lp->l_line - sp)); in maexec()
262 while (++sp < &lp->l_line[lp->l_linesize]); in maexec()
309 free(lp->l_line); in freelines()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dgenerator_spgemm_csr_reader.c25 char l_line[512/*l_line_length*/+1]; in libxsmm_sparse_csr_reader() local
36 while (fgets(l_line, l_line_length, l_csr_file_handle) != NULL) { in libxsmm_sparse_csr_reader()
37 if ( strlen(l_line) == l_line_length ) { in libxsmm_sparse_csr_reader()
46 if ( l_line[0] == '%' ) { in libxsmm_sparse_csr_reader()
52 if (3 == sscanf(l_line, "%u %u %u", &row_count, &column_count, o_element_count) && in libxsmm_sparse_csr_reader()
99 if ( sscanf(l_line, "%u %u %lf", &l_row, &l_column, &l_value) != 3 in libxsmm_sparse_csr_reader()
H A Dgenerator_spgemm_csc_reader.c64 char l_line[512/*l_line_length*/+1]; in libxsmm_sparse_csc_reader() local
75 while (fgets(l_line, l_line_length, l_csc_file_handle) != NULL) { in libxsmm_sparse_csc_reader()
76 if ( strlen(l_line) == l_line_length ) { in libxsmm_sparse_csc_reader()
85 if ( l_line[0] == '%' ) { in libxsmm_sparse_csc_reader()
91 if (3 == sscanf(l_line, "%u %u %u", &row_count, &column_count, o_element_count) && in libxsmm_sparse_csc_reader()
138 if ( sscanf(l_line, "%u %u %lf", &l_row, &l_column, &l_value) != 3 in libxsmm_sparse_csc_reader()
/dports/sysutils/fcron/fcron-3.2.1/
H A Ddatabase.c196 run_queue_job(l->l_line); in run_lavg_job()
198 if (is_serial(l->l_line->cl_option)) in run_lavg_job()
1483 if ((l->l_line->cl_until > 0 || l->l_line->cl_runfreq == 1) in check_lavg()
1498 l->l_line->cl_numexe -= 1; in check_lavg()
1528 if ((is_land(l->l_line->cl_option) in check_lavg()
1529 && (l_avg[0] < l->l_line->cl_lavg[0] || l->l_line->cl_lavg[0] == 0) in check_lavg()
1530 && (l_avg[1] < l->l_line->cl_lavg[1] || l->l_line->cl_lavg[1] == 0) in check_lavg()
1531 && (l_avg[2] < l->l_line->cl_lavg[2] || l->l_line->cl_lavg[2] == 0) in check_lavg()
1533 || (is_lor(l->l_line->cl_option) in check_lavg()
1540 l->l_line->cl_shell, in check_lavg()
[all …]
H A Dlavg_list.h37 struct cl_t *l_line;
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dcol.c90 CHAR *l_line; /* characters on the line */ member
353 l->l_line = (CHAR *)xrealloc((void *) l->l_line, in main()
357 c = &l->l_line[l->l_line_len++]; in main()
400 if (l->l_line) { in flush_lines()
405 free((void *)l->l_line); in flush_lines()
472 for (i = nchars, c = l->l_line; --i >= 0; c++) in flush_line()
485 for (i = nchars, c = l->l_line; --i >= 0; c++) in flush_line()
489 c = l->l_line; in flush_line()
/dports/security/calife/calife-3.0.6/
H A Ddb.c95 size_t l_line = 0; in verify_auth_info() local
106 l_line = (size_t) sysconf (_SC_LINE_MAX); /* returns long usually */ in verify_auth_info()
108 l_line = MAX_STRING; in verify_auth_info()
111 line = (char *) xalloc (l_line); in verify_auth_info()
116 if (fgets (line, l_line, fp) == NULL) in verify_auth_info()
/dports/devel/util-linux/util-linux-2.36/text-utils/
H A Dcol.c99 CHAR *l_line; /* characters on the line */ member
373 l->l_line = xrealloc((void *) l->l_line, in main()
377 c = &l->l_line[l->l_line_len++]; in main()
425 if (l->l_line) { in flush_lines()
430 free((void *)l->l_line); in flush_lines()
498 for (i = nchars, c = l->l_line; c && --i >= 0; c++) in flush_line()
511 for (i = nchars, c = l->l_line; --i >= 0; c++) in flush_line()
515 c = l->l_line; in flush_line()
/dports/sysutils/heirloom/heirloom-070715/tabs/
H A Dnewform.c61 #define check(lp) ((lp)->l_len < (lp)->l_size ? (lp)->l_line : \
62 ((lp)->l_line = srealloc((lp)->l_line, \
63 ((lp)->l_size += 128) * sizeof *(lp)->l_line)))
68 wchar_t *l_line; member
311 print(lp->l_line, lp->l_len); in sproc()
328 switch (c = lp->l_line[i]) { in iproc()
390 c = lp->l_line[i]; in oproc()
482 add(np, lp->l_line[i]); in bproc()
515 add(np, lp->l_line[i]); in pproc()
/dports/devel/cook/cook-2.30/cook/
H A Dlex.c137 long l_line; /* the line number we are up to */ member
309 new->l_line = 1; in lex_open()
459 root->l_line++; in byte()
498 root->l_line--; in byte_undo()
961 sub_var_set_long(scp, "Number", root->l_line); in lex_error()
1015 sub_var_set_long(scp, "Number", root->l_line); in lex_warning()
1095 root->l_line, in lex_trace()
1269 root->l_line, in tokenize()
1509 root->l_line, in tokenize()
1557 return root->l_line; in lex_cur_line()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/lib/
H A Dlutil.py49 l_line = 0 variable in lUtil
171 self.l_line += 1
172 self.log('%s:%s %s' % (self.l_filename, self.l_line , line))
186 self.l_line += 1
189 self.l_filename, self.l_line, target, command, regexp, op, result))
248 (self.l_filename, self.l_line, target, command, regexp, op, result,wait,wait_time))
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/lib/
H A Dlutil.py49 l_line = 0 variable in lUtil
171 self.l_line += 1
172 self.log('%s:%s %s' % (self.l_filename, self.l_line , line))
186 self.l_line += 1
189 self.l_filename, self.l_line, target, command, regexp, op, result))
248 (self.l_filename, self.l_line, target, command, regexp, op, result,wait,wait_time))
/dports/math/libxsmm/libxsmm-1.16.3/samples/pyfr/
H A Dpyfr_driver_asp_reg.c36 char l_line[512/*l_line_length*/+1]; in my_csr_reader() local
47 while (fgets(l_line, l_line_length, l_csr_file_handle) != NULL) { in my_csr_reader()
48 if ( strlen(l_line) == l_line_length ) { in my_csr_reader()
53 if ( l_line[0] == '%' ) { in my_csr_reader()
58 if (3 == sscanf(l_line, "%u %u %u", o_row_count, o_column_count, o_element_count) && in my_csr_reader()
99 if ( sscanf(l_line, "%u %u %lf", &l_row, &l_column, &l_value) != 3 ) { in my_csr_reader()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhbuf.c292 GList *hbuf_previous_persistent(GList *l_line) in hbuf_previous_persistent() argument
296 while (l_line) { in hbuf_previous_persistent()
297 hbuf_b_elt = (hbuf_block_t*)l_line->data; in hbuf_previous_persistent()
300 return l_line; in hbuf_previous_persistent()
301 l_line = g_list_previous(l_line); in hbuf_previous_persistent()
/dports/dns/libbind/libbind-6.0/irs/
H A Dlcl_ng.c70 char * l_line; /*%< Netgroup entrie(s) to be parsed */ member
246 free(olp->l_line); in freelists()
297 pos = lp->l_line; in parse_netgrp()
432 lp->l_line = linep; in read_for_group()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dgrep.c285 grep->l_line = r_num_get (cons->num, p + 2); in parse_grep_expression()
287 grep->l_line = 0; in parse_grep_expression()
589 if (grep->l_line <= 0) { in r_cons_grepbuf()
590 grep->l_line = total_lines + grep->l_line; in r_cons_grepbuf()
620 if (grep->l_line == cons->lines) { in r_cons_grepbuf()
784 use_tok = R_BETWEEN (grep->f_line, cons->lines, grep->l_line); in r_cons_grep_line()
/dports/sysutils/heirloom/heirloom-070715/shl/
H A Dshl.c58 char l_line[64]; /* device name for tty */ member
328 strncpy(utx.ut_line, l->l_line + 5, sizeof utx.ut_line); in doutmp()
332 if ((id = strrchr(l->l_line, '/')) != NULL) in doutmp()
959 execlp("ps", "ps", "-f", "-t", &l->l_line[5], NULL); in lpslist()
1046 if ((l->l_pty = ptym_open(l->l_line, sizeof l->l_line)) < 0) { in lspawn()
1057 if ((fds = ptys_open(l->l_pty, l->l_line)) < 0) { in lspawn()
1058 msg("virtual tty %s open failed", l->l_line); in lspawn()
1063 msg("virtual tty %s stty failed", l->l_line); in lspawn()
/dports/games/ufoai/ufoai-2.5-source/src/po/
H A Dupdate_po_from_wiki.sh69 while read l_line
73 begin=`echo "$l_line" | cut -d " " -f 1`
74 end=`echo "$l_line" | cut -d " " -f 2`
79 liste=`echo "$l_line" | cut -d " " -f 3-`
/dports/mail/milter-greylist/milter-greylist-4.6.4/
H A Dmilter-greylist.c503 free(l->l_line);
508 free(l->l_line);
902 l->l_line[0] = '\0';
903 strcat(l->l_line, name);
904 strcat(l->l_line, sep);
905 strcat(l->l_line, value);
906 strcat(l->l_line, crlf);
1340 free(l->l_line);
1341 l->l_line = newline;
1565 free(l->l_line);
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/xgemm/
H A Dkernel.c1584 char l_line[512]; in main() local
1585 if ( fgets( l_line, 512, l_file_handle) == NULL ) { in main()
1686 char l_line[512]; in main() local
1789 char l_line[512]; in main() local
1892 char l_line[512]; in main() local
1997 char l_line[512]; in main() local
2111 char l_line[512]; in main() local
2225 char l_line[512]; in main() local
2339 char l_line[512]; in main() local
2458 char l_line[512]; in main() local
[all …]
/dports/biology/seaview/seaview/
H A Dcomlines.cxx24 int offset, x, y, l_line, nline; in draw_comment_lines() local
55 l_line = ( in draw_comment_lines()
58 if(l_line <= 0) continue; in draw_comment_lines()
65 fl_draw(view->comment_line[nline] + offset, l_line, x, y); in draw_comment_lines()
/dports/net/sems/sems-f89581a/apps/dsm/
H A DDSMCoreModule.cpp641 l_line.c_str()); in EXEC_ACTION_START()
651 string l_line = replaceParams(par2, sess, sc_sess, event_params); in EXEC_ACTION_START() local
652 _LOG((int)lvl, "FSM: '%s'\n", l_line.c_str()); in EXEC_ACTION_START()
656 string l_line = replaceParams(arg, sess, sc_sess, event_params); in EXEC_ACTION_START() local
657 DBG("FSM: '%s'\n", l_line.c_str()); in EXEC_ACTION_START()
661 string l_line = replaceParams(arg, sess, sc_sess, event_params); in EXEC_ACTION_START() local
662 INFO("FSM: '%s'\n", l_line.c_str()); in EXEC_ACTION_START()
666 string l_line = replaceParams(arg, sess, sc_sess, event_params); in EXEC_ACTION_START() local
667 WARN("FSM: '%s'\n", l_line.c_str()); in EXEC_ACTION_START()
671 string l_line = replaceParams(arg, sess, sc_sess, event_params); in EXEC_ACTION_START() local
[all …]

1234