Lines Matching defs:ptr
240 char *ptr;242 if( (ptr = strrchr( fpath, '/' )) != NULL ) {243 *ptr = '\0';248 *ptr = '/';262 char *ptr;264 if( (ptr = strrchr( fpath, '/' )) != NULL ) {265 *ptr = '\0';271 *ptr = '/';324 char *ptr;332 ptr = strchr( str, tok );333 if( ptr != NULL ) *ptr++ = '\0';334 str = ptr;