Searched refs:path_in (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/heimdal/lib/krb5/ |
| H A D | expand_path.c | 403 const char *path_in, in _krb5_expand_path_tokens() argument 410 if (path_in == NULL || *path_in == '\0') { in _krb5_expand_path_tokens() 417 for (path_left = path_in; path_left && *path_left; ) { in _krb5_expand_path_tokens()
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | expand_path.c | 430 k5_expand_path_tokens(krb5_context context, const char *path_in, in k5_expand_path_tokens() argument 433 return k5_expand_path_tokens_extra(context, path_in, path_out, NULL); in k5_expand_path_tokens() 452 k5_expand_path_tokens_extra(krb5_context context, const char *path_in, in k5_expand_path_tokens_extra() argument 491 path_left = path_in; in k5_expand_path_tokens_extra()
|
| H A D | os-proto.h | 223 const char *path_in, char **path_out); 225 const char *path_in,
|
| /src/contrib/libucl/src/ |
| H A D | ucl_util.c | 2938 ucl_object_lookup_path (const ucl_object_t *top, const char *path_in) { argument 2939 return ucl_object_lookup_path_char (top, path_in, '.'); 2944 ucl_object_lookup_path_char (const ucl_object_t *top, const char *path_in, const char sep) { argument 2950 if (path_in == NULL || top == NULL) { 2955 p = path_in;
|