Home
last modified time | relevance | path

Searched refs:ufd (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dinterrupt.c388 struct pollfd *ufd = vlc_alloc(nfds + 1, sizeof (*ufd)); in vlc_poll_i11e() local
395 free(ufd); in vlc_poll_i11e()
419 struct pollfd ufd; in vlc_readv_i11e() local
421 ufd.fd = fd; in vlc_readv_i11e()
440 ufd.fd = fd; in vlc_writev_i11e()
475 ufd.fd = fd; in vlc_recvmsg_i11e()
506 ufd.fd = fd; in vlc_sendmsg_i11e()
534 ufd.fd = fd; in vlc_accept_i11e()
635 ufd.fd = fd; in vlc_recvfrom_i11e()
658 ufd.fd = fd; in vlc_sendto_i11e()
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/util/xerq/lpc/
H A Dsocketd.c211 int fd, *fds, ufd; local
250 ufd = UNIQUE_ID(so);
256 used_fd[ufd] = fd;
390 ({ #'socket_write, ufd, umsg,
399 int socket_close(int ufd) {
675 callback(ufd, SOCKET_CLOSE, 0);
676 socket_close(ufd);
692 callback(ufd, SOCKET_CLOSE, 0);
693 socket_close(ufd);
751 static void flush(int ufd) {
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dbackspace.c20 if(b->ufd==NULL) {
35 x=ftell(b->ufd);
40 (void) fseek(b->ufd,x,SEEK_SET);
55 y = x = ftell(b->ufd);
60 (void) fseek(b->ufd,x,SEEK_SET);
61 n=fread(buf,1,(int)(y-x), b->ufd);
69 fseek(b->ufd,x,SEEK_SET);
71 if (getc(b->ufd) == '\n') {
81 fseek(b->ufd, w, SEEK_SET);
92 (void) fseek(b->ufd, 0L, SEEK_SET);
[all …]
H A Derr.c172 p->ufd=stderr; in f_init()
182 p->ufd=stdin; in f_init()
187 p->ufd=stdout; in f_init()
205 loc=ftell(x->ufd);
212 (void) fseek(x->ufd,loc,SEEK_SET);
236 if (!(f__cf = x->ufd =
244 loc=ftell(x->ufd);
246 if (!(f__cf = x->ufd =
249 if (fclose(x->ufd) < 0
255 x->ufd = NULL;
[all …]
/dports/science/siconos/siconos-4.4.0/externals/netlib/dctemplates/F2CLIBS/libI77/
H A Dbackspace.c17 if(b->ufd == NULL)
36 x = ftell(b->ufd);
41 (void) fseek(b->ufd, x, SEEK_SET);
47 (void) fseek(b->ufd, -(long)sizeof(int), SEEK_CUR);
48 (void) fread((char *)&n, sizeof(int), 1, b->ufd);
55 y = x = ftell(b->ufd);
58 (void) fseek(b->ufd, x, SEEK_SET);
59 n = fread(buf, 1, (int)(y - x), b->ufd);
63 (void) fseek(b->ufd, (long)(i + 1 - n), SEEK_CUR);
68 (void) fseek(b->ufd, 0L, SEEK_SET);
[all …]
H A Derr.c175 p->ufd = stderr; in f_init()
185 p->ufd = stdin; in f_init()
190 p->ufd = stdout; in f_init()
215 loc = ftell(x->ufd);
223 (void) fseek(x->ufd, loc, SEEK_SET);
241 if(!(f__cf = x->ufd =
250 loc = ftell(x->ufd);
252 if(!(f__cf = x->ufd =
255 if(fclose(x->ufd) < 0
261 x->ufd = NULL;
[all …]
/dports/devel/pcc-libs/pcc-libs-1.1.0/libI77/
H A Dbackspace.c49 if(b->ufd==NULL) err(a->aerr,114,"backspace") in f_back()
60 x=ftell(b->ufd); in f_back()
63 fseek(b->ufd,x,0); in f_back()
67 { fseek(b->ufd,-(long)sizeof(int),1); in f_back()
68 fread((char *)&n,sizeof(int),1,b->ufd); in f_back()
69 fseek(b->ufd,-(long)n-2*sizeof(int),1); in f_back()
74 x=ftell(b->ufd); in f_back()
77 fseek(b->ufd,x,0); in f_back()
78 n=fread(buf,1,sizeof(buf),b->ufd); in f_back()
82 fseek(b->ufd,(long)(i-n),1); in f_back()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/install/util/io/
H A Derr.c187 p->ufd=stderr; in f_init()
192 p->ufd=stdin; in f_init()
197 p->ufd=stdout; in f_init()
213 loc = FTELL(x->ufd); in f__nowreading()
223 FSEEK(x->ufd,loc,SEEK_SET); in f__nowreading()
237 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR); in f__nowwriting()
244 if (!(f__cf = x->ufd = in f__nowwriting()
250 loc=FTELL(x->ufd); in f__nowwriting()
251 if (!(f__cf = x->ufd = in f__nowwriting()
254 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/math/blis/blis-0.8.1/blastest/f2c/
H A Derr.c187 p->ufd=stderr; in f_init()
192 p->ufd=stdin; in f_init()
197 p->ufd=stdout; in f_init()
213 loc = FTELL(x->ufd); in f__nowreading()
223 FSEEK(x->ufd,loc,SEEK_SET); in f__nowreading()
237 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR); in f__nowwriting()
244 if (!(f__cf = x->ufd = in f__nowwriting()
250 loc=FTELL(x->ufd); in f__nowwriting()
251 if (!(f__cf = x->ufd = in f__nowwriting()
254 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/science/cdcl/dcl-5.4.8-C/f2csrc/
H A Derr.c135 p->ufd=stderr; in f_init()
140 p->ufd=stdin; in f_init()
145 p->ufd=stdout; in f_init()
164 loc = ftell(x->ufd); in f__nowreading()
168 if(!freopen(x->ufnm, f__r_mode[ufmt], x->ufd)) { in f__nowreading()
174 fseek(x->ufd,loc,SEEK_SET); in f__nowreading()
195 if (!(f__cf = x->ufd = freopen(x->ufnm,f__w_mode[ufmt],x->ufd))) in f__nowwriting()
199 loc=ftell(x->ufd); in f__nowwriting()
200 if (!(f__cf = x->ufd = in f__nowwriting()
203 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/build-aux/
H A Dpoll.m421 struct pollfd ufd;
23 ufd.fd = open ("/dev/null", O_RDONLY);
24 if (ufd.fd < 0) /* If /dev/null does not exist, it's not MacOS X. */
26 ufd.events = POLLIN;
27 ufd.revents = 0;
28 if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLIN))
31 ufd.fd = open ("/dev/null", O_WRONLY);
32 if (ufd.fd < 0) /* If /dev/null does not exist, it's not MacOS X. */
34 ufd.events = POLLOUT;
35 ufd.revents = 0;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/libf2c/
H A Derr.c175 p->ufd=stderr; in f_init()
180 p->ufd=stdin; in f_init()
185 p->ufd=stdout; in f_init()
207 loc = FTELL(x->ufd);
217 FSEEK(x->ufd,loc,SEEK_SET);
237 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
244 if (!(f__cf = x->ufd =
250 loc=FTELL(x->ufd);
251 if (!(f__cf = x->ufd =
254 x->ufd = NULL;
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/libf2c/
H A Derr.c175 p->ufd=stderr; in f_init()
180 p->ufd=stdin; in f_init()
185 p->ufd=stdout; in f_init()
207 loc = FTELL(x->ufd);
217 FSEEK(x->ufd,loc,SEEK_SET);
237 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
244 if (!(f__cf = x->ufd =
250 loc=FTELL(x->ufd);
251 if (!(f__cf = x->ufd =
254 x->ufd = NULL;
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/vf2c/
H A Derr.c175 p->ufd=stderr; in f_init()
180 p->ufd=stdin; in f_init()
185 p->ufd=stdout; in f_init()
207 loc = FTELL(x->ufd);
217 FSEEK(x->ufd,loc,SEEK_SET);
237 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
244 if (!(f__cf = x->ufd =
250 loc=FTELL(x->ufd);
251 if (!(f__cf = x->ufd =
254 x->ufd = NULL;
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/libf2c/
H A Derr.c175 p->ufd=stderr; in f_init()
180 p->ufd=stdin; in f_init()
185 p->ufd=stdout; in f_init()
207 loc = FTELL(x->ufd);
217 FSEEK(x->ufd,loc,SEEK_SET);
237 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
244 if (!(f__cf = x->ufd =
250 loc=FTELL(x->ufd);
251 if (!(f__cf = x->ufd =
254 x->ufd = NULL;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/libI77/
H A Derr.c187 p->ufd = stderr; in f_init()
192 p->ufd = stdin; in f_init()
197 p->ufd = stdout; in f_init()
215 loc = FTELL (x->ufd); in f__nowreading()
217 if (!freopen (x->ufnm, f__w_mode[ufmt | 2], x->ufd)) in f__nowreading()
227 FSEEK (x->ufd, loc, SEEK_SET); in f__nowreading()
248 if (!(f__cf = x->ufd = freopen (x->ufnm, f__w_mode[ufmt], x->ufd))) in f__nowwriting()
254 loc = FTELL (x->ufd); in f__nowwriting()
255 if (!(f__cf = x->ufd = freopen (x->ufnm, f__w_mode[ufmt |= 2], x->ufd))) in f__nowwriting()
257 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Derr.c290 p->ufd=stderr; in f_init()
295 p->ufd=stdin; in f_init()
300 p->ufd=stdout; in f_init()
321 loc = ftell(x->ufd); in f__nowreading()
331 fseek(x->ufd,loc,SEEK_SET); in f__nowreading()
354 if (!(f__cf = x->ufd = in f__nowwriting()
355 freopen(x->ufnm,f__w_mode[ufmt],x->ufd))) in f__nowwriting()
360 loc=ftell(x->ufd); in f__nowwriting()
361 if (!(f__cf = x->ufd = in f__nowwriting()
364 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Derr.c290 p->ufd=stderr; in f_init()
295 p->ufd=stdin; in f_init()
300 p->ufd=stdout; in f_init()
321 loc = ftell(x->ufd); in f__nowreading()
331 fseek(x->ufd,loc,SEEK_SET); in f__nowreading()
354 if (!(f__cf = x->ufd = in f__nowwriting()
355 freopen(x->ufnm,f__w_mode[ufmt],x->ufd))) in f__nowwriting()
360 loc=ftell(x->ufd); in f__nowwriting()
361 if (!(f__cf = x->ufd = in f__nowwriting()
364 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/libI77/
H A Derr.c187 p->ufd = stderr; in f_init()
192 p->ufd = stdin; in f_init()
197 p->ufd = stdout; in f_init()
215 loc = FTELL (x->ufd); in f__nowreading()
217 if (!freopen (x->ufnm, f__w_mode[ufmt | 2], x->ufd)) in f__nowreading()
227 FSEEK (x->ufd, loc, SEEK_SET); in f__nowreading()
248 if (!(f__cf = x->ufd = freopen (x->ufnm, f__w_mode[ufmt], x->ufd))) in f__nowwriting()
254 loc = FTELL (x->ufd); in f__nowwriting()
255 if (!(f__cf = x->ufd = freopen (x->ufnm, f__w_mode[ufmt |= 2], x->ufd))) in f__nowwriting()
257 x->ufd = NULL; in f__nowwriting()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/f2c/
H A Derr.c186 p->ufd=stderr; in f_init()
191 p->ufd=stdin; in f_init()
196 p->ufd=stdout; in f_init()
218 loc = FTELL(x->ufd);
228 FSEEK(x->ufd,loc,SEEK_SET);
248 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
255 if (!(f__cf = x->ufd =
261 loc=FTELL(x->ufd);
262 if (!(f__cf = x->ufd =
265 x->ufd = NULL;
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/numerics/LIBF2C/
H A Derr.c191 p->ufd=stderr; in f_init()
196 p->ufd=stdin; in f_init()
201 p->ufd=stdout; in f_init()
223 loc = FTELL(x->ufd);
233 FSEEK(x->ufd,loc,SEEK_SET);
253 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
260 if (!(f__cf = x->ufd =
266 loc=FTELL(x->ufd);
267 if (!(f__cf = x->ufd =
270 x->ufd = NULL;
[all …]
/dports/misc/visp/visp-3.4.0/3rdparty/clapack/f2c/
H A Derr.c186 p->ufd=stderr; in f_init()
191 p->ufd=stdin; in f_init()
196 p->ufd=stdout; in f_init()
218 loc = FTELL(x->ufd);
228 FSEEK(x->ufd,loc,SEEK_SET);
248 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
255 if (!(f__cf = x->ufd =
261 loc=FTELL(x->ufd);
262 if (!(f__cf = x->ufd =
265 x->ufd = NULL;
[all …]
/dports/lang/f2c/f2c-20200916/libf2c/
H A Derr.c186 p->ufd=stderr; in f_init()
191 p->ufd=stdin; in f_init()
196 p->ufd=stdout; in f_init()
218 loc = FTELL(x->ufd);
228 FSEEK(x->ufd,loc,SEEK_SET);
248 FSEEK(x->ufd, (OFF_T)0, SEEK_CUR);
255 if (!(f__cf = x->ufd =
261 loc=FTELL(x->ufd);
262 if (!(f__cf = x->ufd =
265 x->ufd = NULL;
[all …]
/dports/graphics/gimp-refocus-plugin/refocus-0.9.0/lib/
H A Derr.c174 p->ufd=stderr; in f_init()
179 p->ufd=stdin; in f_init()
184 p->ufd=stdout; in f_init()
204 loc = ftell(x->ufd);
214 fseek(x->ufd,loc,SEEK_SET);
236 if (!(f__cf = x->ufd =
237 freopen(x->ufnm,f__w_mode[ufmt],x->ufd)))
242 loc=ftell(x->ufd);
243 if (!(f__cf = x->ufd =
246 x->ufd = NULL;
[all …]
/dports/graphics/photivo/photivo/Sources/clapack/
H A Derr.c174 p->ufd=stderr; in f_init()
179 p->ufd=stdin; in f_init()
184 p->ufd=stdout; in f_init()
204 loc = ftell(x->ufd);
214 fseek(x->ufd,loc,SEEK_SET);
236 if (!(f__cf = x->ufd =
237 freopen(x->ufnm,f__w_mode[ufmt],x->ufd)))
242 loc=ftell(x->ufd);
243 if (!(f__cf = x->ufd =
246 x->ufd = NULL;
[all …]

12345678910>>...39