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           1279 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             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            162 modules/ud/ud_process_stream.c   n = index(attr->value, '#');
index            164 modules/ud/ud_process_stream.c   if(n == NULL) n = index(attr->value, '\n');
index            331 modules/ud/ud_process_stream.c      n = index(g_line_buff->str, '#');
index            333 modules/ud/ud_process_stream.c      if(n == NULL) n = index(g_line_buff->str, '\n');
index             85 modules/up/UP_extrnl_syntax.cc       if(index(temp,'#') != NULL){
index             86 modules/up/UP_extrnl_syntax.cc         temp[index(temp, '#') - temp] = '\0';
index            103 modules/up/UP_extrnl_syntax.cc       assert(index(str,' ') != NULL);
index            104 modules/up/UP_extrnl_syntax.cc       temp = (char *)malloc(strlen(str) - (index(str,' ') - str ));
index            105 modules/up/UP_extrnl_syntax.cc       temp = strncpy(temp, index(str,' ') + 1, strlen(str) - (index(str,' ') - str ) - 1);
index            105 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[strlen(str) - (index(str,' ') - str ) - 1] = '\0'; /* NULL terminate it */
index            128 modules/up/UP_extrnl_syntax.cc   if(index(str, '#')){
index            129 modules/up/UP_extrnl_syntax.cc     str[index(str, '#') - str - 1 ] = '\0';
index            148 modules/up/UP_extrnl_syntax.cc   if(index(str, ' ') != NULL){
index            214 modules/up/UP_extrnl_syntax.cc         if(index(attribute, '#')){/* cut off the EOL comments */
index            215 modules/up/UP_extrnl_syntax.cc           attribute[index(attribute, '#') - attribute - 1] = '\0';
index            574 modules/up/UP_extrnl_syntax.cc   if(index(attr, '#') != NULL){
index            575 modules/up/UP_extrnl_syntax.cc     attr[index(attr, '#') - attr ] = '\0';
index            681 modules/up/UP_extrnl_syntax.cc   while((pos = index(str, '\n')) != NULL){
index            686 modules/up/UP_extrnl_syntax.cc   if((pos = index(str, '#')) != NULL){
index            694 modules/up/UP_extrnl_syntax.cc   if(index(str, '-') != NULL){
index           2543 modules/up/UP_util.cc   while(index(header, '\n') != NULL){
index           2545 modules/up/UP_util.cc     temp[index(temp, '\n') - temp] = '\0';
index           2554 modules/up/UP_util.cc     header = header + (index(header, '\n') - header + 1);
index           3297 modules/up/UP_util.cc   if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */
index           3298 modules/up/UP_util.cc     pos1 = index(temp, '<');
index           3299 modules/up/UP_util.cc     pos2 = index(temp, '>');
index           3312 modules/up/UP_util.cc   while(   index(temp, '(') != NULL && index(temp, ')') != NULL
index           3312 modules/up/UP_util.cc   while(   index(temp, '(') != NULL && index(temp, ')') != NULL
index           3313 modules/up/UP_util.cc         && index(temp, '(') < index(temp, ')')){
index           3313 modules/up/UP_util.cc         && index(temp, '(') < index(temp, ')')){
index           3317 modules/up/UP_util.cc     pos = index(part1, '(');
index           3320 modules/up/UP_util.cc     part2 = strdup(index(temp, ')') + 1);
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 ) {
index            143 utils/whoisRIP/whoisRIP.c   while ((point=index(point, *pat)))