index 109 modules/ip/ip.c if( index(addr, ':') == NULL ) { index 125 modules/ip/ip.c if ( (dot = index (addr, '.')) == NULL) { index 249 modules/ip/ip.c if( (slash=index(prefstr, '/')) == NULL ) { index 451 modules/ip/ip.c if( (dash=index(rangstr, '-')) == NULL ) { index 97 modules/pm/protocol_mirror.c cursor=index(token, ' '); index 100 modules/pm/protocol_mirror.c cursor=index(token, 13); /* search for ctrl-M - telnet loves this */ index 103 modules/pm/protocol_mirror.c cursor=index(token, '\n'); index 1305 modules/qi/query_instructions.c if( dot != NULL && (dot=index(dot,'.')) != NULL) { index 367 modules/rp/rp_load.c ranlen = index(fulltext+5,'\n')-fulltext-5; 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 160 modules/ud/ud_process_stream.c n = index(attr->value, '#'); index 162 modules/ud/ud_process_stream.c if(n == NULL) n = index(attr->value, '\n'); index 333 modules/ud/ud_process_stream.c n = index(g_line_buff->str, '#'); index 335 modules/ud/ud_process_stream.c if(n == NULL) n = index(g_line_buff->str, '\n'); index 86 modules/up/UP_extrnl_syntax.cc if(index(temp,'#') != NULL){ index 87 modules/up/UP_extrnl_syntax.cc temp[index(temp, '#') - temp] = '\0'; index 104 modules/up/UP_extrnl_syntax.cc assert(index(str,' ') != NULL); index 105 modules/up/UP_extrnl_syntax.cc temp = (char *)malloc(strlen(str) - (index(str,' ') - str )); index 106 modules/up/UP_extrnl_syntax.cc temp = strncpy(temp, index(str,' ') + 1, strlen(str) - (index(str,' ') - str ) - 1); index 106 modules/up/UP_extrnl_syntax.cc temp = strncpy(temp, index(str,' ') + 1, strlen(str) - (index(str,' ') - str ) - 1); index 107 modules/up/UP_extrnl_syntax.cc temp[strlen(str) - (index(str,' ') - str ) - 1] = '\0'; /* NULL terminate it */ index 129 modules/up/UP_extrnl_syntax.cc if(index(str, '#')){ index 130 modules/up/UP_extrnl_syntax.cc str[index(str, '#') - str - 1 ] = '\0'; index 149 modules/up/UP_extrnl_syntax.cc if(index(str, ' ') != NULL){ index 215 modules/up/UP_extrnl_syntax.cc if(index(attribute, '#')){/* cut off the EOL comments */ index 216 modules/up/UP_extrnl_syntax.cc attribute[index(attribute, '#') - attribute - 1] = '\0'; index 575 modules/up/UP_extrnl_syntax.cc if(index(attr, '#') != NULL){ index 576 modules/up/UP_extrnl_syntax.cc attr[index(attr, '#') - attr ] = '\0'; index 682 modules/up/UP_extrnl_syntax.cc while((pos = index(str, '\n')) != NULL){ index 687 modules/up/UP_extrnl_syntax.cc if((pos = index(str, '#')) != NULL){ index 695 modules/up/UP_extrnl_syntax.cc if(index(str, '-') != NULL){ index 2673 modules/up/UP_util.cc while(index(header, '\n') != NULL){ index 2675 modules/up/UP_util.cc temp[index(temp, '\n') - temp] = '\0'; index 2684 modules/up/UP_util.cc header = header + (index(header, '\n') - header + 1); index 2973 modules/up/UP_util.cc if((pos = index(temp, '#')) != NULL){ /* delete the EOL comment */ index 3015 modules/up/UP_util.cc if((pos = index(temp->str, '#')) != NULL){ /* delete the EOL comment */ index 3439 modules/up/UP_util.cc if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */ index 3440 modules/up/UP_util.cc pos1 = index(temp, '<'); index 3441 modules/up/UP_util.cc pos2 = index(temp, '>'); index 3454 modules/up/UP_util.cc while( index(temp, '(') != NULL && index(temp, ')') != NULL index 3454 modules/up/UP_util.cc while( index(temp, '(') != NULL && index(temp, ')') != NULL index 3455 modules/up/UP_util.cc && index(temp, '(') < index(temp, ')')){ index 3455 modules/up/UP_util.cc && index(temp, '(') < index(temp, ')')){ index 3459 modules/up/UP_util.cc pos = index(part1, '('); index 3462 modules/up/UP_util.cc part2 = strdup(index(temp, ')') + 1); index 3730 modules/up/UP_util.cc if(index(arg ,'\n')){/* does it consist of multiple lines? */ index 3732 modules/up/UP_util.cc if(index(arg ,':') != NULL && (index(arg ,':') < index(arg ,'\n'))){ index 3732 modules/up/UP_util.cc if(index(arg ,':') != NULL && (index(arg ,':') < index(arg ,'\n'))){ index 3732 modules/up/UP_util.cc if(index(arg ,':') != NULL && (index(arg ,':') < index(arg ,'\n'))){ 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 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 ) {