/external/e2fsprogs/lib/ss/ |
error.c | 25 register ss_data *infop; local 27 infop = ss_info(sci_idx); 28 if (infop->current_request == (char const *)NULL) { 30 (strlen(infop->subsystem_name)+1) 34 strcpy(ret_val, infop->subsystem_name); 41 (strlen(infop->subsystem_name)+ 42 strlen(infop->current_request)+ 45 cp1 = infop->subsystem_name; 50 cp1 = infop->current_request;
|
requests.c | 20 int sci_idx, void *infop) 27 int sci_idx, void *infop __SS_ATTR((unused))) 40 void *infop __SS_ATTR((unused))) 51 void *infop __SS_ATTR((unused))) 62 int sci_idx, void *infop __SS_ATTR((unused)))
|
ss.h | 82 void ss_quit(int argc, const char * const *argv, int sci_idx, void *infop); 83 void ss_self_identify(int argc, const char * const *argv, int sci_idx, void *infop); 85 int sci_idx, void *infop); 87 int sci_idx, void *infop); 89 int sci_idx, void *infop);
|
list_rqs.c | 26 int sci_idx, void *infop __SS_ATTR((unused)))
|
listen.c | 138 int sci_idx, pointer infop __SS_ATTR((unused)))
|
/external/ltrace/ |
printf.c | 124 struct arg_type_info *infop) 191 type_init_pointer(infop, array, 1); 194 type_init_pointer(infop, elt_info, 0); 197 *infop = *type_get_simple(format_type); 204 param_printf_next(struct param_enum *self, struct arg_type_info *infop, 367 len_buf, len_buf_len, infop) < 0) 370 infop->lens = lens; 371 infop->own_lens = 0; 376 *infop = *type_get_simple(ARGTYPE_VOID);
|
param.h | 115 * its INFOP argument to a type of the next parameter in the pack. 117 * will set INFOP to a VOID parameter. If the callback sets 133 struct arg_type_info *infop, 148 struct arg_type_info *infop, int *insert_stop);
|
param.c | 50 struct arg_type_info *infop, 96 struct arg_type_info *infop, int *insert_stop) 98 return param->u.pack.next(context, infop, insert_stop);
|
read_config_file.c | 538 unshare_type_info(struct locus *loc, struct arg_type_info **infop, int *ownp) 544 if (ninfo == NULL || type_clone(ninfo, *infop) < 0) { 550 *infop = ninfo;
|
/external/curl/lib/ |
mprintf.c | 953 struct nsprintf *infop=(struct nsprintf *)data; local 956 if(infop->length < infop->max) { 958 infop->buffer[0] = outc; /* store */ 959 infop->buffer++; /* increase pointer */ 960 infop->length++; /* we are now one byte larger */ 1001 struct asprintf *infop=(struct asprintf *)data; local 1004 if(!infop->buffer) { 1005 infop->buffer = malloc(32); 1006 if(!infop->buffer) [all...] |
/external/elfutils/libdw/ |
dwarf_getpubnames.c | 114 unsigned char *infop local 117 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)
|
/external/libpcap/ |
pcap-dlpi.c | 346 register dl_info_ack_t *infop; local 520 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack; 522 if (infop->dl_mac_type == DL_IPATM) 525 if (infop->dl_provider_style == DL_STYLE2) { 735 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack; 736 if (pcap_process_mactype(p, infop->dl_mac_type) != 0) { [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
mmo.c | 609 struct mmo_find_sec_info *infop = (struct mmo_find_sec_info *) p; local 617 if (infop->addr >= vma && infop->addr < vma + sec->size) 618 infop->sec = sec; 624 struct mmo_find_sec_info *infop = (struct mmo_find_sec_info *) p; local 632 if (infop->addr >= vma && infop->addr < vma + MAX_ARTIFICIAL_SECTION_SIZE) 633 infop->sec = sec; 3089 struct mmo_write_sec_info *infop = (struct mmo_write_sec_info *) p; local [all...] |
/external/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
linux_syscall_hooks.h | 350 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ 352 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru)) 353 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ 355 (long)(infop), (long)(options), \ [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 22313 const et_info *infop; \/* Pointer to the appropriate info structure *\/ local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 22313 const et_info *infop; \/* Pointer to the appropriate info structure *\/ local [all...] |
/external/valgrind/memcheck/tests/solaris/ |
scalar.stderr.exp | [all...] |