/src/usr.bin/sort/ |
fields.c | 256 u_char *tline; local in function:number 294 for (tline = line; *tline >= '0' && 295 *tline <= '9' && tline < lineend; tline++)
|
fields.c | 256 u_char *tline; local in function:number 294 for (tline = line; *tline >= '0' && 295 *tline <= '9' && tline < lineend; tline++)
|
/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 in typeref:typename:char[] 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);
|
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 in typeref:typename:char[] 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);
|