FreeBASIC  0.91.0
str_instrrev.c File Reference
#include "fb.h"
Include dependency graph for str_instrrev.c:

Go to the source code of this file.

Functions

static ssize_t fb_hFindNaive (ssize_t start, const char *pachText, ssize_t len_text, const char *pachPattern, ssize_t len_pattern)
 
FBCALL ssize_t fb_StrInstrRev (FBSTRING *src, FBSTRING *patt, ssize_t start)
 

Function Documentation

static ssize_t fb_hFindNaive ( ssize_t  start,
const char *  pachText,
ssize_t  len_text,
const char *  pachPattern,
ssize_t  len_pattern 
)
static

Definition at line 80 of file str_instrrev.c.

Here is the caller graph for this function:

FBCALL ssize_t fb_StrInstrRev ( FBSTRING src,
FBSTRING patt,
ssize_t  start 
)

Definition at line 104 of file str_instrrev.c.

Here is the call graph for this function: