index 131 bin/create/create.c colon = index(line, ':');
index 148 bin/create/create.c n = index(attr->value, '\n');
index 178 bin/create/create.c colon = index(line, ':');
index 89 modules/ip/ip.c if( index(addr, ':') == NULL ) {
index 105 modules/ip/ip.c if ( (dot = index (addr, '.')) == NULL) {
index 224 modules/ip/ip.c if( (slash=index(prefstr, '/')) == NULL ) {
index 353 modules/ip/ip.c if( (dash=index(rangstr, '-')) == NULL ) {
index 714 modules/qi/query_instructions.c while( !stop_loop && (dot=index(dot,'.')) != NULL ) {
index 314 modules/rp/rp_load.c ranlen = index(fulltext+5,'\n')-fulltext-5;
index 125 modules/ud/ud_core.c if ((delim=index(avalue, ' '))!=NULL) *delim='\0';
index 141 modules/ud/ud_core.c delim=index(buff, ' ');
index 153 modules/ud/ud_core.c delim=index(token, ' ');
index 62 modules/ud/ud_misc.c n = index(attr->value, '\n');
index 79 modules/ud/ud_misc.c colon = index(line, ':');
index 122 modules/ud/ud_misc.c colon = index(line, ':');
index 2098 modules/up/UP_util.cc while(index(header, '\n') != NULL){
index 2100 modules/up/UP_util.cc temp[index(temp, '\n') - temp] = '\0';
index 2109 modules/up/UP_util.cc header = header + (index(header, '\n') - header + 1);
index 2826 modules/up/UP_util.cc if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */
index 2827 modules/up/UP_util.cc pos1 = index(temp, '<');
index 2828 modules/up/UP_util.cc pos2 = index(temp, '>');
index 209 modules/up/src/gnug++/String.h int index(char c, int startpos = 0) const;
index 210 modules/up/src/gnug++/String.h int index(const String& y, int startpos = 0) const;
index 211 modules/up/src/gnug++/String.h int index(const SubString& y, int startpos = 0) const;
index 212 modules/up/src/gnug++/String.h int index(const char* t, int startpos = 0) const;
index 213 modules/up/src/gnug++/String.h int index(const Regex& r, int startpos = 0) const;
index 74 modules/up/src/util/trace.cc int i = index(tracename);
index 80 modules/up/src/util/trace.cc int i = index(tracename);
index 86 modules/up/src/util/trace.cc int i = index(tracename);
index 159 tests/rx/test_rx.c if( (chp = index(buf,'\n')) == NULL ) { //EOF
index 260 tests/rx/test_rx.c if( (key=index(buf, ' ')) == NULL ) {