Home
last modified time | relevance | path

Searched refs:flgs (Results 51 – 75 of 808) sorted by relevance

12345678910>>...33

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_conn_streambuf.cpp112 CConn_IOStream::TConn_Flags flgs, in CConn_Streambuf() argument
126 if (!(flgs & (CConn_IOStream::fConn_Untie | in CConn_Streambuf()
141 x_Init(timeout, buf_size, flgs, ptr, size); in CConn_Streambuf()
162 if (!(flgs & (CConn_IOStream::fConn_Untie | in CConn_Streambuf()
166 x_Init(timeout, buf_size, flgs, ptr, size); in CConn_Streambuf()
178 CConn_IOStream::TConn_Flags flgs, in x_Init() argument
189 if ((flgs & (CConn_IOStream::fConn_ReadUnbuffered | in x_Init()
201 if (!(flgs & CConn_IOStream::fConn_ReadUnbuffered)) in x_Init()
203 if ( flgs & CConn_IOStream::fConn_WriteUnbuffered) in x_Init()
205 if (!(flgs & CConn_IOStream::fConn_ReadUnbuffered)) in x_Init()
[all …]
/dports/games/lmarbles/lmarbles-1.0.8/src/
H A Dfile.c27 void F_GetE(FILE *f, char *str, int flgs) in F_GetE() argument
39 … if ( (c == ';' && flgs & F_VAL) || (c == '>' && flgs & F_SUB) || (c == ')' && flgs & F_COM) ) in F_GetE()
/dports/devel/cc65/cc65-2.19/test/val/
H A Dcq25.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
156 d0.flgs = 1; /* These flags dictate */
166 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq88.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
169 d0.flgs = 1; /* These flags dictate */
179 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq71.c23 int flgs; /* Print return codes, by section */ member
40 int flgs; /* Print return codes, by section */ variable
225 d0.flgs = 1; /* These flags dictate */
235 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq61.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
171 d0.flgs = 1; /* These flags dictate */
181 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq26.c22 int flgs; /* Print return codes, by section */ member
39 int flgs; /* Print return codes, by section */ variable
201 d0.flgs = 1; /* These flags dictate */
211 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq86.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
213 d0.flgs = 1; /* These flags dictate */
223 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq243.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
249 d0.flgs = 1; /* These flags dictate */
259 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq84.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
253 d0.flgs = 1; /* These flags dictate */
263 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq241.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
271 d0.flgs = 1; /* These flags dictate */
281 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq85.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
298 d0.flgs = 1; /* These flags dictate */
308 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq4.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
348 d0.flgs = 1; /* These flags dictate */
358 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
H A Dcq72.c21 int flgs; /* Print return codes, by section */ member
38 int flgs; /* Print return codes, by section */ variable
330 d0.flgs = 1; /* These flags dictate */
340 if(d0.flgs != 0) printf("Section %s returned %d.\n",d0.rfs,d0.rrc);
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dhnm_decoder.cpp269 byte flgs = (countFlgs >> 5) & 0x7; in decodeInterframe() local
273 switch (flgs) { in decodeInterframe()
324 bool backward = (flgs & 0x4) != 0; in decodeInterframe()
325 bool backline = (flgs & 0x2) != 0; in decodeInterframe()
326 bool previous = (flgs & 0x1) != 0; in decodeInterframe()
388 byte flgs = (countFlgs >> 6) & 0x3; in decodeInterframeA() local
392 switch (flgs) { in decodeInterframeA()
431 bool negative = (flgs & 0x2) != 0; in decodeInterframeA()
432 bool previous = (flgs & 0x1) != 0; in decodeInterframeA()
/dports/devel/9base/9base-6/rc/
H A Dunixcrap.c222 int flgs; in readnb() local
227 if((flgs = fcntl(fd, F_GETFL, 0)) == -1) in readnb()
229 flgs &= ~O_NONBLOCK; in readnb()
230 if(fcntl(fd, F_SETFL, flgs) == -1) in readnb()
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/util/
H A Dio.c266 int flgs; in socket_set_nonblock() local
268 flgs = fcntl(sock, F_GETFL); in socket_set_nonblock()
269 if (flgs == -1) in socket_set_nonblock()
272 flgs |= O_NONBLOCK; in socket_set_nonblock()
273 if (fcntl(sock, F_SETFL, flgs) != 0) in socket_set_nonblock()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rc/
H A Dunixcrap.c223 int flgs; in readnb() local
231 if((flgs = fcntl(fd, F_GETFL, 0)) == -1) in readnb()
233 flgs &= ~O_NONBLOCK; in readnb()
234 if(fcntl(fd, F_SETFL, flgs) == -1) in readnb()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXVisual.h119 FXVisual(FXApp* a,FXuint flgs=VISUAL_DEFAULT,FXuint hnt=32);
137 void setFlags(FXuint flgs){ flags=flgs; } in setFlags() argument
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXVisual.h119 FXVisual(FXApp* a,FXuint flgs=VISUAL_DEFAULT,FXuint hnt=32);
137 void setFlags(FXuint flgs){ flags=flgs; } in setFlags() argument
/dports/editors/puff/puff-1.0.1/
H A Deditfile.c53 EDITFILE *file_open(char *filename, int flgs, mode_t mode) { in file_open() argument
59 if((flgs&O_ACCMODE) == O_RDWR) { in file_open()
60 if((tmpfd = open(filename, O_RDWR | (flgs&O_CREAT) | (flgs&O_EXCL), mode)) == -1) return 0; in file_open()
61 } else if((flgs&O_ACCMODE) == O_RDONLY) { in file_open()
85 if(flgs&FILE_LOCK) { in file_open()
103 if((flgs&O_ACCMODE) == O_RDWR) { in file_open()
121 file->flags |= flgs&FILE_LOCKW; in file_open()
270 if(flgs&FILE_ALLOWOVERWRITE) { in file_saveas()
293 if(flgs&FILE_LOCK) { in file_saveas()
324 if(flgs&FILE_KEEPOLD) { in file_saveas()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dlocal_timer.h47 #define local_timer_init(tl, fun, param, flgs) timer_init(tl, fun, param, flgs) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/8021q/
H A Dvlan.c374 int i, flgs; in vlan_device_event() local
418 flgs = vlandev->flags; in vlan_device_event()
419 if (!(flgs & IFF_UP)) in vlan_device_event()
447 flgs = vlandev->flags; in vlan_device_event()
448 if (!(flgs & IFF_UP)) in vlan_device_event()
469 flgs = dev_get_flags(vlandev); in vlan_device_event()
470 if (flgs & IFF_UP) in vlan_device_event()
475 dev_change_flags(vlandev, flgs | IFF_UP, in vlan_device_event()
/dports/multimedia/libv4l/linux-5.13-rc2/net/8021q/
H A Dvlan.c374 int i, flgs; in vlan_device_event() local
418 flgs = vlandev->flags; in vlan_device_event()
419 if (!(flgs & IFF_UP)) in vlan_device_event()
447 flgs = vlandev->flags; in vlan_device_event()
448 if (!(flgs & IFF_UP)) in vlan_device_event()
469 flgs = dev_get_flags(vlandev); in vlan_device_event()
470 if (flgs & IFF_UP) in vlan_device_event()
475 dev_change_flags(vlandev, flgs | IFF_UP, in vlan_device_event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/8021q/
H A Dvlan.c374 int i, flgs; in vlan_device_event() local
418 flgs = vlandev->flags; in vlan_device_event()
419 if (!(flgs & IFF_UP)) in vlan_device_event()
447 flgs = vlandev->flags; in vlan_device_event()
448 if (!(flgs & IFF_UP)) in vlan_device_event()
469 flgs = dev_get_flags(vlandev); in vlan_device_event()
470 if (flgs & IFF_UP) in vlan_device_event()
475 dev_change_flags(vlandev, flgs | IFF_UP, in vlan_device_event()

12345678910>>...33