Searched refs:STATIC (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dcd.c67 STATIC int docd(const char *, int);
68 STATIC const char *updatepwd(const char *);
69 STATIC char *getpwd(void);
70 STATIC int cdopt(void);
72 STATIC char *curdir = nullstr; /* current working directory */
73 STATIC char *physdir = nullstr; /* physical working directory */
75 STATIC int
162 STATIC int
192 STATIC const char *
266 STATIC cha
[all...]
H A Dalias.c49 STATIC void setalias(const char *, const char *);
50 STATIC struct alias *freealias(struct alias *);
51 STATIC struct alias **__lookupalias(const char *);
53 STATIC
182 STATIC struct alias *
203 STATIC struct alias **
H A Dshell.h72 #define STATIC static macro
H A Dexpand.c113 STATIC void argstr(char *, int);
114 STATIC char *exptilde(char *, char *, int);
115 STATIC void expbackq(union node *, int);
116 STATIC const char *subevalvar(char *, char *, int, int, int, int, int);
117 STATIC char *evalvar(char *, int);
118 STATIC size_t strtodest(const char *, const char *, int);
119 STATIC void memtodest(const char *, size_t, const char *, int);
120 STATIC ssize_t varvalue(char *, int, int, int *);
121 STATIC void expandmeta(struct strlist *, int);
123 STATIC voi
[all...]
H A Djobs.c103 STATIC void set_curjob(struct job *, unsigned);
104 STATIC int jobno(const struct job *);
105 STATIC int sprint_status(char *, int, int);
106 STATIC struct job *getjob(const char *, int);
107 STATIC struct job *growjobtab(void);
108 STATIC void forkchild(struct job *, union node *, int);
109 STATIC int dowait(int, struct job *);
111 STATIC int onsigchild(void);
113 STATIC int waitproc(int, int *);
114 STATIC cha
[all...]
H A Dparser.c95 STATIC union node *list(int);
96 STATIC union node *andor(void);
97 STATIC union node *pipeline(void);
98 STATIC union node *command(void);
99 STATIC union node *simplecmd(void);
100 STATIC union node *makename(void);
101 STATIC void parsefname(void);
102 STATIC void parseheredoc(void);
103 STATIC int peektoken(void);
104 STATIC in
[all...]
H A Deval.c70 STATIC int skipcount; /* number of levels to skip */
81 STATIC int evalloop(union node *, int);
82 STATIC int evalfor(union node *, int);
83 STATIC int evalcase(union node *, int);
84 STATIC int evalsubshell(union node *, int);
85 STATIC void expredir(union node *);
86 STATIC int evalpipe(union node *, int);
88 STATIC int evalcommand(union node *, int, struct backcmd *);
90 STATIC int evalcommand(union node *, int);
92 STATIC in
[all...]
H A Dexec.c89 STATIC struct tblentry *cmdtable[CMDTABLESIZE];
90 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */
93 STATIC void tryexec(char *, char **, char **);
94 STATIC void printentry(struct tblentry *);
95 STATIC void clearcmdentry(int);
96 STATIC struct tblentry *cmdlookup(const char *, int);
97 STATIC void delete_cmd_entry(void);
98 STATIC void addcmdentry(char *, struct cmdentry *);
99 STATIC int describe_command(struct output *, char *, const char *, int);
151 STATIC voi
[all...]
H A Dmain.c77 STATIC void read_profile(const char *);
78 STATIC char *find_dot_file(char *);
79 STATIC void evalifsubshell(zx_handle_t);
201 STATIC void
293 STATIC void
326 STATIC char *
H A Dnodes.c93 STATIC void calcsize(union node *);
94 STATIC void sizenodelist(struct nodelist *);
95 STATIC union node *copynode(union node *);
96 STATIC struct nodelist *copynodelist(struct nodelist *);
97 STATIC char *nodesavestr(char *);
99 STATIC void writenode(union node *n, size_t node_size, size_t block_size);
100 STATIC void encodenode(union node *);
101 STATIC void encodenodelist(struct nodelist *);
102 STATIC void encodestring(const char *);
104 STATIC voi
[all...]
H A Doptions.c108 STATIC void minus_o(char *, int);
109 STATIC void setoption(int, int);
110 STATIC int getopts(char *, char *, char **);
197 STATIC int
246 STATIC void
275 STATIC void
433 STATIC int
H A Dredir.c80 STATIC int openredirect(union node *);
82 STATIC void dupredirect(union node *, int, char[10]);
84 STATIC void dupredirect(union node *, int);
86 STATIC int openhere(union node *);
167 STATIC int
242 STATIC void
295 STATIC int
H A Dvar.c104 STATIC struct var *vartab[VTABSIZE];
106 STATIC struct var **hashvar(const char *);
107 STATIC int vpcmp(const void *, const void *);
108 STATIC struct var **findvar(struct var **, const char *);
650 STATIC struct var **
688 STATIC int
694 STATIC struct var **
H A Dinput.c77 STATIC void pushfile(void);
477 STATIC void
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_allocator.h278 STATIC, member in class:fbl::SlabAllocatorFlavor
373 // Slab allocated objects from STATIC and MANUAL_DELETE slab allocators do not
378 (SATraits::AllocatorFlavor == SlabAllocatorFlavor::STATIC) ||
664 // ++ STATIC - Allocations come from a static instance of an allocator. There
842 (SATraits::AllocatorFlavor == SlabAllocatorFlavor::STATIC)
882 (SATraits::AllocatorFlavor == SlabAllocatorFlavor::STATIC)
903 SlabAllocatorTraits<T, SLAB_SIZE, LockType, SlabAllocatorFlavor::STATIC, ENABLE_OBJ_COUNT>;
909 SlabAllocatorTraits<T, SLAB_SIZE, ::fbl::NullLock, SlabAllocatorFlavor::STATIC,
/fuchsia/zircon/system/utest/fbl/
H A Dslab_allocator_tests.cpp92 (SATraits::AllocatorFlavor != fbl::SlabAllocatorFlavor::STATIC)
102 (SATraits::AllocatorFlavor == fbl::SlabAllocatorFlavor::STATIC)
112 (SATraits::AllocatorFlavor == fbl::SlabAllocatorFlavor::STATIC)

Completed in 101 milliseconds