HomeSort by: relevance | last modified time | path
    Searched refs:quote_ptr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
config.c 106 static char *strtok_quote(char *line, char *sep, char **quote_ptr, int *inquote);
2043 strtok_quote( char *line, char *sep, char **quote_ptr, int *iqp )
2049 *quote_ptr = NULL;
2084 *quote_ptr = next;
2181 char *quote_ptr; local
2187 token = strtok_quote(c->tline, " \t", &quote_ptr, &inquote);
2190 if(quote_ptr) *quote_ptr = ' ';
2193 if(quote_ptr) *quote_ptr = '\0'
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 103 char **quote_ptr,
3418 strtok_quote( char *line, char *sep, char **quote_ptr, int *iqp )
3424 *quote_ptr = NULL;
3458 *quote_ptr = next;
3546 char *quote_ptr; local
3552 token = strtok_quote( c->tline, " \t", &quote_ptr, &inquote );
3557 if ( quote_ptr ) *quote_ptr = ' ';
3560 if ( quote_ptr ) *quote_ptr = '\0'
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
completer.c 394 /* Apply character escaping to the filename in TEXT. QUOTE_PTR points to
405 gdb_completer_file_name_quote (char *text, int match_type, char *quote_ptr)
407 char *result = gdb_completer_file_name_quote_1 (text, *quote_ptr);
412 quote character matching *QUOTE_PTR. */
414 ? '/' : *quote_ptr);

Completed in 31 milliseconds