Searched refs:subject (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/etc/ssl/misc/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/etc/ssl/misc/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dobserver.c23 attaches a callback to the subject. One subject can have several
33 for contextual data. This contextual data is given to the subject
34 when attaching the callback. In return, the subject will provide
77 /* A list of observers, maintained by the subject. A subject is
87 in the list of observers maintained by a subject. */
108 in order for the subject to provide it back to the observer during
112 generic_observer_attach (struct observer_list **subject, argument
118 observer_list->next = *subject;
130 generic_observer_detach(struct observer_list **subject, const struct observer *observer) argument
160 generic_observer_notify(struct observer_list *subject, const void *args) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dobserver.c23 attaches a callback to the subject. One subject can have several
33 for contextual data. This contextual data is given to the subject
34 when attaching the callback. In return, the subject will provide
77 /* A list of observers, maintained by the subject. A subject is
87 in the list of observers maintained by a subject. */
108 in order for the subject to provide it back to the observer during
112 generic_observer_attach (struct observer_list **subject, argument
118 observer_list->next = *subject;
130 generic_observer_detach(struct observer_list **subject, const struct observer *observer) argument
160 generic_observer_notify(struct observer_list *subject, const void *args) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dobserver.c23 attaches a callback to the subject. One subject can have several
33 for contextual data. This contextual data is given to the subject
34 when attaching the callback. In return, the subject will provide
77 /* A list of observers, maintained by the subject. A subject is
87 in the list of observers maintained by a subject. */
108 in order for the subject to provide it back to the observer during
112 generic_observer_attach (struct observer_list **subject, argument
118 observer_list->next = *subject;
130 generic_observer_detach(struct observer_list **subject, const struct observer *observer) argument
160 generic_observer_notify(struct observer_list *subject, const void *args) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcredemo.c51 char *subject; local
81 and the subject string. */
85 printf("Two arguments required: a regex and a subject string\n");
90 subject = argv[i+1];
91 subject_length = (int)strlen(subject);
117 * pattern match against the subject string. This does just ONE match. If *
124 subject, /* the subject string */
125 subject_length, /* the length of the subject */
126 0, /* start at offset 0 in the subject */
[all...]
H A Dpcre_get.c42 from the subject string after a regex match has succeeded. The original idea
276 subject the subject string that was matched
296 pcre_copy_substring(const char *subject, int *ovector, int stringcount, argument
300 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
310 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
327 subject the subject string that was matched
347 pcre_copy_named_substring(const pcre *code, const char *subject, argument
352 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject,
391 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
485 pcre_get_substring(const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) argument
542 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcredemo.c51 char *subject; local
81 and the subject string. */
85 printf("Two arguments required: a regex and a subject string\n");
90 subject = argv[i+1];
91 subject_length = (int)strlen(subject);
117 * pattern match against the subject string. This does just ONE match. If *
124 subject, /* the subject string */
125 subject_length, /* the length of the subject */
126 0, /* start at offset 0 in the subject */
[all...]
H A Dpcre_get.c42 from the subject string after a regex match has succeeded. The original idea
276 subject the subject string that was matched
296 pcre_copy_substring(const char *subject, int *ovector, int stringcount, argument
300 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
310 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
327 subject the subject string that was matched
347 pcre_copy_named_substring(const pcre *code, const char *subject, argument
352 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject,
391 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
485 pcre_get_substring(const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) argument
542 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcredemo.c51 char *subject; local
81 and the subject string. */
85 printf("Two arguments required: a regex and a subject string\n");
90 subject = argv[i+1];
91 subject_length = (int)strlen(subject);
117 * pattern match against the subject string. This does just ONE match. If *
124 subject, /* the subject string */
125 subject_length, /* the length of the subject */
126 0, /* start at offset 0 in the subject */
[all...]
H A Dpcre_get.c42 from the subject string after a regex match has succeeded. The original idea
276 subject the subject string that was matched
296 pcre_copy_substring(const char *subject, int *ovector, int stringcount, argument
300 pcre16_copy_substring(PCRE_SPTR16 subject, int *ovector, int stringcount,
310 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
327 subject the subject string that was matched
347 pcre_copy_named_substring(const pcre *code, const char *subject, argument
352 pcre16_copy_named_substring(const pcre16 *code, PCRE_SPTR16 subject,
391 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
485 pcre_get_substring(const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) argument
542 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument
[all...]

Completed in 205 milliseconds

1234567891011>>