Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c1616 int spcnt, i; local
1618 spcnt = strlen(argv[0]) + 1;
1621 spcnt += strlen(argv[i]+1);
1623 spcnt += k;
1625 if( spcnt<20 ){
1626 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1628 fprintf(err,"\n%*shere --^\n",spcnt-7,"");