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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 76 of file str_instr.c.

Here is the caller graph for this function:

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

Definition at line 189 of file str_instr.c.

Here is the call graph for this function: