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

/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c71 struct passwd *pstruct; local
114 pstruct = getpwnam(logname);
124 while ((pstruct = fgetpwent(pwf)) != NULL)
125 if (strcmp(pstruct->pw_name, logname) == 0)
131 if (pstruct == NULL) {
156 if( stat( pstruct->pw_dir, &statbuf ) ) {
162 if( check_perm( statbuf, pstruct->pw_uid, pstruct->pw_gid,
164 errmsg( M_NO_PERM, logname, pstruct->pw_dir );
168 if( rm_files(pstruct
[all...]
H A Dusermod.c148 struct passwd *pstruct; /* password struct for login */ local
338 pstruct = passwd_cpmalloc(pw);
388 if (uid != pstruct->pw_uid) {
414 } else uid = pstruct->pw_uid;
441 gid = pstruct->pw_gid;
444 if (gid != pstruct->pw_gid)
448 } else gid = pstruct->pw_gid;
467 if (strcmp(pstruct->pw_dir, dir) == 0) {
477 if (check_perm(statbuf, pstruct->pw_uid,
478 pstruct
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A DMakefile56 CLOBBERFILES = $(TARGS) pstruct
H A Dc2ph.PL61 # c2ph (aka pstruct)
64 # As pstruct, dump C structures as generated from 'cc -g -S' stabs.
72 c2ph, pstruct - Dump C structures as generated from C<cc -g -S> stabs
85 -n do not generate perl code (default when invoked as pstruct)
103 Once upon a time, I wrote a program called pstruct. It was a perl
181 You see, if you call pstruct by its other incybernation, c2ph, you have a code
427 -n do not generate perl code (default when invoked as pstruct)
617 &pstruct($name,$name,0);
840 sub pstruct {
953 &pstruct(
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584-extra.mf1510 hardlink path=usr/perl5/5.8.4/bin/pstruct target=c2ph

Completed in 118 milliseconds