Home
last modified time | relevance | path

Searched refs:supplied (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/titanic_44/usr/src/cmd/cdrw/
H A Ddevice.c449 lookup_device(char *supplied, char *found) in lookup_device() argument
456 if ((stat(supplied, &statbuf) == 0) && S_ISCHR(statbuf.st_mode) && in lookup_device()
457 ((fd = open(supplied, O_RDONLY|O_NDELAY)) >= 0)) { in lookup_device()
459 (void) strlcpy(found, supplied, PATH_MAX); in lookup_device()
469 if (fd < 0 && ((strncmp(supplied, "/dev/rdsk/", 10) == 0) || in lookup_device()
470 (strncmp(supplied, "/dev/removable-media/rdsk/", 26) == 0))) in lookup_device()
473 if ((strncmp(supplied, "/dev/dsk/", 9) == 0) || in lookup_device()
474 (strncmp(supplied, "/dev/removable-media/dsk/", 25) == 0)) { in lookup_device()
476 (char *)strrchr(supplied, '/')); in lookup_device()
480 (void) strlcpy(found, supplied, PATH_MAX); in lookup_device()
[all …]
H A Ddevice.h74 int lookup_device(char *supplied, char *found);
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_time.c209 supplied; in __rpc_get_time_offset() local
306 supplied.proto = *netid; in __rpc_get_time_offset()
308 if (strcmp("udp", supplied.proto) && in __rpc_get_time_offset()
309 strcmp("udp6", supplied.proto) && in __rpc_get_time_offset()
310 strcmp("tcp", supplied.proto) && in __rpc_get_time_offset()
311 strcmp("tcp6", supplied.proto)) { in __rpc_get_time_offset()
318 supplied.proto = (strchr(*uaddr, ':') != 0) ? in __rpc_get_time_offset()
322 supplied.uaddr = *uaddr; in __rpc_get_time_offset()
323 supplied.family = (strchr(*uaddr, ':') != 0) ? in __rpc_get_time_offset()
325 epcand[0] = &supplied; in __rpc_get_time_offset()
/titanic_44/usr/src/cmd/rmformat/
H A Drmf_misc.c92 static int vol_lookup(char *supplied, char *found);
95 static int lookup_device(char *supplied, char *found);
1426 lookup_device(char *supplied, char *found) in lookup_device() argument
1436 if ((stat(supplied, &statbuf) == 0) && S_ISCHR(statbuf.st_mode) && in lookup_device()
1437 ((fd = open(supplied, O_RDONLY|O_NDELAY)) >= 0)) { in lookup_device()
1439 (void) strlcpy(found, supplied, PATH_MAX); in lookup_device()
1448 if (strncmp(supplied, "/dev/rdsk/", 10) == 0) in lookup_device()
1449 return (vol_lookup(supplied, found)); in lookup_device()
1450 if (strncmp(supplied, "/dev/dsk/", 9) == 0) { in lookup_device()
1452 (char *)strrchr(supplied, '/')); in lookup_device()
[all …]
/titanic_44/usr/src/prototypes/
H A Dprototype.Makefile2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libsaveargs/common/
H A Dllib-lsaveargs2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man7p.inc2 # This file and its contents are supplied under the terms of the
H A DSUNWcs.man7fs.inc2 # This file and its contents are supplied under the terms of the
H A Dsystem-library.man4.inc2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libtermcap/common/
H A Dllib-ltermcap2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libsff/common/
H A Dllib-lsff2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libcustr/common/
H A Dllib-lcustr2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
H A Dmapfile-vers2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A Dmapfile-vers2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dllib-lfksmbsrv2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dassert_h.cfg2 # This file and its contents are supplied under the terms of the
H A Dstdnoreturn_h.cfg2 # This file and its contents are supplied under the terms of the
H A Dstrings_h.cfg2 # This file and its contents are supplied under the terms of the
H A Dsys_timeb_h.cfg2 # This file and its contents are supplied under the terms of the
H A Dstddef_h.cfg2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libmvec/i386_hwcap1/
H A Dmapfile2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libfakekernel/common/
H A Dllib-lfakekernel2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/
H A Dmapfile-vers2 # This file and its contents are supplied under the terms of the
/titanic_44/usr/src/lib/libipd/common/
H A Dllib-lipd2 * This file and its contents are supplied under the terms of the
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A Dmapfile-vers2 # This file and its contents are supplied under the terms of the

12345678910>>...15