OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOMAIN
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/bsd/am-utils/dist/scripts/
automount2amd.in
23
#
domain
==larc.nasa.gov;rhost:=machine;rfs:=/path || \
27
# You should set the
DOMAIN
and DEFAULT variables to your preferences.
34
# amd
domain
name (doesn't have to be the DNS
domain
; isn't overloading great!)
36
$
DOMAIN
='';
60
if (defined($
DOMAIN
) && $
DOMAIN
ne "") {
62
$machine, $
DOMAIN
, $path);
63
printf("
domain
==%s;rhost:=%s;rfs:=%s || \\\n",
64
$
DOMAIN
, $machine, $path)
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/po/
GNUmakefile
3
# This file is in the public
domain
.
14
# Usually the message
domain
is the same as the package name in lower case.
15
DOMAIN
= hello-objc-gnustep
21
# $(
DOMAIN
).pot file. Set this to the copyright holder of the surrounding
26
# the public
domain
; in this case the translators are expected to disclaim
84
# Note: Target 'all' must not depend on target '$(
DOMAIN
).pot-update',
88
# This target rebuilds $(
DOMAIN
).pot; it is an expensive operation.
89
# Note that $(
DOMAIN
).pot is not touched if it doesn't need to be changed.
90
$(
DOMAIN
).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
91
$(XGETTEXT) --default-
domain
=$(DOMAIN) --directory=$(top_srcdir)
[
all
...]
/src/crypto/external/cpl/tpm-tools/dist/po/
Makevars
26
# Usually the message
domain
is the same as the package name.
27
DOMAIN
= $(PACKAGE)
37
# $(
DOMAIN
).pot file. Set this to the copyright holder of the surrounding
42
# the public
domain
; in this case the translators are expected to disclaim
/src/crypto/external/cpl/tpm-tools/dist/po_/
Makevars
26
# Usually the message
domain
is the same as the package name.
27
DOMAIN
= $(PACKAGE)
37
# $(
DOMAIN
).pot file. Set this to the copyright holder of the surrounding
42
# the public
domain
; in this case the translators are expected to disclaim
/src/external/gpl2/groff/dist/src/libs/libgroff/
matherr.c
37
case
DOMAIN
:
/src/external/bsd/openresolv/dist/
resolvectl.in
101
# Now set
domain
and dns
102
DOMAIN
=$(@SBINDIR@/resolvconf -L $@ 2>/dev/null | sed -n -e "s/
domain
//p" -e "s/search //p")
104
if [ -n "$
DOMAIN
" ]; then
111
for d in $
DOMAIN
; do
114
DOMAIN
="$ND"
116
resolvectl
domain
"$IFACE" $
DOMAIN
118
resolvectl
domain
"$IFACE" ""
libc.in
97
domain
="$(key_get_value "
domain
" "$base")"
167
: ${
domain
:=$
DOMAIN
}
195
[ -n "$
domain
" ] && newconf="${newconf}
domain
$
domain
$NL"
196
if [ -n "$newsearch" ] && [ "$newsearch" != "$
domain
" ]; then
204
stuff="$($list_resolv | keys_remove nameserver
domain
search)"
resolvconf.in
261
# for
domain
name servers, search name servers and global nameservers
266
domain
=
309
"
domain
"*)
311
if [ -z "$
domain
" ]; then
312
domain
="$search"
314
printf '
DOMAIN
=%s\n' "$(quote "$
domain
")"
863
# Luckily we are only doing this for
domain
names which we
980
domain
|search) val="$(process_domain $val)";;
989
DOMAIN
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/examples/po/
Makefile.am
91
# This is a synthetic
domain
name.
92
DOMAIN
= gettext-examples
95
# $(
DOMAIN
).pot file. Set this to the copyright holder of the surrounding
100
# the public
domain
; in this case the translators are expected to disclaim
152
# $(srcdir)/$(
DOMAIN
).pot is only created when needed. When xgettext finds no
153
# internationalized messages, no $(srcdir)/$(
DOMAIN
).pot is created (because
160
# checks out the package via CVS, and the $(
DOMAIN
).pot file is not in CVS,
161
# "make" will update the $(
DOMAIN
).pot and the $(CATALOGS), but subsequent
166
stamp-po: $(srcdir)/$(
DOMAIN
).pot
167
@test ! -f $(srcdir)/$(
DOMAIN
).pot || {
[
all
...]
/src/lib/libm/src/
k_standard.c
103
exc.type =
DOMAIN
;
111
(void) WRITE2("acos:
DOMAIN
error\n", 19);
119
exc.type =
DOMAIN
;
127
(void) WRITE2("asin:
DOMAIN
error\n", 19);
137
exc.type =
DOMAIN
;
144
(void) WRITE2("atan2:
DOMAIN
error\n", 20);
209
exc.type =
DOMAIN
; /* should be SING for IEEE */
219
(void) WRITE2("y0:
DOMAIN
error\n", 17);
227
exc.type =
DOMAIN
;
237
(void) WRITE2("y0:
DOMAIN
error\n", 17)
[
all
...]
/src/lib/libm/complex/
casin.c
55
mtherr ("casin",
DOMAIN
);
casinf.c
55
mtherr ("casin",
DOMAIN
);
casinl.c
55
mtherr ("casinl",
DOMAIN
);
/src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.h
19
# define
DOMAIN
258
po-gram-gen2.h
19
# define
DOMAIN
258
po-gram-gen.y
128
%token
DOMAIN
158
%type <pos>
DOMAIN
172
| po_file
domain
186
domain
187
:
DOMAIN
STRING
po-lex.c
719
if (!strcmp (s, "
domain
"))
720
return
DOMAIN
;
po-gram-gen.c
7
# define
DOMAIN
258
227
"$", "error", "$undefined.", "COMMENT", "
DOMAIN
", "JUNK", "PREV_MSGCTXT",
230
"po_file", "comment", "
domain
", "message", "message_intro", "prev",
/src/share/examples/puffs/pgfs/
newfs.sql
42
CREATE
DOMAIN
fileid AS int8 NOT NULL CHECK(VALUE > 0);
43
CREATE
DOMAIN
uid AS int8 NOT NULL CHECK(VALUE >= 0);
44
CREATE
DOMAIN
gid AS int8 NOT NULL CHECK(VALUE >= 0);
45
CREATE
DOMAIN
mode AS int8 NOT NULL CHECK(VALUE >= 0 AND VALUE <= 7*8*8+7*8+7);
46
CREATE
DOMAIN
nlink AS int8 NOT NULL CHECK(VALUE >= 0);
/src/external/ibm-public/postfix/dist/src/tls/
tls_dane.sh
5
DOMAIN
=example.com
6
HOST=mail.${
DOMAIN
}
183
checkpass "sub-
domain
" 2 "$s" "$m" "$ca" "" chain1 whatever ".$
DOMAIN
"
/src/external/mpl/dhcp/dist/common/
resolv.c
67
else if (token ==
DOMAIN
|| token == SEARCH) {
79
if (!strcmp (nd ->
domain
, dn))
90
nd ->
domain
= dn;
98
"junk after
domain
declaration");
conflex.c
910
return
DOMAIN
;
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
128
DOMAIN
= 323,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
132
DOMAIN
= 323,
/src/include/
math.h
225
#define
DOMAIN
1
Completed in 33 milliseconds
1
2
Indexes created Sat Aug 01 00:24:56 UTC 2026