Searched refs:rel (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathprog.c119 char* rel; local
122 if ((n = prog(command, path, size)) > 0 && n < size && *path != '/' && (rel = strdup(path)))
124 n = pathpath(rel, NiL, PATH_REGULAR|PATH_EXECUTE, path, size) ? strlen(path) : 0;
125 free(rel);
/ast/src/lib/libdll/
H A Ddllplug.c36 dllplugin(const char* lib, const char* name, const char* ver, unsigned long rel, unsigned long* cur, int flags, char* path, size_t size) argument
57 if (!dllcheck(dll, dle->path, rel, cur))
111 if (!dllcheck(dll, name, rel, cur))
/ast/src/lib/libexpr/
H A Dexparse.y546 int rel;
549 rel = INTEGER;
552 rel = 0;
557 $1->type = $3->type = rel ? STRING : INTEGER;
574 if (!rel)
575 rel = ($1->type == STRING) ? STRING : (($1->type == UNSIGNED) ? UNSIGNED : $3->type);
576 $$ = exnewnode(expr.program, $2, 1, rel, $1, $3);
H A DOexparse.c1398 int rel; local
1401 rel = INTEGER;
1404 rel = 0;
1409 exvsp[-2].expr->type = exvsp[0].expr->type = rel ? STRING : INTEGER;
1426 if (!rel)
1427 rel = (exvsp[-2].expr->type == STRING) ? STRING : ((exvsp[-2].expr->type == UNSIGNED) ? UNSIGNED : exvsp[0].expr->type);
1428 exval.expr = exnewnode(expr.program, exvsp[-1].op, 1, rel, exvsp[-2].expr, exvsp[0].expr);
/ast/src/cmd/ksh93/bltins/
H A Dread.c220 int rel, wrd; local
542 rel= staktell();
735 val = stakptr(rel);
762 stakseek(rel);
/ast/src/cmd/INIT/
H A Diffe.sh2255 rel=
2262 rel="$rel $1"
2281 for r in $rel
3031 echo "#define ${API}API(rel) ( _BLD_${api} || !_API_${api} || _API_${api} >= rel )"
3050 rel=$2
3052 $sym) echo "#elif _API_${api} >= $rel"
3064 echo "#if ${API}API($rel)"
3068 echo "#define ${sym} ${sym}_${rel}"
[all...]
H A Dpackage.sh2022 expected=$1 host=$2 arch=$3 mach=$4 os=$5 sys=$6 rel=$7 ver=$8
2030 2) host= mach= arch=$1 os=$2 sys= rel= ;;
2031 *) host= mach=$2 arch=$1 os=$3 sys= rel= ;;
2035 eval `echo $os | $SED -e 's/^\([^0123456789.]*\)\.*\(.*\)/os=\1 rel=\2/'`
2039 *) arch=$canon mach= os= sys= rel=
2131 case $rel in
2194 v=`echo $rel | $SED -e 's/^[25]\.//' -e 's/\.[^.]*$//'`
2217 case $rel in
2234 v=`echo $rel | $SED -e 's/^[25]\.//' -e 's/\.[^.]*$//'`
2299 arch=$rel
[all...]

Completed in 31 milliseconds