FreeRDP
strlst.c File Reference
#include <winpr/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/strlst.h>
#include <winpr/string.h>

Functions

void string_list_free (char **string_list)
 
int string_list_length (const char *const *string_list)
 
char ** string_list_copy (const char *const *string_list)
 
void string_list_print (FILE *out, const char *const *string_list)
 

Function Documentation

◆ string_list_copy()

char** string_list_copy ( const char *const *  string_list)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ string_list_free()

void string_list_free ( char **  string_list)

String list Manipulation (UTILS)

Copyright 2018 Pascal Bourguignon pjb@i.nosp@m.nfor.nosp@m.matim.nosp@m.ago..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the call graph for this function:

◆ string_list_length()

int string_list_length ( const char *const *  string_list)
Here is the caller graph for this function:

◆ string_list_print()

void string_list_print ( FILE *  out,
const char *const *  string_list 
)
Here is the caller graph for this function: