| /src/usr.bin/sort/ |
| fields.c | 256 u_char *tline; local 294 for (tline = line; *tline >= '0' && 295 *tline <= '9' && tline < lineend; tline++)
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_write.c | 297 db_recno_t fline, tline, lcnt; local 307 tline = tm->lno; 332 if (tline != 0) 333 for (; fline <= tline; ++fline, ++lcnt) {
|
| /src/external/bsd/less/dist/ |
| tags.c | 267 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);
|
| /src/usr.bin/unifdef/ |
| unifdef.c | 201 * 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);
|
| /src/external/gpl2/gmake/dist/tests/ |
| test_driver.pl | 559 local($tline); 599 $tline = $line; 600 if (substr ($tline, 0, 1) eq "\t") 602 substr ($tline, 0, 1) = $t; 604 print "$tline\n";
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| config.c | 140 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; 746 c->tline = ch_strdup(c->line); 747 next = c->tline; 777 c->tline = NULL; 782 ch_free( c->tline ); [all...] |
| slap-config.h | 154 char *tline; member in struct:config_args_s
|
| saslauthz.c | 1300 ch_free( ca.tline );
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| config.c | 2283 ch_free( c->tline ); 2284 c->tline = ch_malloc( decode_len + 1 ); 2285 c->linelen = lutil_b64_pton( c->line, c->tline, decode_len ); 2287 ch_free( c->tline ); 2288 c->tline = NULL; 2291 c->line = c->tline; 2633 c->tline = NULL; 2645 ch_free( c->tline ); 2689 ch_free( c->tline ); 3550 c->tline = ch_strdup( c->line ) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| config.c | 1829 ch_free( ca.tline ); 2673 ch_free( ca.tline ); 2709 ch_free( ca.tline ); 2780 ch_free( ca.tline ); 2781 ca.tline = NULL; 2815 ch_free( ca.tline ); 2816 ca.tline = NULL;
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| rwm.c | 2213 ch_free( ca.tline ); 2276 ch_free( ca.tline ); 2378 ch_free( ca.tline ); 2429 ch_free( ca.tline ); 2522 ch_free( ca.tline ); 2556 ch_free( ca.tline );
|