Searched defs:fn (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_rtnshared.h90 u_char fn[256]; /* shared file name */ member in struct:shared_retained_info
H A Ddga_pixshared.h95 u_char fn[256]; /* Shared file name */ member in struct:shared_pixmap_info
H A Dcmap_grab.c220 char fn[sizeof(GRABFILE)+NDIGITS+1]; local
254 return errret("malloc failed", fn) ;
268 sprintf(fn, "%s%08x", GRABFILE, filesuffix) ;
270 if ((infofd = open(fn,O_RDWR,0666))<0) {
275 return errret("can't open info page, ", fn) ;
283 return errret("info page too short", fn) ;
291 return errret("invalid magic number", fn) ;
319 return errret("can't map info page", fn) ;
410 return errret("can't get lock pages", fn) ;
439 return errret("/dev/winxx open failed", fn) ;
[all...]
H A Ddga_winshared.h349 * fn -> shared of file name of the specified buffer.
375 u_char fn[256]; member in struct:__anon457

Completed in 547 milliseconds