index 108 modules/ip/ip.c if( index(addr, ':') == NULL ) { index 124 modules/ip/ip.c if ( (dot = index (addr, '.')) == NULL) { index 248 modules/ip/ip.c if( (slash=index(prefstr, '/')) == NULL ) { index 450 modules/ip/ip.c if( (dash=index(rangstr, '-')) == NULL ) { index 113 modules/pm/protocol_mirror.c cursor=index(token, ' '); index 116 modules/pm/protocol_mirror.c cursor=index(token, 13); /* search for ctrl-M - telnet loves this */ index 119 modules/pm/protocol_mirror.c cursor=index(token, '\n'); index 1183 modules/qi/query_instructions.c if( dot != NULL && (dot=index(dot,'.')) != NULL) { index 376 modules/rp/rp_load.c ranlen = index(fulltext+5,'\n')-fulltext-5; index 79 modules/ud/ud_core.c if ((delim=index(avalue, ' '))!=NULL) *delim='\0'; index 95 modules/ud/ud_core.c delim=index(buff, ' '); index 107 modules/ud/ud_core.c delim=index(token, ' '); index 481 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 114 modules/ud/ud_process_stream.c n = index(attr_value, '#'); index 116 modules/ud/ud_process_stream.c if(n == NULL) n = index(attr_value, '\n'); index 61 modules/up/UP_extrnl_syntax.cc if(index(temp,'#') != NULL){ index 62 modules/up/UP_extrnl_syntax.cc temp[index(temp, '#') - temp] = '\0'; index 79 modules/up/UP_extrnl_syntax.cc assert(index(str,' ') != NULL); index 80 modules/up/UP_extrnl_syntax.cc temp = (char *)malloc(strlen(str) - (index(str,' ') - str )); index 81 modules/up/UP_extrnl_syntax.cc temp = strncpy(temp, index(str,' ') + 1, strlen(str) - (index(str,' ') - str ) - 1); index 81 modules/up/UP_extrnl_syntax.cc temp = strncpy(temp, index(str,' ') + 1, strlen(str) - (index(str,' ') - str ) - 1); index 82 modules/up/UP_extrnl_syntax.cc temp[strlen(str) - (index(str,' ') - str ) - 1] = '\0'; /* NULL terminate it */ index 106 modules/up/UP_extrnl_syntax.cc if(index(str, '#')){ index 107 modules/up/UP_extrnl_syntax.cc str[index(str, '#') - str - 1 ] = '\0'; index 126 modules/up/UP_extrnl_syntax.cc if(index(str, ' ') != NULL){ index 197 modules/up/UP_extrnl_syntax.cc if(index(attribute, '#')){/* cut off the EOL comments */ index 198 modules/up/UP_extrnl_syntax.cc attribute[index(attribute, '#') - attribute - 1] = '\0'; index 358 modules/up/UP_extrnl_syntax.cc if(index(attr, '#') != NULL){ index 359 modules/up/UP_extrnl_syntax.cc attr[index(attr, '#') - attr ] = '\0'; index 2367 modules/up/UP_util.cc while(index(header, '\n') != NULL){ index 2369 modules/up/UP_util.cc temp[index(temp, '\n') - temp] = '\0'; index 2378 modules/up/UP_util.cc header = header + (index(header, '\n') - header + 1); index 2910 modules/up/UP_util.cc if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */ index 2911 modules/up/UP_util.cc pos1 = index(temp, '<'); index 2912 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 ) { index 143 utils/whoisRIP/whoisRIP.c while ((point=index(point, *pat)))