Home
last modified time | relevance | path

Searched refs:longP (Results 1 – 7 of 7) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/lib/
H A Ddirutils.c42 char longP[DU_MAX_PATH_LEN+1]));
50 VISIBLE_PREFIX void ExpandPath (shortP, longP) in ExpandPath() argument
52 char longP[DU_MAX_PATH_LEN+1];
62 strcpyX (longP, tempP, DU_MAX_PATH_LEN);
74 strcpyX (longP, pw->pw_dir, DU_MAX_PATH_LEN);
76 strcpyX (longP, "?", DU_MAX_PATH_LEN);
77 strcatX (longP, tail, DU_MAX_PATH_LEN);
85 strcpyX (longP, pw->pw_dir, DU_MAX_PATH_LEN);
87 strcpyX (longP, "?", DU_MAX_PATH_LEN);
95 strcpyX (longP, shortP, DU_MAX_PATH_LEN);
[all …]
/dports/graphics/xv/xv-3.10a/
H A Dxvxwd.c105 static CARD32 *longP; variable
470 longP = (CARD32 *) buf;
540 if (readbiglong(file, longP) == -1)
544 if (readlittlelong(file, longP) == -1)
570 n = (*longP >> bit_shift) & pixel_mask;
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvxwd.c105 static CARD32 *longP; variable
470 longP = (CARD32 *) buf;
540 if (readbiglong(file, longP) == -1)
544 if (readlittlelong(file, longP) == -1)
570 n = (*longP >> bit_shift) & pixel_mask;
/dports/japanese/xv/xv-3.10a/
H A Dxvxwd.c105 static CARD32 *longP; variable
470 longP = (CARD32 *) buf;
540 if (readbiglong(file, longP) == -1)
544 if (readlittlelong(file, longP) == -1)
570 n = (*longP >> bit_shift) & pixel_mask;
/dports/games/avp/avp-20170505/src/win95/
H A Dawtexld.hpp149 long * longP; member
171 long const * longP; member
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dnstring.h213 long * const longP,
H A Dnstring.c1011 long * const longP, in pm_string_to_long() argument
1026 *longP = strtol(string, &tailptr, 10); in pm_string_to_long()