Home
last modified time | relevance | path

Searched refs:sLine (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c294 char sLine[OSM_DB_MAX_LINE_LEN]; in osm_db_restore() local
332 while ((fgets(sLine, OSM_DB_MAX_LINE_LEN, p_file) != NULL) || in osm_db_restore()
333 ((before_key == FALSE) && strcpy(sLine, "\n")) in osm_db_restore()
337 if ((sLine[0] != ' ') && (sLine[0] != '\t') in osm_db_restore()
338 && (sLine[0] != '\n')) { in osm_db_restore()
344 strtok_r(sLine, " \t\n", &p_last); in osm_db_restore()
349 line_num, sLine, in osm_db_restore()
358 line_num, sLine, in osm_db_restore()
377 } else if (sLine[0] != '\n') { in osm_db_restore()
380 line_num, sLine, in osm_db_restore()
[all …]
/freebsd/contrib/sqlite3/
H A Dshell.c943 } sLine; member
3496 if( p->u.sLine.azCol==0 ){ in qrfOneSimpleRow()
3497 p->u.sLine.azCol = sqlite3_malloc64( p->nCol*sizeof(char*) ); in qrfOneSimpleRow()
3498 if( p->u.sLine.azCol==0 ){ in qrfOneSimpleRow()
3502 p->u.sLine.mxColWth = 0; in qrfOneSimpleRow()
3507 p->u.sLine.azCol[i] = sqlite3_mprintf("%s", zCName); in qrfOneSimpleRow()
3509 (void)qrfTitleLimit(p->u.sLine.azCol[i], p->spec.nTitleLimit); in qrfOneSimpleRow()
3511 sz = (int)sqlite3_qrf_wcswidth(p->u.sLine.azCol[i]); in qrfOneSimpleRow()
3512 if( sz > p->u.sLine.mxColWth ) p->u.sLine.mxColWth = sz; in qrfOneSimpleRow()
3518 mxW = p->mxWidth - (nSep + p->u.sLine.mxColWth); in qrfOneSimpleRow()
[all …]