Searched refs:category (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dhard-locale.c40 hard_locale (int category) argument
47 char const *p = setlocale (category, 0);
63 if (((p = setlocale (category, "C"))
65 || ((p = setlocale (category, "POSIX"))
70 setlocale (category, locale);
/macosx-10.10.1/text_cmds-88/sort/
H A Dhard-locale.c41 hard_locale (int category) argument
44 char const *p = setlocale (category, NULL);
61 if (((p = setlocale (category, "C"))
63 || ((p = setlocale (category, "POSIX"))
68 setlocale (category, locale);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcgettext.c47 DCGETTEXT (domainname, msgid, category)
50 int category;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddcngettext.c47 DCNGETTEXT (domainname, msgid1, msgid2, n, category)
52 int category;
54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
H A Dintl-compat.c80 dcgettext (domainname, msgid, category)
83 int category;
85 return libintl_dcgettext (domainname, msgid, category);
114 dcngettext (domainname, msgid1, msgid2, n, category)
119 int category;
121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Ddcgettext.c47 DCGETTEXT (domainname, msgid, category)
50 int category;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddcngettext.c47 DCNGETTEXT (domainname, msgid1, msgid2, n, category)
52 int category;
54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
H A Dintl-compat.c80 dcgettext (domainname, msgid, category)
83 int category;
85 return libintl_dcgettext (domainname, msgid, category);
114 dcngettext (domainname, msgid1, msgid2, n, category)
119 int category;
121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcategory.h1 /* Declarations having to do with Emacs category tables.
25 /* We introduce here three types of object: category, category set,
26 and category table.
28 A category is like syntax but differs in the following points:
30 o A category is represented by a mnemonic character of the range
33 o A category is not exclusive, i.e. a character has multiple
34 categories (category set). Of course, there's a case that a
35 category set is empty, i.e. the character has no category
[all...]
H A Dcategory.c1 /* GNU Emacs routines to deal with category tables.
27 /* Here we handle three objects: category, category set, and category
28 table. Read comments in the file category.h to understand them. */
35 #include "category.h"
38 /* The version number of the latest category table. Each category
42 category table (of the current buffer) at that moment is also
60 DEFUN ("make-category
79 Lisp_Object category; variable
82 CHECK_CATEGORY (category); variable
100 Lisp_Object category, docstring, table; variable
102 CHECK_CATEGORY (category); variable
118 Lisp_Object category, table; variable
120 CHECK_CATEGORY (category); variable
372 Lisp_Object character, category, table, reset; variable
380 CHECK_CATEGORY (category); variable
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Ddupe-warning.conf1 log4perl.category = WARN, Logfile
7 log4perl.category = TRACE, Logfile
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dxpostconf40 if ($category eq "PARAM") {
45 } elsif ($category eq "CLASS") {
51 die "Unknown category: $category. Need PARAM or CLASS.\n";
75 $category = $1;
104 ($category, $name, $mode) = split(/\s+/, substr($_, 1));
105 if ($category eq "CLASS") {
108 } elsif ($category eq "PARAM") {
112 die "Unknown category: $category
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetlocale.c73 * Current locales for each category
103 setlocale(category, locale)
104 int category;
111 if (category < LC_ALL || category >= _LC_LAST) {
117 return (category != LC_ALL ?
118 current_categories[category] : currentlocale());
131 if (category == LC_ALL) {
141 env = __get_locale_env(category);
146 (void)strcpy(new_categories[category], en
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DInventory.java9 private String category; field in class:Inventory
23 category = data;
47 return category;
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D059Wrapper.t63 is $logger->{category}, "main", "imported get_logger()";
66 is $logger->{category}, $pkgcat, "imported get_logger($pkg)";
79 is $logger->{category}, "main", "$class\::()";
82 is $logger->{category}, $pkgcat, "$class\::($pkg)";
87 is $logger->{category}, "main", "$class->()";
90 is $logger->{category}, $pkgcat, "$class->($pkg)";
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/startperf/
H A Dsetup.sh53 print-category no;
55 category default {
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf38 category default { default_log; default_debug; };
39 category lame-servers { null; };
H A Dnamed.pipeconf38 category default { default_log; default_debug; };
39 category lame-servers { null; };
H A Dnamed.plain38 category default { default_log; default_debug; };
39 category lame-servers { null; };
H A Dnamed.symconf38 category default { default_log; default_debug; };
39 category lame-servers { null; };
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_classes.h70 /// Definition of locale::category.
71 typedef int category; typedef in class:locale
96 * The standard category values are none, ctype, numeric, collate, time,
98 * intersection. The category all is the union of these values.
104 static const category none = 0;
105 static const category ctype = 1L << 0;
106 static const category numeric = 1L << 1;
107 static const category collate = 1L << 2;
108 static const category time = 1L << 3;
109 static const category monetar
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dlog.h92 * structures names each category, and the id value is initialized by calling
158 * Do not log directly to DEFAULT. Use another category. When in doubt,
205 * the category/module specification of isc_log_[v]write[1] that is compiled
328 *\li A category should only be registered once, but no mechanism enforces
356 * \li There are references to each category in the logging context,
422 * the default logging category can be changed by redefining
424 * logging category can be changed with only one additional function
469 const isc_logcategory_t *category,
472 * Associate a named logging channel with a category and module that
481 *\li Specifying a very large number of channels for a category wil
[all...]
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dlog.h92 * structures names each category, and the id value is initialized by calling
158 * Do not log directly to DEFAULT. Use another category. When in doubt,
205 * the category/module specification of isc_log_[v]write[1] that is compiled
328 *\li A category should only be registered once, but no mechanism enforces
356 * \li There are references to each category in the logging context,
422 * the default logging category can be changed by redefining
424 * logging category can be changed with only one additional function
469 const isc_logcategory_t *category,
472 * Associate a named logging channel with a category and module that
481 *\li Specifying a very large number of channels for a category wil
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp613 category = rhs.category;
617 if (category == fcNormal || category == fcNaN)
624 assert(category == fcNormal || category == fcNaN);
636 category = fcNaN;
707 category != rhs.category ||
713 if (category
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A D2.0.rb50 @categories.each do |category|
51 category.to_feed(rss, channel)
57 category = Rss::Channel::Category.new
58 set = setup_values(category)
60 channel.categories << category
61 set_parent(category, channel)
62 setup_other_elements(rss, category)
178 @categories.each do |category|
179 category.to_feed(rss, item)
185 category
[all...]

Completed in 220 milliseconds

1234567891011>>