Searched refs:ast (Results 1 - 25 of 580) sorted by relevance

1234567891011>>

/ast/src/lib/libast/comp/
H A Dstrtod.c3 * This software is part of the ast package *
26 #include <ast.h>
H A Derrno.c3 * This software is part of the ast package *
24 #include <ast.h>
34 * that define both an ast library supplied routine and
H A Dunlink.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dexeclp.c3 * This software is part of the ast package *
28 #include <ast.h>
38 #include <ast.h>
H A Dexecvp.c3 * This software is part of the ast package *
28 #include <ast.h>
38 #include <ast.h>
H A Dgetwd.c3 * This software is part of the ast package *
29 #include <ast.h>
H A Dgetlogin.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dkillpg.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dlstat.c3 * This software is part of the ast package *
24 #include <ast.h>
H A Dsetlogmask.c3 * This software is part of the ast package *
27 #include <ast.h>
H A Dstrtold.c3 * This software is part of the ast package *
30 * ast strtold() => strtod() when double == long double
50 #include <ast.h>
H A Dstrtoll.c3 * This software is part of the ast package *
28 #include <ast.h>
/ast/src/lib/libast/misc/
H A Dftwflags.c3 * This software is part of the ast package *
28 #include <ast.h>
H A Dstate.c3 * This software is part of the ast package *
24 static const char id[] = "\n@(#)$Id: ast (AT&T Research) 2012-05-28 $\0\n";
26 #include <ast.h>
/ast/src/lib/libast/string/
H A Dfmterror.c3 * This software is part of the ast package *
31 #include <ast.h>
H A Dstrntod.c3 * This software is part of the ast package *
26 #include <ast.h>
H A Dstrntold.c3 * This software is part of the ast package *
26 #include <ast.h>
H A Dstrcopy.c3 * This software is part of the ast package *
24 #include <ast.h>
/ast/src/cmd/tw/
H A Dftwlocal.h3 * This software is part of the ast package *
28 #include <ast.h>
/ast/src/cmd/ncsl/
H A DMakefile1 :PACKAGE: ast
/ast/src/lib/libast/tm/
H A Dtmform.c3 * This software is part of the ast package *
32 #include <ast.h>
/ast/src/cmd/codexlib/lzd/
H A DMakefile1 :PACKAGE: ast
/ast/src/cmd/codexlib/lzh/
H A DMakefile1 :PACKAGE: ast
/ast/src/lib/libast/preroot/
H A Dispreroot.c3 * This software is part of the ast package *
28 #include <ast.h>
48 struct stat ast; local
52 i = !stat(a, &ast) && !stat(b, &bst) && ast.st_dev == bst.st_dev && ast.st_ino == bst.st_ino;
/ast/src/lib/libast/astsa/
H A Dstrdup.c3 * This software is part of the ast package *
24 #include <ast.h>

Completed in 76 milliseconds

1234567891011>>