Home
last modified time | relevance | path

Searched refs:noperm (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Daepbalance.cc43 get_job (bool noperm, bool noscal) in get_job() argument
45 return noperm ? (noscal ? 'N' : 'S') : (noscal ? 'P' : 'B'); in get_job()
51 aepbalance<Matrix>::aepbalance (const Matrix& a, bool noperm, bool noscal) in aepbalance() argument
53 job (get_job (noperm, noscal)) in aepbalance()
101 aepbalance<FloatMatrix>::aepbalance (const FloatMatrix& a, bool noperm, in aepbalance() argument
104 job (get_job (noperm, noscal)) in aepbalance()
152 aepbalance<ComplexMatrix>::aepbalance (const ComplexMatrix& a, bool noperm, in aepbalance() argument
155 job (get_job (noperm, noscal)) in aepbalance()
205 bool noperm, bool noscal) in aepbalance() argument
207 job (get_job (noperm, noscal)) in aepbalance()
H A Daepbalance.h46 aepbalance (const MT& a, bool noperm = false, bool noscal = false);
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dbalance.cc139 bool noperm = false; variable
144 noperm = a1s == "noperm" || a1s == "S";
153 octave::math::aepbalance<FloatComplexMatrix> result (fcaa, noperm, noscal);
167 octave::math::aepbalance<FloatMatrix> result (faa, noperm, noscal);
184 octave::math::aepbalance<ComplexMatrix> result (caa, noperm, noscal);
198 octave::math::aepbalance<Matrix> result (aa, noperm, noscal);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/smtp/
H A Dgreylist.c11 int noperm; member
165 gsp->noperm = 1; in tryaddgrey()
173 if (!gsp->created && !gsp->existed && !gsp->noperm) in addgreylist()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dlocal_filesys.cpp394 return result{result::noperm}; in begin_find_files()
412 return result{result::noperm}; in begin_find_files()
769 ret = {result::noperm}; in do_mkdir()
777 ret = {result::noperm}; in do_mkdir()
971 return {result::noperm}; in rename_file()
986 return {result::noperm}; in rename_file()
1018 return {result::noperm}; in rename_file()
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlpd_control.c138 if( permission == P_REJECT ){ goto noperm; } in Job_control()
147 if( permission == P_REJECT ){ goto noperm; } in Job_control()
156 if( permission == P_REJECT ){ goto noperm; } in Job_control()
161 if( permission == P_REJECT ){ goto noperm; } in Job_control()
204 noperm: in Job_control()
328 if( permission == P_REJECT ) goto noperm; in Do_queue_control()
571 noperm: in Do_queue_control()
/dports/news/inn-current/inn-2.7-20211226/doc/pod/
H A Dinncheck.pod7 B<inncheck> [B<-afqv>] [B<--noperm> | B<--perm>] [B<--pedantic>]
65 =item B<--noperm>
68 B<--noperm> option.
/dports/news/inn/inn-2.6.4/doc/pod/
H A Dinncheck.pod7 B<inncheck> [B<-afqv>] [B<--noperm> | B<--perm>] [B<--pedantic>]
65 =item B<--noperm>
68 B<--noperm> option.
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-fanotify.c174 static const char noperm[] = in stress_fanotify_supported() local
183 pr_inf_skip("%s %s%s\n", name, skipped, noperm); in stress_fanotify_supported()
192 pr_inf_skip("%s %s%s\n", name, skipped, noperm); in stress_fanotify_supported()
/dports/sysutils/shlock/inn-2.6.4/doc/pod/
H A Dinncheck.pod7 B<inncheck> [B<-afqv>] [B<--noperm> | B<--perm>] [B<--pedantic>]
65 =item B<--noperm>
68 B<--noperm> option.
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Dlocal_filesys.hpp28 noperm, enumerator
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A D9fsys.c19 int noperm; member
204 return fsys->noperm; in fsysNoPermCheck()
1543 int noauth, noventi, noperm, rflag, wstatallow, noatimeupd; in fsysOpen() local
1548 noauth = noperm = wstatallow = noventi = noatimeupd = 0; in fsysOpen()
1558 noperm = 1; in fsysOpen()
1627 fsys->noperm = noperm; in fsysOpen()
/dports/sysutils/webmin/webmin-1.981/sendmail/
H A Dboxes-lib.pl220 local ($user, $index, $noperm) = @_;
224 if (!defined($noperm)) {
226 $noperm = $no_permanent_index;
228 if ($noperm && &has_dbm_index($user)) {
230 $noperm = 0;
232 if (!$noperm) {
240 if (!$noperm && open(IDSFILE, "<", $idsfile)) {
355 if ($idschanged && !$noperm) {
/dports/sysutils/webmin/webmin-1.981/qmailadmin/
H A Dboxes-lib.pl220 local ($user, $index, $noperm) = @_;
224 if (!defined($noperm)) {
226 $noperm = $no_permanent_index;
228 if ($noperm && &has_dbm_index($user)) {
230 $noperm = 0;
232 if (!$noperm) {
240 if (!$noperm && open(IDSFILE, "<", $idsfile)) {
355 if ($idschanged && !$noperm) {
/dports/sysutils/webmin/webmin-1.981/postfix/
H A Dboxes-lib.pl220 local ($user, $index, $noperm) = @_;
224 if (!defined($noperm)) {
226 $noperm = $no_permanent_index;
228 if ($noperm && &has_dbm_index($user)) {
230 $noperm = 0;
232 if (!$noperm) {
240 if (!$noperm && open(IDSFILE, "<", $idsfile)) {
355 if ($idschanged && !$noperm) {
/dports/sysutils/webmin/webmin-1.981/mailboxes/
H A Dboxes-lib.pl220 local ($user, $index, $noperm) = @_;
224 if (!defined($noperm)) {
226 $noperm = $no_permanent_index;
228 if ($noperm && &has_dbm_index($user)) {
230 $noperm = 0;
232 if (!$noperm) {
240 if (!$noperm && open(IDSFILE, "<", $idsfile)) {
355 if ($idschanged && !$noperm) {
/dports/sysutils/usermin/usermin-1.830/mailbox/
H A Dboxes-lib.pl220 local ($user, $index, $noperm) = @_;
224 if (!defined($noperm)) {
226 $noperm = $no_permanent_index;
228 if ($noperm && &has_dbm_index($user)) {
230 $noperm = 0;
232 if (!$noperm) {
240 if (!$noperm && open(IDSFILE, "<", $idsfile)) {
355 if ($idschanged && !$noperm) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dfs_context.h193 bool noperm:1; member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dfs_context.h193 bool noperm:1; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dfs_context.h193 bool noperm:1; member
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/vac/
H A Dvacfs.c45 int noperm; variable
182 noperm = 1; in threadmain()
830 if(noperm) in permf()
/dports/net-mgmt/nagios-check_postgres/check_postgres-2.25.0/
H A Dperlcriticrc7 …os nagios nextval nofuncbody noidle nolanguage nols noname noobjectnames noperm noperms noposition…
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/macros/
H A Dgenmarkov.sci21 if rhs==2 then flag="noperm";end
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsync_server.c510 if (sync_userid && !sync_userisadmin) goto noperm; in cmdloop()
664 noperm: in cmdloop()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dsync_server.c508 if (sync_userid && !sync_userisadmin) goto noperm; in cmdloop()
658 noperm: in cmdloop()

123