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

/freebsd-9.3-release/usr.sbin/services_mkdb/
H A Duniq.c113 char *cline; local
121 if ((cline = malloc(l + 1)) == NULL)
123 (void)memcpy(cline, p, l);
124 cline[l] = '\0';
125 if (*cline == '\0')
132 for (q = (unsigned char *)cline; l && *p; p++, l--) {
156 *compline = cline;
/freebsd-9.3-release/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-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c129 static path *palloc(char *cline, int lno) argument
140 s = strchr(cline, '#');
149 key = strdup(cline);
169 p->p_args = strdup(cline);
254 char cline[LINE_MAX]; local
266 while (fgets(cline, sizeof(cline), fp)) {
267 path *p = palloc(cline, nread+1);
/freebsd-9.3-release/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-9.3-release/contrib/less/
H A Dsearch.c746 char *cline; local
838 cline = (char *) ecalloc(1, cvt_len);
840 cvt_text(cline, line, chpos, &line_len, cvt_ops);
849 cline, line_len, &sp, &ep, 0, filter_info.search_type);
869 cline, line_len, &sp, &ep, 0, search_type);
883 hilite_line(linepos, cline, line_len, chpos, sp, ep, cvt_ops);
899 hilite_line(linepos, cline, line_len, chpos, sp, ep, cvt_ops);
902 free(cline);
910 free(cline);
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipscan_y.y84 dline: cline { resetlexer(); }
92 oline: cline
110 cline: tag ':' matchup '=' action { addtag($1, $3, NULL, &$5); } label
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dsym.h121 long cline; /* count of file's line symbols */ member in struct:fdr
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dread.c112 int cline, isrc, iline; local
143 cline = (int)strtol(cp, &eptr, 10);
145 cline = -1;
161 setfnid(cline, cp);
185 pos.p_line = (u_short)cline;
/freebsd-9.3-release/usr.sbin/syslogd/
H A Dsyslogd.c1541 char cline[LINE_MAX]; local
1623 while (fgets(cline, sizeof(cline), cf) != NULL) {
1629 for (p = cline; isspace(*p); ++p)
1672 for (p = cline + 1; *p != '\0'; p++) {
1683 for (i = strlen(cline) - 1; i >= 0 && isspace(cline[i]); i--)
1684 cline[i] = '\0';
1692 cfline(cline, f, prog, host);
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c4060 maxlines = 2 * fh->cline;
4142 if (lines->nitems < fh->cline)

Completed in 157 milliseconds