HomeSort by relevance Sort by last modified time
    Searched refs:fp (Results 76 - 100 of 781) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iproute2/ip/
ipxfrm.c 281 FILE *fp, const char *prefix, const char *title)
286 fputs(title, fp);
289 fprintf(fp, "src %s ", rt_addr_n2a(family, sizeof(*saddr),
292 fprintf(fp, "dst %s", rt_addr_n2a(family, sizeof(id->daddr),
294 fprintf(fp, "%s", _SL_);
297 fputs(prefix, fp);
298 fprintf(fp, "\t");
300 fprintf(fp, "proto %s ", strxf_xfrmproto(id->proto));
304 fprintf(fp, "spi 0x%08x", spi);
306 fprintf(fp, "(%u)", spi)
    [all...]
ipntable.c 354 FILE *fp = (FILE*)arg; local
400 fprintf(fp, "inet ");
402 fprintf(fp, "inet6 ");
404 fprintf(fp, "dnet ");
406 fprintf(fp, "(%d) ", ndtm->ndtm_family);
410 fprintf(fp, "%s ", name);
413 fprintf(fp, "%s", _SL_);
418 fprintf(fp, " ");
422 fprintf(fp, "thresh1 %u ", thresh1);
426 fprintf(fp, "thresh2 %u ", thresh2)
    [all...]
  /bionic/libc/stdio/
vfscanf.c 101 VFSCANF(FILE *fp, const char *fmt0, __va_list ap)
111 int nread; /* number of characters consumed from fp */
120 _SET_ORIENTATION(fp, -1);
130 while ((fp->_r > 0 || __srefill(fp) == 0) &&
131 isspace(*fp->_p))
132 nread++, fp->_r--, fp->_p++;
147 if (fp->_r <= 0 && __srefill(fp))
    [all...]
fprintf.c 38 fprintf(FILE *fp, const char *fmt, ...)
44 ret = vfprintf(fp, fmt, ap);
fscanf.c 38 fscanf(FILE *fp, const char *fmt, ...)
44 ret = vfscanf(fp, fmt, ap);
putw.c 38 putw(int w, FILE *fp)
47 return (__sfvwrite(fp, &uio));
  /build/core/
filter_symbols.sh 15 $NM -g -fp $1 | while read -a line
  /dalvik/vm/mterp/armv5te/
OP_MOVE_WIDE_16.S 6 add r3, rFP, r3, lsl #2 @ r3<- &fp[BBBB]
7 add r2, rFP, r2, lsl #2 @ r2<- &fp[AAAA]
8 ldmia r3, {r0-r1} @ r0/r1<- fp[BBBB]
11 stmia r2, {r0-r1} @ fp[AAAA]<- r0/r1
OP_MOVE_WIDE_FROM16.S 6 add r3, rFP, r3, lsl #2 @ r3<- &fp[BBBB]
7 add r2, rFP, r2, lsl #2 @ r2<- &fp[AA]
8 ldmia r3, {r0-r1} @ r0/r1<- fp[BBBB]
11 stmia r2, {r0-r1} @ fp[AA]<- r0/r1
  /dalvik/vm/mterp/armv6t2/
OP_MOVE_WIDE.S 6 add r3, rFP, r3, lsl #2 @ r3<- &fp[B]
7 add r2, rFP, r2, lsl #2 @ r2<- &fp[A]
8 ldmia r3, {r0-r1} @ r0/r1<- fp[B]
11 stmia r2, {r0-r1} @ fp[A]<- r0/r1
  /frameworks/base/include/utils/
ZipUtils.h 38 static bool inflateToBuffer(FILE* fp, void* buf, long uncompressedLen,
57 static bool examineGzip(FILE* fp, int* pCompressionMethod,
  /external/icu4c/i18n/
rematch.cpp 2672 REStackFrame *fp = resetStack(); local
    [all...]
  /external/ppp/pppd/plugins/radius/
radattr.c 69 FILE *fp; local
76 fp = fopen(fname, "w");
77 if (!fp) {
86 fprintf(fp, "%s %s\n", name, value);
89 fclose(fp);
  /external/srec/srec/include/
portable.h 57 PFile* fp; local
60 fp = pfopen ( name, mode );
62 if (fp == NULL)
72 fp = NULL;
74 return fp;
  /libcore/luni/src/main/java/java/io/
FilePermissionCollection.java 89 FilePermission fp = (FilePermission) permission; local
93 && ((matchedMask & fp.mask) != fp.mask)) {
99 return ((matchedMask & fp.mask) == fp.mask);
FilePermission.java 213 FilePermission fp = (FilePermission) obj; local
214 if (!Objects.equal(fp.actions, actions)) {
219 if (fp.includeAll || includeAll) {
220 return fp.includeAll == includeAll;
222 return fp.canonPath.equals(canonPath);
257 FilePermission fp = (FilePermission) p; local
258 int matchedMask = mask & fp.mask;
270 if (fp.includeAll) {
278 && !fp.canonPath.equals(File.separator)) {
282 if (fp.allSubdir && !allSubdir)
    [all...]
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 119 gen_rsa_key(FILE *fp, size_t bits, unsigned long exp)
136 fprintf(fp, "# : PUB 0s%s\n", pubkey64->v);
137 fprintf(fp, ": RSA\t{\n");
138 fprintf(fp, "\t# RSA %zu bits\n", bits);
139 fprintf(fp, "\t# pubkey=0s%s\n", pubkey64->v);
140 fprintf(fp, "\tModulus: 0x%s\n", lowercase(BN_bn2hex(key->n)));
141 fprintf(fp, "\tPublicExponent: 0x%s\n", lowercase(BN_bn2hex(key->e)));
142 fprintf(fp, "\tPrivateExponent: 0x%s\n", lowercase(BN_bn2hex(key->d)));
143 fprintf(fp, "\tPrime1: 0x%s\n", lowercase(BN_bn2hex(key->p)));
144 fprintf(fp, "\tPrime2: 0x%s\n", lowercase(BN_bn2hex(key->q)))
158 FILE *fp = stdout; local
    [all...]
  /external/blktrace/
blkiomon.h 99 static inline void blkiomon_stat_print(FILE *fp, struct blkiomon_stat *p)
101 if (!fp)
104 fprintf(fp, "\ntime: %s", ctime((void *)&p->time));
105 fprintf(fp, "device: %d,%d\n", MAJOR(p->device), MINOR(p->device));
106 minmax_print(fp, "sizes read (bytes)", &p->size_r);
107 minmax_print(fp, "sizes write (bytes)", &p->size_w);
108 minmax_print(fp, "d2c read (usec)", &p->d2c_r);
109 minmax_print(fp, "d2c write (usec)", &p->d2c_w);
110 minmax_print(fp, "throughput read (bytes/msec)", &p->thrput_r);
111 minmax_print(fp, "throughput write (bytes/msec)", &p->thrput_w)
    [all...]
  /external/clearsilver/util/test/
hash_test.c 30 FILE *fp; local
37 fp = fopen ("/usr/dict/words", "r");
38 if (fp == NULL) {
39 fp = fopen ("/usr/share/dict/words", "r");
40 if (fp == NULL)
45 while (fgets (buf, sizeof(buf), fp) != NULL)
66 fclose (fp);
74 fp = fopen ("/usr/dict/words", "r");
75 if (fp == NULL) {
76 fp = fopen ("/usr/share/dict/words", "r")
    [all...]
  /bionic/libc/tools/
gensyscalls.py 395 def gen_NR_syscall(self,fp,name,id):
396 fp.write( "#define __NR_%-25s (__NR_SYSCALL_BASE + %d)\n" % (name,id) )
402 fp = create_file( path )
403 fp.write( "/* auto-generated by gensyscalls.py, do not touch */\n" )
404 fp.write( "#ifndef _BIONIC_LINUX_SYSCALLS_H_\n\n" )
405 fp.write( "#if !defined __ASM_ARM_UNISTD_H && !defined __ASM_I386_UNISTD_H\n" )
406 fp.write( "#if defined __arm__ && !defined __ARM_EABI__ && !defined __thumb__\n" )
407 fp.write( " # define __NR_SYSCALL_BASE 0x900000\n" )
408 fp.write( " #else\n" )
409 fp.write( " # define __NR_SYSCALL_BASE 0\n"
    [all...]
  /external/srec/srec/clib/
srec_arb.c 79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp)
88 pfread(&(q->qtype), sizeof(asr_uint16_t), 1, fp);
89 pfread(&(q->membership_bits), sizeof(asr_uint16_t), PSET_BIT_ARRAY_SIZE, fp);
178 tree_node* read_tree_node_f(char **buffer, PFile *fp)
181 pfread(&(tnode->node.quest_index), sizeof(asr_int16_t), 1, fp);
182 pfread(&(tnode->term.pelid), sizeof(asr_int16_t), 1, fp);
183 pfread(&(tnode->node.fail), sizeof(tree_branch_info*), 1, fp);
184 pfread(&(tnode->node.pass), sizeof(tree_branch_info*), 1, fp);
192 tnode->node.fail = (struct tree_branch_info*)read_tree_node_f(buffer, fp);
193 tnode->node.pass = (struct tree_branch_info*)read_tree_node_f(buffer, fp);
289 PFile* fp; local
    [all...]
  /external/clearsilver/util/
neo_rand.c 81 FILE *fp; local
90 fp = fopen ("/usr/dict/words", "r");
91 if (fp == NULL) {
92 fp = fopen ("/usr/share/dict/words", "r");
93 if (fp == NULL) {
98 while (fgets (buf, sizeof(buf), fp) != NULL)
105 fclose (fp);
  /system/vold/
Xwarp.cpp 45 FILE *fp; local
50 if (!(fp = fopen(XWARP_READY, "r"))) {
54 fscanf(fp, "%d", (int *) ready);
55 fclose(fp);
57 if (!(fp = fopen(XWARP_MIRROR_STATUS, "r"))) {
61 fscanf(fp, "%u %u", mirrorPos, maxSize);
62 fclose(fp);
  /bionic/libc/netbsd/net/
getservbyport_r.c 60 if (sd->fp != NULL) {
61 (void)fclose(sd->fp);
62 sd->fp = NULL;
  /external/iproute2/genl/
ctrl.c 115 void print_ctrl_cmd_flags(FILE *fp, __u32 fl)
117 fprintf(fp, "\n\t\tCapabilities (0x%x):\n ", fl);
119 fprintf(fp, "\n");
122 fprintf(fp, "\t\t ");
125 fprintf(fp, " requires admin permission;");
127 fprintf(fp, " can doit;");
129 fprintf(fp, " can dumpit;");
131 fprintf(fp, " has policy");
133 fprintf(fp, "\n");
136 static int print_ctrl_cmds(FILE *fp, struct rtattr *arg, __u32 ctrl_ver
187 FILE *fp = (FILE *) arg; local
    [all...]

Completed in 961 milliseconds

1 2 34 5 6 7 8 91011>>