HomeSort by relevance Sort by last modified time
    Searched refs:P_ (Results 1 - 25 of 25) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.h 23 void panic P_((const char *str, ...));
25 FILE *ck_fopen P_((const char *name, const char *mode, int fail));
26 FILE *ck_fdopen P_((int fd, const char *name, const char *mode, int fail));
27 void ck_fwrite P_((const VOID *ptr, size_t size, size_t nmemb, FILE *stream));
28 size_t ck_fread P_((VOID *ptr, size_t size, size_t nmemb, FILE *stream));
29 void ck_fflush P_((FILE *stream));
30 void ck_fclose P_((FILE *stream));
31 const char *follow_symlink P_((const char *path));
32 size_t ck_getline P_((char **text, size_t *buflen, FILE *stream));
33 FILE * ck_mkstemp P_((char **p_filename, char *tmpdir, char *base))
    [all...]
sed.h 191 void bad_prog P_((const char *why));
192 size_t normalize_text P_((char *text, size_t len, enum text_types buftype));
193 struct vector *compile_string P_((struct vector *, char *str, size_t len));
194 struct vector *compile_file P_((struct vector *, const char *cmdfile));
195 void check_final_program P_((struct vector *));
196 void rewind_read_files P_((void));
197 void finish_program P_((struct vector *));
199 struct regex *compile_regex P_((struct buffer *b, int flags, int needed_sub));
200 int match_regex P_((struct regex *regex,
204 void release_regex P_((struct regex *))
    [all...]
fmt.c 138 static bool get_paragraph P_ ((void));
139 static int get_line P_ ((int c));
140 static int get_space P_ ((int c));
141 static int copy_rest P_ ((int c));
142 static bool same_para P_ ((int c));
143 static void flush_paragraph P_ ((void));
144 static void fmt_paragraph P_ ((void));
145 static void check_punctuation P_ ((WORD *w));
146 static COST base_cost P_ ((WORD *this));
147 static COST line_cost P_ ((WORD *next, int len))
    [all...]
execute.c 136 bool (*read_fn) P_((struct input *)); /* read one line */
188 static VOID *bootstrap_memchr P_((const VOID *s, int c, size_t n));
206 static void resize_line P_((struct line *, size_t));
239 static void str_append P_((struct line *, const char *, size_t));
277 static void str_append_modified P_((struct line *, const char *, size_t,
389 static void line_init P_((struct line *, struct line *, size_t initial_size));
412 static void line_reset P_((struct line *, struct line *));
434 static void line_copy P_((struct line *from, struct line *to, int state));
470 static void line_append P_((struct line *from, struct line *to, int state));
489 static void line_exchange P_((struct line *a, struct line *b, int state))
    [all...]
sed.c 49 extern char *getenv P_((const char *));
90 static void usage P_((int));
109 static void usage P_((int));
compile.c 227 static int inchar P_((void));
249 static void savchar P_((int ch));
269 static int in_nonblank P_((void));
281 static countT in_integer P_((int ch));
297 static int add_then_next P_((struct buffer *b, int ch));
307 static char * convert_number P_((char *, char *, const char *, int, int, int));
356 static struct buffer *read_filename P_((void));
381 static struct output *get_openfile P_((struct output **file_ptrs, const char *mode, int fail));
430 static struct sed_cmd *next_cmd_entry P_((struct vector **vectorp));
456 static int snarf_char_class P_((struct buffer *b, mbstate_t *cur_stat))
    [all...]
utils.c 61 static void do_ck_fclose P_((FILE *fp));
105 static const char *utils_fp_name P_((FILE *fp));
550 static void resize_buffer P_((struct buffer *b, size_t newlen));
  /external/bluetooth/glib/glib/
glibintl.h 15 #define P_(String) glib_gettext(String)
25 #define P_(String) (String)
  /external/bluetooth/glib/gio/
gmountoperation.c 337 P_("Username"),
338 P_("The user name"),
352 P_("Password"),
353 P_("The password"),
366 P_("Anonymous"),
367 P_("Whether to use an anonymous user"),
380 P_("Domain"),
381 P_("The domain of the mount operation"),
394 P_("Password save"),
395 P_("How passwords should be saved")
    [all...]
gemblem.c 143 P_("GEmblem's origin"),
144 P_("Tells which origin the emblem is derived from"),
152 P_("The icon of the emblem"),
153 P_("The actual icon of the emblem"),
glocalfilemonitor.c 124 P_("File name"),
125 P_("File name to monitor"),
gfilterinputstream.c 134 P_("The Filter Base Stream"),
135 P_("The underlying base stream on which the io ops will be done."),
143 P_("Close Base Stream"),
144 P_("If the base stream should be closed when the filter stream is closed."),
gfilteroutputstream.c 133 P_("The Filter Base Stream"),
134 P_("The underlying base stream on which the io ops will be done."),
142 P_("Close Base Stream"),
143 P_("If the base stream should be closed when the filter stream is closed."),
gdataoutputstream.c 87 P_("Byte order"),
88 P_("The byte order"),
glocaldirectorymonitor.c 156 P_("Directory name"),
157 P_("Directory to monitor"),
gbufferedoutputstream.c 152 P_("Buffer Size"),
153 P_("The size of the backend buffer"),
163 P_("Auto-grow"),
164 P_("Whether the buffer should automatically grow"),
gdatainputstream.c 92 P_("Byte order"),
93 P_("The byte order"),
107 P_("Newline type"),
108 P_("The accepted types of line ending"),
    [all...]
gfilemonitor.c 234 P_("Rate limit"),
235 P_("The limit of the monitor to watch for changes, in milliseconds"),
244 P_("Cancelled"),
245 P_("Whether the monitor has been cancelled"),
gfileenumerator.c 158 g_param_spec_object ("container", P_("Container"),
159 P_("The container that is being enumerated"),
gbufferedinputstream.c 167 P_("Buffer Size"),
168 P_("The size of the backend buffer"),
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 134 return P_;
173 StateComparator<A> comp(fst, P_, StateComparator<A>::kCompareFinal);
177 StateId class_id = P_.AddClass();
178 P_.Add(siter.Value(), class_id);
185 class_id = P_.AddClass();
186 P_.Add(s, class_id);
190 P_.Add(s, it->second);
195 VLOG(5) << "Initial Partition: " << P_.num_classes();
208 P_.Initialize(Tr_.NumStates() - 1);
214 ArcIterCompare comp(P_);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 69 # define P_(s) s
71 # define P_(s) ()
122 extern char *strerror P_((int e));
  /external/e2fsprogs/e2fsck/
unix.c 142 printf (P_("\n%8u inode used (%2.2f%%)\n", "\n%8u inodes used (%2.2f%%)\n",
144 printf (P_("%8u non-contiguous file (%0d.%d%%)\n",
149 printf (P_("%8u non-contiguous directory (%0d.%d%%)\n",
170 printf (P_("%8u block used (%2.2f%%)\n", "%8u blocks used (%2.2f%%)\n",
172 printf (P_("%8u bad block\n", "%8u bad blocks\n",
174 printf (P_("%8u large file\n", "%8u large files\n",
176 printf (P_("\n%8u regular file\n", "\n%8u regular files\n",
178 printf (P_("%8u directory\n", "%8u directories\n",
180 printf (P_("%8u character device file\n",
183 printf (P_("%8u block device file\n", "%8u block device files\n"
    [all...]
e2fsck.h 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
  /frameworks/compile/slang/tests/
test.py 94 # directory names that start with 'P_'.
120 elif dirname[0:2] == 'P_':
190 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):

Completed in 235 milliseconds