HomeSort by: relevance | last modified time | path
    Searched defs:fieldsep (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/db/
db.c 108 const char *infile, *fieldsep; local in function:main
116 fieldsep = " ";
162 fieldsep = optarg;
332 while (parseline(infp, fieldsep, &key, &val)) {
360 while (parseline(infp, fieldsep, &key, NULL)) {
db.c 108 const char *infile, *fieldsep; local in function:main
116 fieldsep = " ";
162 fieldsep = optarg;
332 while (parseline(infp, fieldsep, &key, &val)) {
360 while (parseline(infp, fieldsep, &key, NULL)) {
db.c 108 const char *infile, *fieldsep; local in function:main
116 fieldsep = " ";
162 fieldsep = optarg;
332 while (parseline(infp, fieldsep, &key, &val)) {
360 while (parseline(infp, fieldsep, &key, NULL)) {

Completed in 36 milliseconds