Searched refs:exist (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dunrpm16 exist() {
28 exist
35 exist
H A Dundeb17 exist() {
29 exist
36 exist
40 exist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dhdrcheck.sh5 echo $2 requires $FILE, which does not exist in exported headers
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usershow52 print "$0: user $user doesn't exist\n";
75 The smbldap-usershow command displays the informations associated with the login. The named user must exist.
H A Dsmbldap-groupdel51 print "$0: group $_groupName doesn't exist\n";
90 The named group must exist.
H A Dsmbldap-userdel55 # user must not exist in LDAP
57 print "$0: user $user does not exist\n";
120 The smbldap-userdel command modifies the system account files, deleting all entries that refer to user defined in "login". The named user must exist.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A DMakefile.msvc258 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;1
259 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
276 if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)
277 if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)
278 if exist $(XML_INTDIR_A_DLL) rmdir /S /Q $(XML_INTDIR_A_DLL)
279 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
280 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
283 if exist config.* del config.*
284 if exist Makefile del Makefile
289 if not exist
[all...]
H A DMakefile.bcb241 if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)
242 if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)
243 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
244 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
247 if exist config.* del config.*
248 if exist Makefile del Makefile
253 if not exist "$(INCPREFIX)\libxml" mkdir "$(INCPREFIX)\libxml"
254 if not exist "$(BINPREFIX)" mkdir "$(BINPREFIX)"
255 if not exist "$(LIBPREFIX)" mkdir "$(LIBPREFIX)"
279 if not exist
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Duninstallmodules.sh12 echo Directory $LIBDIR does not exist!
H A Duninstallscripts.sh11 echo Directory $BINDIR does not exist!
H A Duninstallbin.sh16 echo Directory $BINDIR does not exist!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dmake_curl_rpm43 # make sure src RPM exist
60 echo $src_rpm does not exist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-stateless.bat9 if not exist %1\%2.IRREVERSIBLE.TXT goto ELSE_1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dtsdev.c108 int exist; member in struct:tsdev
163 if (!tsdev || !tsdev->exist)
174 if (!tsdev->open++ && tsdev->exist) {
204 if (tsdev->exist)
220 if (client->head == client->tail && tsdev->exist && (file->f_flags & O_NONBLOCK))
224 client->head != client->tail || !tsdev->exist);
228 if (!tsdev->exist)
251 (tsdev->exist ? 0 : (POLLHUP | POLLERR));
412 tsdev->exist = 1;
475 tsdev->exist
[all...]
H A Devdev.c25 int exist; member in struct:evdev
91 if (!evdev->exist)
118 if (evdev->exist)
139 if (!evdev || !evdev->exist)
149 if (!evdev->open++ && evdev->exist) {
267 if (!evdev->exist)
290 if (client->head == client->tail && evdev->exist && (file->f_flags & O_NONBLOCK))
294 client->head != client->tail || !evdev->exist);
298 if (!evdev->exist)
323 (evdev->exist
[all...]
H A Djoydev.c39 int exist; member in struct:joydev
158 if (joydev->exist)
178 if (!joydev || !joydev->exist)
188 if (!joydev->open++ && joydev->exist) {
213 if (!joydev->exist)
243 !joydev->exist ||
249 if (!joydev->exist)
295 (POLLIN | POLLRDNORM) : 0) | (joydev->exist ? 0 : (POLLHUP | POLLERR));
396 if (!joydev->exist)
447 if (!joydev->exist)
[all...]
H A Dmousedev.c60 int exist; member in struct:mousedev
393 if (!--mousedev->open && mousedev->exist)
405 if (mousedev->exist && !mousedev->open) {
423 if (mousedev->exist)
445 else if (mousedev->exist)
489 else if (mousedev->exist) {
638 !client->mousedev->exist || client->ready || client->buffer);
643 if (!client->mousedev->exist)
670 (mousedev->exist ? 0 : (POLLHUP | POLLERR));
707 mousedev->exist
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/pam_smbpass/
H A Dpam_smb_auth.c50 const char *name, SAM_ACCOUNT *sampass, BOOL exist);
178 const char *name, SAM_ACCOUNT *sampass, BOOL exist)
200 if (!exist) {
177 _smb_add_user(pam_handle_t *pamh, unsigned int ctrl, const char *name, SAM_ACCOUNT *sampass, BOOL exist) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dentry.S39 @ This code is called if the VFP does not exist. It needs to flag the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/msdos/
H A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat27 if exist cpy_tests.bat set loc=..
30 if not exist %loc%\%1\NUL goto invalid_dir
33 if not exist %2\NUL goto invalid_drive
36 if exist %2\openssl\NUL goto remove_openssl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-boost.c617 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
627 error_logger (_("a format specification for argument %u doesn't exist in '%s'"),
H A Dformat-php.c350 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
360 error_logger (_("a format specification for argument %u doesn't exist in '%s'"),
H A Dformat-gcc-internal.c623 error_logger (_("a format specification for argument %u, as in '%s', doesn't exist in 'msgid'"),
633 error_logger (_("a format specification for argument %u doesn't exist in '%s'"),

Completed in 278 milliseconds

12345