Searched refs:pwd (Results 476 - 500 of 882) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/vtysh/
H A Dvtysh_user.c25 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/bin/ad/
H A Dad_ls.c30 #include <pwd.h>
165 struct passwd *pwd = getpwuid(statp->st_uid); local
167 if (pwd == NULL)
170 printf(" %-8s", pwd->pw_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/uams/
H A Duams_guest.c14 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/floppy/
H A Dcreate_floppy_devices.c24 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/bin/ad/
H A Dad_ls.c30 #include <pwd.h>
165 struct passwd *pwd = getpwuid(statp->st_uid); local
167 if (pwd == NULL)
170 printf(" %-8s", pwd->pw_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/uams/
H A Duams_guest.c14 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/floppy/
H A Dcreate_floppy_devices.c24 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/vtysh/
H A Dvtysh_user.c25 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Drend-howl.c28 #include <pwd.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dpam_winbind.c611 * @param already_expired boolean, is the pwd already expired?
1034 struct passwd *pwd = NULL; local
1036 pwd = getpwnam(user);
1037 if (pwd == NULL) {
1040 request.data.auth.uid = pwd->pw_uid;
1193 /* TODO: tell the min pwd length ? */
1256 struct passwd *pwd = NULL; local
1264 pwd = getpwnam(user);
1265 if (pwd == NULL) {
1841 struct passwd *pwd local
1914 struct passwd *pwd = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dpam_winbind.c611 * @param already_expired boolean, is the pwd already expired?
1034 struct passwd *pwd = NULL; local
1036 pwd = getpwnam(user);
1037 if (pwd == NULL) {
1040 request.data.auth.uid = pwd->pw_uid;
1193 /* TODO: tell the min pwd length ? */
1256 struct passwd *pwd = NULL; local
1264 pwd = getpwnam(user);
1265 if (pwd == NULL) {
1841 struct passwd *pwd local
1914 struct passwd *pwd = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dacls.c25 #include <pwd.h>
215 struct passwd *pwd = NULL; local
231 EC_NULL_LOG(pwd = getpwuid(aces->a_who));
232 LOG(log_debug, logtype_afpd, "uid: %d -> name: %s", aces->a_who, pwd->pw_name);
233 EC_ZERO_LOG(getuuidfromname(pwd->pw_name,
295 struct passwd *pwd; local
306 EC_NULL_LOG(pwd = getpwnam(name));
307 nfsv4_aces->a_who = pwd->pw_uid;
801 struct passwd *pwd; local
826 EC_NULL_LOG(pwd
883 struct passwd *pwd = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dacls.c25 #include <pwd.h>
215 struct passwd *pwd = NULL; local
231 EC_NULL_LOG(pwd = getpwuid(aces->a_who));
232 LOG(log_debug, logtype_afpd, "uid: %d -> name: %s", aces->a_who, pwd->pw_name);
233 EC_ZERO_LOG(getuuidfromname(pwd->pw_name,
295 struct passwd *pwd; local
306 EC_NULL_LOG(pwd = getpwnam(name));
307 nfsv4_aces->a_who = pwd->pw_uid;
801 struct passwd *pwd; local
826 EC_NULL_LOG(pwd
883 struct passwd *pwd = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dpam_winbind.c611 * @param already_expired boolean, is the pwd already expired?
1034 struct passwd *pwd = NULL; local
1036 pwd = getpwnam(user);
1037 if (pwd == NULL) {
1040 request.data.auth.uid = pwd->pw_uid;
1193 /* TODO: tell the min pwd length ? */
1256 struct passwd *pwd = NULL; local
1264 pwd = getpwnam(user);
1265 if (pwd == NULL) {
1841 struct passwd *pwd local
1914 struct passwd *pwd = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dacls.c25 #include <pwd.h>
215 struct passwd *pwd = NULL; local
231 EC_NULL_LOG(pwd = getpwuid(aces->a_who));
232 LOG(log_debug, logtype_afpd, "uid: %d -> name: %s", aces->a_who, pwd->pw_name);
233 EC_ZERO_LOG(getuuidfromname(pwd->pw_name,
295 struct passwd *pwd; local
306 EC_NULL_LOG(pwd = getpwnam(name));
307 nfsv4_aces->a_who = pwd->pw_uid;
801 struct passwd *pwd; local
826 EC_NULL_LOG(pwd
883 struct passwd *pwd = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c84 int nss_getpwent(struct nss_state *nss, struct passwd *pwd) argument
97 status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/tools/
H A Dc_rehash19 my $pwd;
22 $pwd=Cwd::getcwd();
24 $pwd=`pwd`; chomp($pwd);
26 my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':'; # DOS/Win32 or Unix delimiter?
55 $openssl="$pwd/$openssl" if (!-x $openssl);
56 chdir $pwd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/nss/
H A Dnss_winbind.c84 int nss_getpwent(struct nss_state *nss, struct passwd *pwd) argument
97 status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c84 int nss_getpwent(struct nss_state *nss, struct passwd *pwd) argument
97 status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/tools/
H A Dc_rehash19 my $pwd;
22 $pwd=Cwd::getcwd();
24 $pwd=`pwd`; chomp($pwd);
26 my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':'; # DOS/Win32 or Unix delimiter?
55 $openssl="$pwd/$openssl" if (!-x $openssl);
56 chdir $pwd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/nss/
H A Dnss_winbind.c84 int nss_getpwent(struct nss_state *nss, struct passwd *pwd) argument
97 status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/scripting/python/samba/
H A Dupgrade.py16 import pwd
56 acc.fullname = pwd.getpwnam(acc.username)[4].split(",")[0]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/scripting/python/samba/
H A Dupgrade.py16 import pwd namespace
56 acc.fullname = pwd.getpwnam(acc.username)[4].split(",")[0]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/scripting/python/samba/
H A Dupgrade.py16 import pwd namespace
56 acc.fullname = pwd.getpwnam(acc.username)[4].split(",")[0]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c84 int nss_getpwent(struct nss_state *nss, struct passwd *pwd) argument
97 status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),

Completed in 389 milliseconds

<<11121314151617181920>>