dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Macros | Functions
strstr.c File Reference
#include <config.h>
#include <string.h>
#include <stdbool.h>
#include "str-two-way.h"
Include dependency graph for strstr.c:

Macros

#define RETURN_TYPE   char *
 
#define AVAILABLE(h, h_l, j, n_l)
 

Functions

char * strstr (const char *haystack_start, const char *needle_start)
 

Macro Definition Documentation

◆ AVAILABLE

#define AVAILABLE (   h,
  h_l,
  j,
  n_l 
)
Value:
(!memchr ((h) + (h_l), '\0', (j) + (n_l) - (h_l)) \
&& ((h_l) = (j) + (n_l)))

Referenced by two_way_long_needle(), and two_way_short_needle().

◆ RETURN_TYPE

#define RETURN_TYPE   char *

Function Documentation

◆ strstr()

char* strstr ( const char *  haystack_start,
const char *  needle_start 
)

Referenced by is_interesting_config_clause(), and process().

Here is the call graph for this function: