Searched refs:stackp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dmemalloc.c128 static struct stack_block *stackp; variable in typeref:struct:stack_block
147 sp->prev = stackp;
151 stackp = sp;
199 mark->stackp = stackp;
203 if (stackp != NULL && stacknxt == SPACE(stackp))
214 while (stackp != mark->stackp) {
215 sp = stackp;
[all...]
H A Dmemalloc.h39 struct stack_block *stackp; member in struct:stackmark
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp175 thread_stack_ll **stackp = &temp_stacks; local
176 while (*stackp) {
177 thread_stack_ll *stack = *stackp;
181 *stackp = stack->next;
184 stackp = &stack->next;
197 *stackp = thread_stacks;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c130 unsigned char *stackp; member in struct:private_data
258 state->stackp = state->stack;
293 if (state->stackp > state->stack) {
294 *p++ = *--state->stackp;
390 *state->stackp++ = state->finbyte;
396 *state->stackp++ = state->suffix[code];
399 *state->stackp++ = state->finbyte = code;
/freebsd-11-stable/usr.bin/compress/
H A Dzopen.c166 #define stackp zs->u.r.zs_stackp macro
508 stackp = de_stack;
529 *stackp++ = finchar;
541 *stackp++ = tab_suffixof(code);
544 *stackp++ = finchar = tab_suffixof(code);
550 *bp++ = *--stackp;
551 } while (stackp > de_stack);
/freebsd-11-stable/contrib/gcc/
H A Dgensupport.c218 struct file_name_list *stackp;
221 for (stackp = first_dir_md_include; stackp; stackp = stackp->next)
225 pathname = concat (stackp->fname, sep, filename, NULL);
216 struct file_name_list *stackp; local

Completed in 178 milliseconds