Searched refs:tline (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/usr.bin/sort/
H A Dfields.c256 u_char *tline; local
294 for (tline = line; *tline >= '0' &&
295 *tline <= '9' && tline < lineend; tline++)
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_write.c297 db_recno_t fline, tline, lcnt; local
307 tline = tm->lno;
332 if (tline != 0)
333 for (; fline <= tline; ++fline, ++lcnt) {
/netbsd-current/external/bsd/less/dist/
H A Dtags.c267 char tline[TAGLINE_SIZE]; local
283 while (fgets(tline, sizeof(tline), f) != NULL)
285 if (tline[0] == '!')
288 if (strncmp(tag, tline, taglen) != 0 || !WHITESP(tline[taglen]))
304 p = skipsp(tline+taglen);
/netbsd-current/external/gpl2/gmake/dist/tests/
H A Dtest_driver.pl559 local($tline);
599 $tline = $line;
600 if (substr ($tline, 0, 1) eq "\t")
602 substr ($tline, 0, 1) = $t;
604 print "$tline\n";
/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c201 * we leave some space at the end of the tline buffer to accommodate this.
230 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ variable
531 strlcpy(keyword, replacement, tline + sizeof(tline) - keyword);
557 fputs(tline, output);
597 if (fgets(tline, MAXLINE, input) == NULL)
601 cp = skipcomment(tline);
610 keyword = tline + (cp - tline);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c140 ch_free( c->tline );
141 c->tline = ch_malloc( decode_len+1 );
142 c->linelen = lutil_b64_pton( c->line, c->tline, decode_len );
145 ch_free( c->tline );
146 c->tline = NULL;
149 c->line = c->tline;
745 c->tline = ch_strdup(c->line);
746 next = c->tline;
776 c->tline = NULL;
781 ch_free( c->tline );
[all...]
H A Dslap-config.h154 char *tline; member in struct:config_args_s
H A Dsaslauthz.c1300 ch_free( ca.tline );
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dconflex.c319 if (cfile->lexline != cfile->tline)
322 cfile->lexline = cfile->tline;
387 cfile->tline = cfile->lexline;
393 if (cfile->lexline != cfile->tline)
401 cfile->lexline = cfile->tline;
402 cfile->tline = x;
H A Dkeama.h96 int tline; member in struct:parse
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c334 if (cfile -> lexline != cfile -> tline)
337 cfile -> lexline = cfile -> tline;
406 cfile -> tline = cfile -> lexline;
412 if (cfile -> lexline != cfile -> tline)
420 cfile -> lexline = cfile -> tline;
421 cfile -> tline = x;
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c2119 ch_free( c->tline );
2120 c->tline = ch_malloc( decode_len + 1 );
2121 c->linelen = lutil_b64_pton( c->line, c->tline, decode_len );
2123 ch_free( c->tline );
2124 c->tline = NULL;
2127 c->line = c->tline;
2468 c->tline = NULL;
2480 ch_free( c->tline );
2524 ch_free( c->tline );
3475 c->tline
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconfig.c1837 ch_free( ca.tline );
2671 ch_free( ca.tline );
2708 ch_free( ca.tline );
2777 ch_free( ca.tline );
2778 ca.tline = NULL;
2812 ch_free( ca.tline );
2813 ca.tline = NULL;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwm.c2168 ch_free( ca.tline );
2231 ch_free( ca.tline );
2333 ch_free( ca.tline );
2384 ch_free( ca.tline );
2477 ch_free( ca.tline );
2511 ch_free( ca.tline );
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h321 int tline; member in struct:parse

Completed in 185 milliseconds