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 1278 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 77 modules/ud/ud_core.c if ((delim=index(avalue, ' '))!=NULL) *delim='\0'; index 93 modules/ud/ud_core.c delim=index(buff, ' '); index 105 modules/ud/ud_core.c delim=index(token, ' '); index 479 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 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 329 modules/ud/ud_process_stream.c n = index(g_line_buff->str, '#'); index 331 modules/ud/ud_process_stream.c if(n == NULL) n = index(g_line_buff->str, '\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 104 modules/up/UP_extrnl_syntax.cc if(index(str, '#')){ index 105 modules/up/UP_extrnl_syntax.cc str[index(str, '#') - str - 1 ] = '\0'; index 124 modules/up/UP_extrnl_syntax.cc if(index(str, ' ') != NULL){ index 190 modules/up/UP_extrnl_syntax.cc if(index(attribute, '#')){/* cut off the EOL comments */ index 191 modules/up/UP_extrnl_syntax.cc attribute[index(attribute, '#') - attribute - 1] = '\0'; index 339 modules/up/UP_extrnl_syntax.cc if(index(attr, '#') != NULL){ index 340 modules/up/UP_extrnl_syntax.cc attr[index(attr, '#') - attr ] = '\0'; index 2371 modules/up/UP_util.cc while(index(header, '\n') != NULL){ index 2373 modules/up/UP_util.cc temp[index(temp, '\n') - temp] = '\0'; index 2382 modules/up/UP_util.cc header = header + (index(header, '\n') - header + 1); index 3030 modules/up/UP_util.cc if(index(temp, '<')){/* then the line is something like '"John White" <john@inter.net>' */ index 3031 modules/up/UP_util.cc pos1 = index(temp, '<'); index 3032 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 143 utils/whoisRIP/whoisRIP.c while ((point=index(point, *pat)))