Searched refs:newl (Results 1 – 10 of 10) sorted by relevance
/external/curl/src/ |
D | tool_cb_dbg.c | 105 static bool newl = FALSE; in tool_debug_cb() local 113 if(!newl) { in tool_debug_cb() 118 newl = FALSE; in tool_debug_cb() 121 if(!newl) in tool_debug_cb() 125 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE; in tool_debug_cb() 130 if(!newl) in tool_debug_cb() 133 newl = (size && (data[size - 1] != '\n')) ? TRUE : FALSE; in tool_debug_cb() 146 if(!newl) in tool_debug_cb() 149 newl = FALSE; in tool_debug_cb() 155 newl = FALSE; in tool_debug_cb()
|
/external/libxml2/result/ |
D | ent11.sax | 4 SAX.entityDecl(newl, 1, (null), (null), 6 SAX.getEntity(newl) 9 SAX.getEntity(newl) 12 SAX.reference(newl)
|
D | ent11.sax2 | 4 SAX.entityDecl(newl, 1, (null), (null), 6 SAX.getEntity(newl) 9 SAX.getEntity(newl) 12 SAX.reference(newl)
|
D | ent11.rdr | 3 1 5 newl 0 0
|
/external/v8/tools/gyp/pylib/gyp/ |
D | xml_fix.py | 28 def _Replacement_writexml(self, writer, indent="", addindent="", newl=""): argument 43 writer.write(">%s" % newl) 45 node.writexml(writer, indent + addindent, addindent, newl) 46 writer.write("%s</%s>%s" % (indent, self.tagName, newl)) 48 writer.write("/>%s" % newl)
|
/external/compiler-rt/lib/BlocksRuntime/ |
D | runtime.c | 51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument 53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong() 72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument 73 return __sync_bool_compare_and_swap(dst, oldl, newl); in OSAtomicCompareAndSwapLong()
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 316 int newl, cur_x, cur_y; in print_autowrap() local 338 newl = 1; in print_autowrap() 351 (newl && wlen < 4 && sp in print_autowrap() 365 newl = 1; in print_autowrap() 367 newl = 0; in print_autowrap()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | expand.h | 80 cond_av_list_t ** newl, avtab_t * expa);
|
/external/selinux/libsepol/src/ |
D | expand.c | 3370 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_node() argument 3388 return expand_cond_insert(newl, expa, k, d); in expand_cond_av_node() 3398 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node() 3412 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node() 3428 rc = expand_cond_insert(newl, expa, &newkey, d); in expand_cond_av_node() 3438 cond_av_list_t ** newl, avtab_t * expa) in expand_cond_av_list() argument 3449 *newl = NULL; in expand_cond_av_list() 3452 rc = expand_cond_av_node(p, node, newl, expa); in expand_cond_av_list()
|
/external/mksh/src/ |
D | edit.c | 5101 redraw_line(bool newl) in redraw_line() argument 5105 if (newl) { in redraw_line()
|