Searched refs:spath (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dlister.c341 char *path, *spath; local
354 spath = coll_statuspath(coll);
356 "Invalid filename \"%s\"", spath, sr->sr_file);
357 free(spath);
416 char *path, *spath; local
427 spath = coll_statuspath(coll);
429 "Invalid filename \"%s\"", spath, sr->sr_file);
430 free(spath);
470 char *path, *spath; local
480 spath
525 char *path, *spath; local
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dplugin.c450 heim_string_t spath; local
471 spath = heim_string_create(n);
472 if (spath == NULL) {
478 p = heim_dict_copy_value(module, spath);
485 p->path = heim_retain(spath);
487 heim_dict_add_value(module, spath, p);
490 heim_release(spath);
/freebsd-10.1-release/libexec/pppoed/
H A Dpppoed.c116 char *epath, *spath; local
230 spath = (char *)alloca(strlen(ngc->peerhook) + 3);
231 strcpy(spath, ".:");
232 strcpy(spath + 2, ngc->ourhook);
237 spath, provider);
239 fprintf(stderr, "Sending PPPOE_LISTEN to %s\n", spath);
242 if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN,
245 spath, strerror(errno));
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.file.c279 char *spath; local
283 spath = short2str(path);
285 if (lstat(spath, &statb) == 0) {
291 if (stat(spath, &statb) == 0 && /* follow it out */
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2884 char *spath = zpool_vdev_name(zhp->zpool_hdl, zhp, local
2886 boolean_t result = (strcmp(mpath, spath) == 0);
2888 free(spath);

Completed in 259 milliseconds