| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| plugin.c | 329 heim_string_t spath; local 370 spath = heim_string_create(n); 371 if (spath == NULL) { 377 p = heim_dict_copy_value(module, spath); 384 p->path = heim_retain(spath); 386 heim_dict_set_value(module, spath, p); 390 heim_release(spath);
|
| /src/external/bsd/blocklist/bin/ |
| blocklistd.c | 430 const char *spath, **blsock; local 435 spath = NULL; 460 spath = optarg; 531 if (spath) { 532 FILE *fp = fopen(spath, "r"); 535 err(EXIT_FAILURE, "Can't open `%s'", spath);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeFile.cc | 444 char *spath = searchPath->fetch (i); local 446 if (streq (spath, "$") || streq (spath, NTXT ("$expts"))) 467 DbeFile *df = dbeSession->getDbeFile (spath, DbeFile::F_DIR_OR_JAR); 483 if (find_package_name (filename, spath))
|
| DbeSession.cc | 2665 char *spath = tokens->get (j); local 2671 if (streq (nm, spath)) 2679 pathes->append (spath); 2683 free (spath);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeFile.cc | 444 char *spath = searchPath->fetch (i); local 446 if (streq (spath, "$") || streq (spath, NTXT ("$expts"))) 467 DbeFile *df = dbeSession->getDbeFile (spath, DbeFile::F_DIR_OR_JAR); 483 if (find_package_name (filename, spath))
|
| DbeSession.cc | 2665 char *spath = tokens->get (j); local 2671 if (streq (nm, spath)) 2679 pathes->append (spath); 2683 free (spath);
|
| /src/external/gpl3/gcc/dist/contrib/header-tools/ |
| reduce-headers | 253 spath = search_path 255 spath.append (os.path.dirname (src_file)) 390 iinfo = get_header_info (inc_file, spath)
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| reduce-headers | 254 spath = search_path 256 spath.append (os.path.dirname (src_file)) 391 iinfo = get_header_info (inc_file, spath)
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_pool.c | 2854 char *spath = zpool_vdev_name(zhp->zpool_hdl, zhp, local 2856 boolean_t result = (strcmp(mpath, spath) == 0); 2858 free(spath);
|