/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fc.c | 100 void fc_set_callout(ffsb_config_t * fc, char *callout) in fc_set_callout() argument 102 free(fc->callout); in fc_set_callout() 103 fc->callout = ffsb_strdup(callout); in fc_set_callout() 108 return fc->callout; in fc_get_callout()
|
D | main.c | 71 char *callout = NULL; in main() local 137 callout = fc_get_callout(&fc); in main() 138 if (callout) { in main() 139 printf("executing callout: \n %s\n", callout); in main() 140 if (ffsb_system(callout) < 0) { in main()
|
D | ffsb.h | 73 char *callout; /* we will try and exec this */ member 102 void fc_set_callout(ffsb_config_t *fc, char *callout);
|
D | README | 66 callout - calls and external command and waits for its termination 73 callout). 254 callout=synchronize.sh myhostname
|
/external/skqp/docs/ |
D | catalogTrailer.txt | 62 function imageIterator(callout, state) { 71 if (callout(state, column, row, height, contains, recstr)) 85 var callout = function(state, column, row, height, contains, recstr) { 102 imageIterator(callout, state) 134 var callout = function(state, column, row, height, contains, recstr) { 138 imageIterator(callout, null)
|
/external/skia/docs/ |
D | catalogTrailer.txt | 62 function imageIterator(callout, state) { 71 if (callout(state, column, row, height, contains, recstr)) 85 var callout = function(state, column, row, height, contains, recstr) { 102 imageIterator(callout, state) 134 var callout = function(state, column, row, height, contains, recstr) { 138 imageIterator(callout, null)
|
/external/ppp/pppd/ |
D | main.c | 1281 struct callout { struct 1285 struct callout *c_next; argument 1288 static struct callout *callout = NULL; /* Callout list */ variable 1300 struct callout *newp, *p, **pp; 1305 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL) 1320 for (pp = &callout; (p = *pp); pp = &p->c_next) 1338 struct callout **copp, *freep; 1343 for (copp = &callout; (freep = *copp); copp = &freep->c_next) 1358 struct callout *p; in calltimeout() 1360 while (callout != NULL) { in calltimeout() [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_jit_match.c | 135 arguments.callout = mcontext->callout; in pcre2_jit_match() 147 arguments.callout = NULL; in pcre2_jit_match()
|
D | pcre2_context.c | 399 int (*callout)(pcre2_callout_block *, void *), void *callout_data) in pcre2_set_callout() 401 mcontext->callout = callout; in pcre2_set_callout()
|
D | pcre2_intmodedep.h | 586 int (*callout)(pcre2_callout_block *, void *); member 884 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member 912 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
|
D | pcre2grep.c | 1748 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text() argument 1763 if (!callout) in syntax_check_output_text() 1777 if ((*string >= '1' && *string <= '9') || (!callout && *string == '0')) in syntax_check_output_text() 1794 if (!callout) in syntax_check_output_text() 1809 if (!callout) in syntax_check_output_text() 1821 if (!callout) in syntax_check_output_text() 1834 if (!callout) in syntax_check_output_text() 1890 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text() argument 1913 if ((*string >= '1' && *string <= '9') || (!callout && *string == '0')) in display_output_text()
|
D | pcre2_dfa_match.c | 356 if (mb->callout == NULL) return 0; /* No callout provided */ in do_callout() 382 return (mb->callout)(cb, mb->callout_data); in do_callout() 3357 mb->callout = NULL; in pcre2_dfa_match() 3371 mb->callout = mcontext->callout; in pcre2_dfa_match()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 583 callout_info show callout information 678 mation that is requested. For each callout, either its number or string 1062 callout_capture show captures at callout time 1064 callout_error=<n>[:<m>] control callout error 1065 callout_extra show extra callout information 1066 callout_fail=<n>[:<m>] control callout failure 1067 callout_no_where do not show position of a callout 1068 callout_none do not supply a callout function 1158 A callout function is supplied when pcre2test calls the library match- 1551 If the pattern contains any callout requests, pcre2test's callout func- [all …]
|
D | pcre2.txt | 144 pcre2callout details of the callout feature 898 The first argument to the callout function gives the current depth of 900 ment of pcre2_set_compile_recursion_guard(). The callout function 907 Set up a callout function 936 This sets up a "callout" function for PCRE2 to call at specified points 1422 If this bit is set, pcre2_compile() automatically inserts callout 1424 ately before or after an explicit callout in the pattern. For discus- 1425 sion of the callout facility, see the pcre2callout documentation. 2290 function is called for every callout in the pattern in the order in 2291 which they appear. Its first argument is a pointer to a callout enumer- [all …]
|
D | pcre2grep.txt | 835 PCRE2's callout facility. However, this support can be disabled when 840 A callout in a PCRE2 pattern is of the form (?C<arg>) where the argu- 847 If the callout string does not start with a pipe (vertical bar) charac- 878 characters in the callout argument will cause premature termination of 881 character) cause the callout to be ignored. If running the program 888 If the callout string starts with a pipe (vertical bar) character, the 894 after the string is output. If you want to see only the callout output
|
/external/pcre/dist2/ |
D | HACKING | 152 assumption is made that there will be a callout for each pattern code unit 311 item in the pattern. Then there is either one callout number, or a length and 759 callout is inserted immediately before the assertion. It is also possible to 760 insert a manual callout at this point. Only assertion conditions may have 790 A callout may have either a numerical argument or a string argument. These use 797 In the case of a numeric callout, after these two values there is a single code 798 unit containing the callout number, in the range 0-255, with 255 being used for 808 and followed by a binary zero. When a callout function is called, a pointer to 810 the application needs it. In the 8-bit library, the callout in /X(?C'abc')Y/ is
|
D | ChangeLog | 281 20. Allocate a single callout block on the stack at the start of pcre2_match() 289 field callout_flags in callout blocks. The bits are set by pcre2_match(), but 461 the --output=text (-O) option and the inbuilt callout echo. 618 (h) An empty \Q\E sequence may appear after a callout that precedes an 625 change is that when a callout appears before a group, the "length of next 628 given only for a callout at the end of the pattern. Automatic callouts are no 660 (g) When reading a callout string, if the end delimiter was at the end of the 694 (q) A conditional group that started with a callout was not doing the right 712 compiling and during callout processing. 721 8. When pcre2test was outputing information from a callout, the caret indicator [all …]
|
D | NEWS | 46 field callout_flags in callout blocks. 67 offset_vector field in the callout block is no longer a pointer to the
|
D | configure.ac | 170 # Handle --disable-pcre2grep-callout (enabled by default) 171 AC_ARG_ENABLE(pcre2grep-callout, 172 AS_HELP_STRING([--disable-pcre2grep-callout], 173 [disable callout script support in pcre2grep]), 630 Define to any value to enable callout script support in pcre2grep.])
|
/external/syzkaller/sys/linux/ |
D | key.txt | 21 request_key(type ptr[in, string[key_type]], desc ptr[in, key_desc], callout ptr[in, string], keyrin…
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 49 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*… 112 …callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.… 138 …8, i8, i8, i8, i8, %struct.pcb*, i32, i8, i8, i8, i8, [2 x i64], %struct.callout, %struct.trapfram…
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 49 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*… 112 …callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.… 138 …8, i8, i8, i8, i8, %struct.pcb*, i32, i8, i8, i8, i8, [2 x i64], %struct.callout, %struct.trapfram…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 50 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*… 113 …callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.… 139 …8, i8, i8, i8, i8, %struct.pcb*, i32, i8, i8, i8, i8, [2 x i64], %struct.callout, %struct.trapfram…
|
/external/tinyxml2/docs/ |
D | doxygen.css | 240 -webkit-touch-callout: none; 863 -webkit-touch-callout: none; 1307 -webkit-touch-callout: none;
|
/external/epid-sdk/doc/html/ |
D | doxygen.css | 240 -webkit-touch-callout: none; 863 -webkit-touch-callout: none; 1307 -webkit-touch-callout: none;
|