Home
last modified time | relevance | path

Searched refs:flgs (Results 76 – 100 of 808) sorted by relevance

12345678910>>...33

/dports/devel/cc65/cc65-2.19/test/val/
H A Dcq757.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
320 d0.flgs = 1; /* These flags dictate */
330 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq626.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
322 d0.flgs = 1; /* These flags dictate */
332 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
/dports/audio/uade/uade-2.13/amigasrc/players/ps3m/
H A Dply_s3m.s143 .cl clr.b flgs(a2)
158 move.b d0,flgs(a2)
191 .lloo tst.b flgs(a2)
195 and.b flgs(a2),d0
205 btst #7,flgs(a2)
281 btst #7,flgs(a2)
292 btst #7,flgs(a2)
327 and.b flgs(a2),d0
334 .evol btst #7,flgs(a2)
343 btst #7,flgs(a2)
[all …]
/dports/net/libnpupnp/libnpupnp-4.1.5/src/utils/
H A Dnetif.cpp463 std::vector<std::string> flgs; in print() local
465 flgs.emplace_back("HASIPV4"); in print()
467 flgs.emplace_back("HASIPV6"); in print()
469 flgs.emplace_back("LOOPBACK"); in print()
471 flgs.emplace_back("UP"); in print()
473 flgs.emplace_back("MULTICAST"); in print()
475 flgs.emplace_back("HASHWADDR"); in print()
476 auto it = flgs.begin(); in print()
477 if (it != flgs.end()) in print()
479 while (it != flgs.end()) in print()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dpatch.c673 Blob flgs; in patch_remote_command() local
676 blob_init(&flgs, 0, 0); in patch_remote_command()
677 if( mFlags & PATCH_FORCE ) blob_appendf(&flgs, " -f"); in patch_remote_command()
678 if( mFlags & PATCH_VERBOSE ) blob_appendf(&flgs, " -v"); in patch_remote_command()
679 if( mFlags & PATCH_DRYRUN ) blob_appendf(&flgs, " -n"); in patch_remote_command()
680 zForce = blob_size(&flgs)>0 ? blob_str(&flgs) : ""; in patch_remote_command()
713 blob_reset(&flgs); in patch_remote_command()
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A Dvthread.h101 #define vtopen(vt,flgs) ((Vthread_t*)0) argument
110 #define vtmtxopen(mtx,flgs) (void)((Vtmutex_t*)0) argument
/dports/net/yate/yate-6.4.0-1/libs/yradio/
H A Dyateradio.h195 inline void setFlags(uint8_t flgs, bool reset = false)
199 m_flags |= flgs;
206 inline void resetFlags(uint8_t flgs = 0)
208 if (flgs)
209 m_flags &= ~flgs;
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/pthread/
H A Dethr_event.c203 int flgs; in setup_nonblocking_pipe() local
212 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
213 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
214 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
215 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/PuerkitoBio/purell/purell-1.1.1/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/dns/blocky/blocky-0.17/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/PuerkitoBio/purell/
H A Dpurell_test.go13 flgs NormalizationFlags member
730 NormalizeURL(u, tc.flgs)
736 if s, e := NormalizeURLString(tc.src, tc.flgs); e != nil {
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethr_event.c209 int flgs; in setup_nonblocking_pipe() local
218 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
219 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
220 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
221 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/pthread/
H A Dethr_event.c209 int flgs; in setup_nonblocking_pipe() local
218 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
219 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
220 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
221 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/pthread/
H A Dethr_event.c209 int flgs; in setup_nonblocking_pipe() local
218 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
219 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
220 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
221 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethr_event.c209 int flgs; in setup_nonblocking_pipe() local
218 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
219 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
220 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
221 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethr_event.c209 int flgs; in setup_nonblocking_pipe() local
218 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
219 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
220 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
221 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethr_event.c209 int flgs; in setup_nonblocking_pipe() local
218 flgs = fcntl(e->fd[0], F_GETFL, 0); in setup_nonblocking_pipe()
219 fcntl(e->fd[0], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
220 flgs = fcntl(e->fd[1], F_GETFL, 0); in setup_nonblocking_pipe()
221 fcntl(e->fd[1], F_SETFL, flgs | O_NONBLOCK); in setup_nonblocking_pipe()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/video/
H A Dhnm_decoder.cpp258 byte flgs = (countFlgs >> 6) & 0x3; in decodeInterframe() local
262 switch (flgs) { in decodeInterframe()
298 bool negative = (flgs & 0x2) != 0; in decodeInterframe()
299 bool previous = (flgs & 0x1) != 0; in decodeInterframe()
/dports/mail/mailutils/mailutils-3.13/libmailutils/stream/
H A Dtcp.c81 int flgs, ret; in _tcp_open() local
99 flgs = fcntl (tcp->fd, F_GETFL); in _tcp_open()
100 flgs |= O_NONBLOCK; in _tcp_open()
101 fcntl (tcp->fd, F_SETFL, flgs); in _tcp_open()

12345678910>>...33