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            883 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            416 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             93 modules/ud/ud_process_stream.c   n = index(attr_value, '#');
index             95 modules/ud/ud_process_stream.c   if(n == NULL) n = index(attr_value, '\n');
index           2290 modules/up/UP_util.cc   while(index(header, '\n') != NULL){
index           2292 modules/up/UP_util.cc     temp[index(temp, '\n') - temp] = '\0';
index           2301 modules/up/UP_util.cc     header = header + (index(header, '\n') - header + 1);
index           3140 modules/up/UP_util.cc   if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */
index           3141 modules/up/UP_util.cc     pos1 = index(temp, '<');
index           3142 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)))