Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 25 of 214) sorted by relevance

123456789

/freebsd-9-stable/tools/regression/bin/sh/expansion/
Dset-u1.03 ${SH} -uc 'unset foo; echo $foo' 2>/dev/null && exit 1
7 ${SH} -uc 'unset foo; echo ${foo-}' >/dev/null || exit 1
8 ${SH} -uc 'unset foo; echo ${foo+}' >/dev/null || exit 1
9 ${SH} -uc 'unset foo; echo ${foo=}' >/dev/null || exit 1
11 ${SH} -uc 'unset foo; echo ${#foo}' 2>/dev/null && exit 1
13 ${SH} -uc 'unset foo; echo ${foo#?}' 2>/dev/null && exit 1
15 ${SH} -uc 'unset foo; echo ${foo##?}' 2>/dev/null && exit 1
17 ${SH} -uc 'unset foo; echo ${foo%?}' 2>/dev/null && exit 1
19 ${SH} -uc 'unset foo; echo ${foo%%?}' 2>/dev/null && exit 1
Dcmdsubst6.010 unset v
21 unset v
Dquestion1.07 unset x
9 ${SH} -c 'unset foo; echo ${foo?}' 2>/dev/null && exit 1
/freebsd-9-stable/contrib/ntp/libntp/
Diosignal.c388 sigset_t unset; in unblock_io_and_alarm() local
390 if (sigemptyset(&unset)) in unblock_io_and_alarm()
394 if (sigaddset(&unset, SIGIO)) in unblock_io_and_alarm()
398 if (sigaddset(&unset, SIGPOLL)) in unblock_io_and_alarm()
401 if (sigaddset(&unset, SIGALRM)) in unblock_io_and_alarm()
404 if (sigprocmask(SIG_UNBLOCK, &unset, NULL)) in unblock_io_and_alarm()
413 sigset_t unset; in unblock_sigio() local
421 if (sigemptyset(&unset)) in unblock_sigio()
425 if (sigaddset(&unset, SIGIO)) in unblock_sigio()
429 if (sigaddset(&unset, SIGPOLL)) in unblock_sigio()
[all …]
/freebsd-9-stable/usr.sbin/lpr/lpd/
Dmodes.c48 const long unset; member
208 ip->c_cflag &= ~mp->unset; in msearch()
214 ip->c_iflag &= ~mp->unset; in msearch()
220 ip->c_lflag &= ~mp->unset; in msearch()
226 ip->c_oflag &= ~mp->unset; in msearch()
/freebsd-9-stable/bin/stty/
Dmodes.c48 long unset; member
219 ip->t.c_cflag &= ~mp->unset; in msearch()
226 ip->t.c_iflag &= ~mp->unset; in msearch()
233 ip->t.c_lflag &= ~mp->unset; in msearch()
240 ip->t.c_oflag &= ~mp->unset; in msearch()
/freebsd-9-stable/usr.sbin/bsdconfig/share/
Dstruct.subr110 # f_struct $name unset $property
122 # loop). Returns success unless the property is unset.
128 # $property is unset.
142 unset) unset "_struct_value_${__name}_$__property" ;;
161 f_struct "$name" unset $member
163 unset -f "$name"
164 unset "_struct_type_$name"
195 f_struct "$to_name" unset $property
/freebsd-9-stable/sys/boot/forth/
Dloader.4th56 : try-menu-unset
57 \ menu-unset may not be present
66 s" menu-unset"
72 s" menusets-unset"
90 try-menu-unset
95 try-menu-unset
100 try-menu-unset
105 try-menu-unset
/freebsd-9-stable/contrib/tcsh/nls/greek/
Dset264 1 δε μπορώ να κάνω stat το %s. Παρακαλώ δώστε "unset watch".\n
5 2 Tο %s δε μπορεί να ανοιχτεί. Παρακαλώ δώστε "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/russian/
Dset264 1 не могу выполнить stat на %s. Пожалуйста, выполните "unset watch".\n
5 2 %s не может быть открыт. Пожалуйста, выполните "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/ukrainian/
Dset264 1 cannot stat %s. Please "unset watch".\n
5 2 %s cannot be opened. Please "unset watch".\n
/freebsd-9-stable/tools/regression/bin/sh/execution/
Dfunc3.06 ${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/…
/freebsd-9-stable/contrib/tcsh/nls/C/
Dset264 1 cannot stat %s. Please "unset watch".\n
5 2 %s cannot be opened. Please "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/et/
Dset264 1 Ei saa lugeda %s atribuute. Anna käsk "unset watch".\n
5 2 %s ei saa avada. Anna käsk "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/spanish/
Dset264 1 No se puede completar stat %s. Por favor, ejecute "unset watch".\n
5 2 No se puede abrir %s. Por favor, ejecute "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/german/
Dset264 1 Kein Zugriff auf %s. Bitte "unset watch" eingeben.\n
5 2 %s kann nicht geöffnet werden. Bitte "unset watch" eingeben.\n
/freebsd-9-stable/contrib/tcsh/nls/italian/
Dset264 1 non posso usare stat per %s. Per pietà dai un "unset watch".\n
5 2 Non riesco ad aprire %s. Per pietà dai un "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/finnish/
Dset264 1 Testaaminen ei onnistu: stat(%s). Ole hyvä ja suorita "unset watch".\n
5 2 %s ei avaudu. Ole hyvä ja suorita "unset watch".\n
/freebsd-9-stable/contrib/tcsh/nls/french/
Dset264 1 ne peut effectuer stat %s. S.V.P effectuez "unset watch".\n
5 2 %s ne peut être ouvert. S.V.P effectuez "unset watch".\n
/freebsd-9-stable/tools/regression/bin/sh/parser/
Dfunc1.06 unset LC_ALL
22 unset -f $c
/freebsd-9-stable/usr.sbin/bsdconfig/share/media/
Dhttp.subr185 unset $VAR_HTTP_PATH
191 unset $VAR_HTTP_PATH
198 unset $VAR_HTTP_PATH
206 unset $VAR_HTTP_PATH
220 unset $VAR_HTTP_PATH
230 unset $VAR_HTTP_PATH
313 unset $VAR_HTTP_PATH
371 unset $VAR_HTTP_HOST
386 unset $VAR_HTTP_HOST
406 unset $VAR_HTTP_HOST
[all …]
Dftp.subr298 unset $VAR_FTP_PATH
304 unset $VAR_FTP_PATH
311 unset $VAR_FTP_PATH
319 unset $VAR_FTP_PATH
333 unset $VAR_FTP_PATH
343 unset $VAR_FTP_PATH
426 unset $VAR_FTP_PATH
551 # If unset, defaults to using anonymous access.
553 # If unset, defaults to a sensible value.
745 unset $VAR_FTP_PATH
[all …]
/freebsd-9-stable/usr.sbin/bsdconfig/usermgmt/share/
Dgroup.subr51 # Add a group. If both $group (as a first argument) and $VAR_GROUP are unset
53 # of a new group and (if $VAR_NO_CONFIRM is unset or NULL) prompt the user to
60 # Numerical group ID to use. If NULL or unset, the group ID is
66 # unset is to disable newgrp(1) password authentication.
244 # Delete a group. If both $group (as a first argument) and $VAR_GROUP are unset
335 # Modify a group. If both $group (as a first argument) and $VAR_GROUP are unset
343 # Numerical group ID to set. If NULL or unset, the group ID is
348 # a member of this group). If unset, group membership is
351 # newgrp(1) password to set for the group. If unset, the password
/freebsd-9-stable/usr.sbin/mtree/
Dspec.c55 static void unset(char *, NODE *);
117 unset(NULL, &ginfo); in mtree_readspec()
317 unset(char *t, NODE *ip) in unset() function
/freebsd-9-stable/contrib/groff/src/roff/troff/
Dmtsm.h37 void unset();
63 void unset();

123456789