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 371 modules/ip/ip.c if( (dash=index(rangstr, '-')) == NULL ) { index 88 modules/pm/protocol_mirror.c ptr=index(token, ' '); index 867 modules/qi/query_instructions.c while( !stop_loop && (dot=index(dot,'.')) != NULL ) { index 377 modules/rp/rp_load.c ranlen = index(fulltext+5,'\n')-fulltext-5; index 73 modules/ud/ud_core.c if ((delim=index(avalue, ' '))!=NULL) *delim='\0'; index 89 modules/ud/ud_core.c delim=index(buff, ' '); index 101 modules/ud/ud_core.c delim=index(token, ' '); index 414 modules/ud/ud_core.c if(index(name, ' ')) return(0); index 78 modules/ud/ud_misc.c n = index(value, '#'); index 80 modules/ud/ud_misc.c if(n == NULL) n = index(value, '\n'); index 103 modules/ud/ud_misc.c colon = index(line, ':'); index 151 modules/ud/ud_misc.c colon = index(line, ':'); index 79 modules/ud/ud_process_stream.c n = index(attr_value, '#'); index 81 modules/ud/ud_process_stream.c if(n == NULL) n = index(attr_value, '\n'); index 2283 modules/up/UP_util.cc while(index(header, '\n') != NULL){ index 2285 modules/up/UP_util.cc temp[index(temp, '\n') - temp] = '\0'; index 2294 modules/up/UP_util.cc header = header + (index(header, '\n') - header + 1); index 3025 modules/up/UP_util.cc if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */ index 3026 modules/up/UP_util.cc pos1 = index(temp, '<'); index 3027 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);