Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 841) sorted by path

12345678910>>...34

/freebsd/bin/ls/
H A Dls.c706 struct stat *sp; in display() local
H A Dprint.c203 struct stat *sp; in printlong() local
391 struct stat *sp; in printaname() local
/freebsd/bin/pkill/
H A Dpkill.c706 char *sp, *ep, buf[MAXPATHLEN]; in makelist() local
/freebsd/bin/rm/
H A Drm.c387 check(const char *path, const char *name, struct stat *sp) in check()
/freebsd/bin/sh/
H A Dinput.c303 struct strpush *sp; in pushstring() local
327 struct strpush *sp = parsefile->strpush; in popstring() local
H A Djobs.c1141 struct procstat *sp; in dowait() local
H A Dmemalloc.c127 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) argument
138 struct stack_block *sp; in stnewblock() local
212 struct stack_block *sp; in popstackmark() local
247 struct stack_block *sp; in growstackblock() local
H A Dmknodes.c124 struct str *sp; in parsenode() local
209 struct str *sp; in output() local
287 struct str *sp; in outfunc() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c356 char *sp; in dotest() local
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c184 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_lookup_by_symbol() local
252 const ctf_sect_t *sp = &fp->ctf_symtab; in ctf_func_info() local
H A Dctf_open.c250 const ctf_sect_t *sp, const ctf_sect_t *strp) in init_symtab()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c184 ctf_sect_mmap(ctf_sect_t *sp, int fd) in ctf_sect_mmap()
202 ctf_sect_munmap(const ctf_sect_t *sp) in ctf_sect_munmap()
284 GElf_Shdr *sp; in ctf_fdopen() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c638 dof_sec_t *sp; in dtrace_dof_create() local
H A Ddt_ident.c881 dt_idstack_lookup(dt_idstack_t *sp, const char *name) in dt_idstack_lookup()
896 dt_idstack_push(dt_idstack_t *sp, dt_idhash_t *dhp) in dt_idstack_push()
902 dt_idstack_pop(dt_idstack_t *sp, dt_idhash_t *dhp) in dt_idstack_pop()
H A Ddt_module.c570 Elf_Scn *sp; in dt_module_load_sect() local
1146 Elf_Scn *sp; in dt_module_update() local
H A Ddt_strtab.c43 dt_strtab_grow(dt_strtab_t *sp) in dt_strtab_grow()
68 dt_strtab_t *sp = malloc(sizeof (dt_strtab_t)); in dt_strtab_create() local
102 dt_strtab_destroy(dt_strtab_t *sp) in dt_strtab_destroy()
148 dt_strtab_compare(dt_strtab_t *sp, dt_strhash_t *hp, in dt_strtab_compare()
175 dt_strtab_copyin(dt_strtab_t *sp, const char *str, size_t len) in dt_strtab_copyin()
210 dt_strtab_empty(dt_strtab_t *sp) in dt_strtab_empty()
217 dt_strtab_index(dt_strtab_t *sp, const char *str) in dt_strtab_index()
237 dt_strtab_insert(dt_strtab_t *sp, const char *str) in dt_strtab_insert()
279 dt_strtab_size(const dt_strtab_t *sp) in dt_strtab_size()
285 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) in dt_strtab_write()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstack.c53 stk_t *sp; in stack_new() local
65 stack_free(stk_t *sp) in stack_free()
78 stack_pop(stk_t *sp) in stack_pop()
86 stack_peek(stk_t *sp) in stack_peek()
95 stack_push(stk_t *sp, void *data) in stack_push()
109 stack_level(stk_t *sp) in stack_level()
H A Dstrtab.c42 strtab_grow(strtab_t *sp) in strtab_grow()
51 strtab_create(strtab_t *sp) in strtab_create()
67 strtab_destroy(strtab_t *sp) in strtab_destroy()
107 strtab_compare(strtab_t *sp, strhash_t *hp, const char *str, size_t len) in strtab_compare()
133 strtab_copyin(strtab_t *sp, const char *str, size_t len) in strtab_copyin()
155 strtab_insert(strtab_t *sp, const char *str) in strtab_insert()
201 strtab_size(const strtab_t *sp) in strtab_size()
207 strtab_write(const strtab_t *sp, in strtab_write()
231 strtab_print(const strtab_t *sp) in strtab_print()
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dmemchr.c100 for (int sp = 0; sp < LEN; sp++) in main() local
H A Dmemrchr.c97 for (int sp = 0; sp < LEN; sp++) in main() local
H A Dstrchr.c110 for (int sp = 0; sp < n; sp++) in main() local
H A Dstrchrnul.c115 for (int sp = 0; sp < n; sp++) in main() local
H A Dstrrchr.c110 for (int sp = 0; sp < n; sp++) in main() local
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess.c61 stream_prepare_init(stream_prepare_t *sp, const atf_process_stream_t *sb) in stream_prepare_init()
85 stream_prepare_fini(stream_prepare_t *sp) in stream_prepare_fini()
330 child_connect(const stream_prepare_t *sp, int procfd) in child_connect()
369 parent_connect(const stream_prepare_t *sp, int *fd) in parent_connect()
/freebsd/contrib/blocklist/bin/
H A Dconf.c809 int sp; in conf_print() local

12345678910>>...34