Searched refs:cline (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/usr.sbin/services_mkdb/
H A Duniq.c114 char *cline; local
122 if ((cline = malloc(l + 1)) == NULL)
124 (void)memcpy(cline, p, l);
125 cline[l] = '\0';
126 if (*cline == '\0')
133 for (q = (unsigned char *)cline; l && *p; p++, l--) {
157 *compline = cline;
/freebsd-11-stable/usr.bin/patch/tests/
H A DMakefile7 ${PACKAGE}FILES+= PR74127-cline.diff
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_lineedit.c169 const char * cline; local
188 cline = el_gets(ntp_el, pcount);
190 if (NULL != cline) {
191 history(ntp_hist, &hev, H_ENTER, cline);
192 line = estrdup(cline);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex159 \multicolumn{1}{r}{\textbf{Offset}}& \multicolumn{1}{c}{\textbf{Contents}} \\\cline{2-2}
160 \texttt{0x00} & \texttt{0xd00dfeed} & magic number \\\cline{2-2}
161 \texttt{0x04} & \emph{totalsize} \\\cline{2-2}
162 \texttt{0x08} & \emph{off\_struct} & \\\cline{2-2}
163 \texttt{0x0C} & \emph{off\_strs} & \\\cline{2-2}
164 \texttt{0x10} & \emph{off\_rsvmap} & \\\cline{2-2}
165 \texttt{0x14} & \emph{version} \\\cline{2-2}
166 \texttt{0x18} & \emph{last\_comp\_ver} & \\\cline{2-2}
167 \texttt{0x1C} & \emph{boot\_cpu\_id} & \tge v2 only\\\cline{2-2}
168 \texttt{0x20} & \emph{size\_strs} & \tge v3 only\\\cline{
[all...]
/freebsd-11-stable/contrib/less/
H A Dsearch.c1171 matches_filters(pos, cline, line_len, chpos, linepos, sp, ep)
1173 char *cline;
1185 cline, line_len, sp, ep, 0, filter->search_type);
1192 free(cline);
1261 char *cline; local
1391 cline = (char *) ecalloc(1, cvt_len);
1393 cvt_text(cline, line, chpos, &line_len, cvt_ops);
1403 if (matches_filters(pos, cline, line_len, chpos, linepos, &sp, &ep))
1416 cline, line_len, &sp, &ep, 0, search_type);
1430 hilite_line(linepos, cline, line_le
[all...]
H A Dtags.c475 char *cline = (char *) ecalloc(1, cvt_len); local
476 cvt_text(cline, line, chpos, &line_len, cvt_ops);
477 if (curtag_match(cline, linepos))
480 free(cline);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y85 dline: cline { resetlexer(); }
93 oline: cline
111 cline: tag ':' matchup '=' action { addtag($1, $3, NULL, &$5); } label
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsym.h121 long cline; /* count of file's line symbols */ member in struct:fdr
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c113 int cline, isrc, iline; local
144 cline = (int)strtol(cp, &eptr, 10);
146 cline = -1;
162 setfnid(cline, cp);
186 pos.p_line = (u_short)cline;
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2326 char cline[LINE_MAX]; local
2342 while (fgets(cline, sizeof(cline), cf) != NULL) {
2348 for (p = cline; isspace(*p); ++p)
2438 for (p = cline + 1; *p != '\0'; p++) {
2449 for (i = strlen(cline) - 1; i >= 0 && isspace(cline[i]); i--)
2450 cline[i] = '\0';
2451 f = cfline(cline, prog, host, pfilter);
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c169 char cline[BUFSIZ]; local
184 if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) {
189 switch (tolower((unsigned char)*cline)) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoffswap.h198 intern->cline = H_GET_32 (abfd, ext->f_cline);
264 H_PUT_32 (abfd, intern->cline, ext->f_cline);
H A Decofflink.c921 output_symhdr->ilineMax += fdr.cline;
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c1159 (ulong) fdp->cline,
1291 if (want_line && fdp->cline != 0)
H A Dmips-tfile.c4558 cur_file_ptr->fdr.cline = fd_ptr->cline;
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c968 0, /* cline: count of file's line symbols */
3781 file->fdr.cline = totcount + count;
3794 = last_file->fdr.ilineBase + last_file->fdr.cline;
3905 file->fdr.cline = totcount;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c4060 maxlines = 2 * fh->cline;
4142 if (lines->nitems < fh->cline)

Completed in 348 milliseconds