index 107 modules/ip/ip.c if( index(addr, ':') == NULL ) {
index 123 modules/ip/ip.c if ( (dot = index (addr, '.')) == NULL) {
index 242 modules/ip/ip.c if( (slash=index(prefstr, '/')) == NULL ) {
index 384 modules/ip/ip.c if( (dash=index(rangstr, '-')) == NULL ) {
index 88 modules/pm/protocol_mirror.c ptr=index(token, ' ');
index 91 modules/pm/protocol_mirror.c ptr=index(token, 13); /* search for ctrl-M - telnet loves this */
index 94 modules/pm/protocol_mirror.c ptr=index(token, '\n');
index 1012 modules/qi/query_instructions.c if( dot != NULL && (dot=index(dot,'.')) != NULL) {
index 377 modules/rp/rp_load.c ranlen = index(fulltext+5,'\n')-fulltext-5;
index 74 modules/ud/ud_core.c if ((delim=index(avalue, ' '))!=NULL) *delim='\0';
index 90 modules/ud/ud_core.c delim=index(buff, ' ');
index 102 modules/ud/ud_core.c delim=index(token, ' ');
index 417 modules/ud/ud_core.c if(index(name, ' ')) return(0);
index 80 modules/ud/ud_misc.c n = index(value, '#');
index 82 modules/ud/ud_misc.c if(n == NULL) n = index(value, '\n');
index 105 modules/ud/ud_misc.c colon = index(line, ':');
index 153 modules/ud/ud_misc.c colon = index(line, ':');
index 94 modules/ud/ud_process_stream.c n = index(attr_value, '#');
index 96 modules/ud/ud_process_stream.c if(n == NULL) n = index(attr_value, '\n');
index 2343 modules/up/UP_util.cc while(index(header, '\n') != NULL){
index 2345 modules/up/UP_util.cc temp[index(temp, '\n') - temp] = '\0';
index 2354 modules/up/UP_util.cc header = header + (index(header, '\n') - header + 1);
index 3145 modules/up/UP_util.cc if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */
index 3146 modules/up/UP_util.cc pos1 = index(temp, '<');
index 3147 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 143 utils/whoisRIP/whoisRIP.c while ((point=index(point, *pat)))