Home
last modified time | relevance | path

Searched refs:spath (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c329 heim_string_t spath; in _krb5_load_plugins() local
370 spath = heim_string_create(n); in _krb5_load_plugins()
371 if (spath == NULL) { in _krb5_load_plugins()
377 p = heim_dict_copy_value(module, spath); in _krb5_load_plugins()
384 p->path = heim_retain(spath); in _krb5_load_plugins()
386 heim_dict_set_value(module, spath, p); in _krb5_load_plugins()
390 heim_release(spath); in _krb5_load_plugins()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.cc444 char *spath = searchPath->fetch (i); in find_in_setpath() local
446 if (streq (spath, "$") || streq (spath, NTXT ("$expts"))) in find_in_setpath()
467 DbeFile *df = dbeSession->getDbeFile (spath, DbeFile::F_DIR_OR_JAR); in find_in_setpath()
483 if (find_package_name (filename, spath)) in find_in_setpath()
H A DDbeSession.cc2655 char *spath = tokens->get (j); in add_path() local
2661 if (streq (nm, spath)) in add_path()
2669 pathes->append (spath); in add_path()
2673 free (spath); in add_path()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.cc444 char *spath = searchPath->fetch (i); in find_in_setpath() local
446 if (streq (spath, "$") || streq (spath, NTXT ("$expts"))) in find_in_setpath()
467 DbeFile *df = dbeSession->getDbeFile (spath, DbeFile::F_DIR_OR_JAR); in find_in_setpath()
483 if (find_package_name (filename, spath)) in find_in_setpath()
H A DDbeSession.cc2655 char *spath = tokens->get (j); in add_path() local
2661 if (streq (nm, spath)) in add_path()
2669 pathes->append (spath); in add_path()
2673 free (spath); in add_path()
H A DDbeSession.cc.12649 char *spath = tokens->get (j);
2655 if (streq (nm, spath))
2663 pathes->append (spath);
2667 free (spath);
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreduce-headers254 spath = search_path
256 spath.append (os.path.dirname (src_file))
391 iinfo = get_header_info (inc_file, spath)
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreduce-headers254 spath = search_path
256 spath.append (os.path.dirname (src_file))
391 iinfo = get_header_info (inc_file, spath)
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c2854 char *spath = zpool_vdev_name(zhp->zpool_hdl, zhp, local
2856 boolean_t result = (strcmp(mpath, spath) == 0);
2858 free(spath);