/src/sys/kern/ |
makesyscalls.sh | 506 function parseline() { function 1073 parseline() function 1107 parseline() function 1115 parseline(); function
|
makesyscalls.sh | 506 function parseline() { function 1073 parseline() function 1107 parseline() function 1115 parseline(); function
|
/src/usr.sbin/ldpd/ |
conffile.c | 111 static int parseline; variable in typeref:typename:int 138 for (parseline = 1; ; parseline++) { 162 return parseline; 235 parseline++;
|
conffile.c | 111 static int parseline; variable in typeref:typename:int 138 for (parseline = 1; ; parseline++) { 162 return parseline; 235 parseline++;
|
/src/usr.bin/db/ |
db.c | 80 static int parseline(FILE *, const char *, char **, char **); 332 while (parseline(infp, fieldsep, &key, &val)) { 360 while (parseline(infp, fieldsep, &key, NULL)) { 593 parseline(FILE *fp, const char *sep, char **kp, char **vp) function in typeref:typename:int
|
db.c | 80 static int parseline(FILE *, const char *, char **, char **); 332 while (parseline(infp, fieldsep, &key, &val)) { 360 while (parseline(infp, fieldsep, &key, NULL)) { 593 parseline(FILE *fp, const char *sep, char **kp, char **vp) function in typeref:typename:int
|