<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>strcspn</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2804.html#L137'>strcspn</a> 137 src/monitor.c int i = strcspn(p, " ");</span> <span class='curline'><a href='../S/2804.html#L164'>strcspn</a> 164 src/monitor.c i = strcspn(p, " \t\n");</span> <span class='curline'><a href='../S/2804.html#L172'>strcspn</a> 172 src/monitor.c if(strcspn(p, "\n") > 0) {</span> <span class='curline'><a href='../S/2820.html#L71'>strcspn</a> 71 src/token.c i += strcspn(p + i, ", ");</span> <span class='curline'><a href='../S/2820.html#L120'>strcspn</a> 120 src/token.c if((i = strcspn(p, " \t")) == 0) {</span> <span class='curline'><a href='../S/2820.html#L147'>strcspn</a> 147 src/token.c i = strcspn(p, " \t");</span> </pre> </body> </html>