Searched refs:vary (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/shell_cmds-175/date/
H A Dvary.h26 * $FreeBSD: src/bin/date/vary.h,v 1.4 1999/08/27 23:14:00 peter Exp $
29 struct vary { struct
31 struct vary *next;
34 extern struct vary *vary_append(struct vary *v, char *arg);
35 extern const struct vary *vary_apply(const struct vary *v, struct tm *t);
36 extern void vary_destroy(struct vary *v);
H A Dvary.c28 __FBSDID("$FreeBSD: src/bin/date/vary.c,v 1.16 2004/08/09 13:43:39 yar Exp $");
34 #include "vary.h"
82 struct vary *
83 vary_append(struct vary *v, char *arg)
85 struct vary *result, **nextp;
95 if ((*nextp = (struct vary *)malloc(sizeof(struct vary))) == NULL)
415 const struct vary *
416 vary_apply(const struct vary *v, struct tm *t)
497 vary_destroy(struct vary *
[all...]
H A Ddate.c69 #include "vary.h"
94 struct vary *v;
95 const struct vary *badv;
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dcache_storage.c209 char *vary = NULL; local
235 vary = apr_pstrdup(r->pool, apr_table_get(h->resp_hdrs, "Vary"));
236 while (vary && *vary) {
237 char *name = vary;
241 while (*vary && !apr_isspace(*vary) && (*vary != ','))
242 ++vary;
243 while (*vary
[all...]
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp119 void vary(vunits amount);
243 inline void vjustify_output_line::vary(vunits amount) function in class:vjustify_output_line
526 sp->vary(amount[i]);
532 sp->vary(v);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A DCollPerf.pl174 names vary according to language. Each Collation operation over the whole list
212 <li>As with all performance measurements, the results will vary according to
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dutil.c1797 const char *vary = apr_table_get(out_req->headers_out, "Vary"); local
1801 if (vary == NULL)
1802 vary = DAV_LABEL_HDR;
1804 vary = apr_pstrcat(out_req->pool, vary, "," DAV_LABEL_HDR,
1807 apr_table_setn(out_req->headers_out, "Vary", vary);
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch/lib/DBIx/
H A DContextualFetch.pm175 case. Your application may vary.)
/macosx-10.9.5/CPANInternal-140/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm175 case. Your application may vary.)
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DCatalyst.pm239 Also, you can vary the layout of each message. For example if you want
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c351 const char *vary; member in struct:__anon6011
3901 ctx->vary = ctx->vary
3902 ? apr_pstrcat(r->pool, ctx->vary, ", ", ctx->vary_this,
4074 ctx->vary = NULL;
4082 if (ctx->vary) {
4083 apr_table_merge(r->headers_out, "Vary", ctx->vary);
/macosx-10.9.5/CPANInternal-140/JSON-Any/lib/JSON/
H A DAny.pm292 The actual output will vary, for example L<JSON> will encode and decode unicode
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DBase.pm500 Most names come in a number of variations. First, they may vary based
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/lib/JSON/
H A DAny.pm387 The actual output will vary, for example L<JSON> will encode and decode
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm453 Available filesystem properties and their names vary wildly between platforms.
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.pm145 it resizes the screen. If any of the new measurements vary from the old, the
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqr.vim155 syn keyword sqrParam value vary vert-line wait warn when
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh3876 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/config/
H A Dltmain.sh3910 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/config/
H A Dltmain.sh3905 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm641 the former is quoted by CE<lt>E<gt> (its results vary with your using media),
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm683 the former is quoted by CE<lt>E<gt> (its results vary with your using media),
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm2528 can vary, depending on its "case". For example:
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm2913 can vary, depending on its "case". For example:
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm442 although your mileage may certainly vary.

Completed in 208 milliseconds

12