Home
last modified time | relevance | path

Searched refs:quote_ptr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c106 static char *strtok_quote(char *line, char *sep, char **quote_ptr, int *inquote);
2291 strtok_quote( char *line, char *sep, char **quote_ptr, int *iqp ) in strtok_quote() argument
2297 *quote_ptr = NULL; in strtok_quote()
2332 *quote_ptr = next; in strtok_quote()
2429 char *quote_ptr; in config_fp_parse_line() local
2435 token = strtok_quote(c->tline, " \t", &quote_ptr, &inquote); in config_fp_parse_line()
2438 if(quote_ptr) *quote_ptr = ' '; in config_fp_parse_line()
2441 if(quote_ptr) *quote_ptr = '\0'; in config_fp_parse_line()
2443 for(;; token = strtok_quote(NULL, " \t", &quote_ptr, &inquote)) { in config_fp_parse_line()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c106 char **quote_ptr,
3343 strtok_quote( char *line, char *sep, char **quote_ptr, int *iqp ) in strtok_quote() argument
3349 *quote_ptr = NULL; in strtok_quote()
3383 *quote_ptr = next; in strtok_quote()
3471 char *quote_ptr; in lload_config_fp_parse_line() local
3477 token = strtok_quote( c->tline, " \t", &quote_ptr, &inquote ); in lload_config_fp_parse_line()
3482 if ( quote_ptr ) *quote_ptr = ' '; in lload_config_fp_parse_line()
3485 if ( quote_ptr ) *quote_ptr = '\0'; in lload_config_fp_parse_line()
3487 for ( ;; token = strtok_quote( NULL, " \t", &quote_ptr, &inquote ) ) { in lload_config_fp_parse_line()