Home
last modified time | relevance | path

Searched full:impossible (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base2 003 "impossible de supprimer la ligne %lu"
3 004 "impossible d'ajouter à la ligne %lu"
4 005 "impossible d'insérer devant la ligne %lu"
5 006 "impossible de stocker la ligne %lu"
6 007 "impossible d'obtenir la dernière ligne"
7 008 "Erreur : impossible de récupérer la ligne %lu"
9 010 "Aucune journalisation n'étant effectuée, impossible d'annuler"
11 012 "Aucune journalisation n'étant effectuée, impossible d'annuler"
12 013 "Aucune journalisation n'étant effectuée, reprise actualisée impossible"
30 031 "Impossible de configurer option %s par défaut"
[all …]
/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c746 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
749 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
752 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
768 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
777 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
782 FATAL(exec, "%s: Impossible to open the map file\n", in main()
810 "%s: Impossible to create a new object\n", exec); in main()
814 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
817 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
825 FATAL(exec, "%s: Impossible to generate an analysis\n", in main()
[all …]
/freebsd/lib/libc/nls/
H A Dfr_FR.ISO8859-1.msg30 12 Impossible d'allouer de la m�moire
104 49 Impossible d'assigner l'adresse demand�e
122 58 Impossible d'envoyer apr�s la coupure
124 59 Trop de r�f�rences�: lien impossible
/freebsd/usr.bin/ee/nls/fr_FR.ISO8859-1/
H A Dee.msg95 86 "impossible de d'ouvrir \"%s\""
106 97 "impossible de cr�er le fichier \"%s\""
112 103 "impossible d'ex�cuter %s\n"
122 113 "mode restreint : impossible d'effectuer l'op�ration demand�e"
171 162 "impossible d'�crire .init.ee, configuration non sauv�e !"
/freebsd/contrib/tcsh/nls/french/
H A Dset138 36 Impossible de passer dans le répertoire personnel
49 47 Impossible à partir d'un terminal
56 54 Impossible de créer un tube
78 76 Impossible d'interrompre un shell de connexion
/freebsd/sys/netlink/
H A Dnetlink_sysevent.c116 NL_LOG(LOG_WARNING, "impossible to add the event %s, " in sysevent_new_group()
147 NL_LOG(LOG_WARNING, "impossible to add the event %s, " in sysevent_send()
164 NL_LOG(LOG_WARNING, "impossible to add the event %s, too many events\n", devctl_systems[i]); in nlsysevent_load()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dnew.cpp61 … "it fails to allocate, making it impossible for `operator new(size_t, nothrow_t)` to fulfill its " in operator new()
89 …"it fails to allocate, making it impossible for `operator new[](size_t, nothrow_t)` to fulfill its… in operator new[]()
155 …"terminate in case it fails to allocate, making it impossible for `operator new(size_t, align_val_… in operator new()
184 …"terminate in case it fails to allocate, making it impossible for `operator new[](size_t, align_va… in operator new[]()
/freebsd/crypto/openssl/include/openssl/
H A Dmacros.h147 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
151 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
155 # error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp312 // If none of the mapping worked that means they are all impossible. in findBestMapping()
313 // Thus, pick the first one and set an impossible repairing point. in findBestMapping()
317 RepairingPlacement(MI, 0, *TRI, *this, RepairingPlacement::Impossible)); in findBestMapping()
438 RepairPt.switchTo(RepairingPlacement::RepairingKind::Impossible); in tryAvoidingSplit()
511 LLVM_DEBUG(dbgs() << "Mapping involves impossible repairing\n"); in computeMapping()
536 // This is an impossible to repair cost. in computeMapping()
597 RepairPt.getKind() == RepairingPlacement::Impossible) in applyMapping()
766 CanMaterialize(Kind != RepairingKind::Impossible), P(P) { in RepairingPlacement()
1020 // If one is impossible to realize the other is cheaper unless it is in operator <()
1021 // impossible as well. in operator <()
[all …]
/freebsd/lib/libgssapi/
H A Dgss_export_sec_context.387 In the event of an error that makes it impossible to complete the
93 If this is impossible,
/freebsd/share/doc/smm/03.fsck/
H A D4.t214 .B "IMPOSSIBLE MINFREE=\fID\fP IN SUPERBLOCK (SET TO DEFAULT)"
228 .B "IMPOSSIBLE INTERLEAVE=\fID\fP IN SUPERBLOCK (SET TO DEFAULT)"
239 .B "IMPOSSIBLE NPSECT=\fID\fP IN SUPERBLOCK (SET TO DEFAULT)"
500 state map to have the impossible value \fIDDD\fP.
940 An internal error has caused an impossible state \fIS\fP to be passed to the
949 An internal error has caused an impossible state \fIS\fP to be returned
958 An internal error has caused an impossible state \fIS\fP to be assigned
1111 An internal error has caused an impossible state \fIS\fP to be passed to the
/freebsd/tools/test/stress2/misc/
H A Dswap2.sh30 # panic: vm_radix_remove: impossible to locate the key
33 # panic: vm_radix_remove: impossible to locate the key
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h152 assert(canMaterialize() && "Impossible to materialize this point"); in getPoint()
171 assert(canMaterialize() && "Impossible to materialize this point"); in getInsertMBB()
324 /// Mark this repairing placement as impossible.
325 Impossible enumerator
403 CanMaterialize = NewKind != RepairingKind::Impossible; in switchTo()
458 /// impossible mapping.
/freebsd/share/man/man4/
H A Dpass.485 impossible to service them through the passthrough interface.
120 impossible to service them through the passthrough interface.
H A Dgbde.4
H A Dgeom.4111 Fixed hierarchies are bad because they make it impossible to express
339 impossible to open
343 the requested exclusive bit would render it impossible to open a
/freebsd/bin/sh/tests/expansion/
H A Dlength4.03 # of $? or it could be $# giving an error in the (impossible) case that it
/freebsd/tools/build/mk/
H A DMakefile.boot.pre4 # And on macOS it is impossible to create a statically linked binary.
/freebsd/libexec/nuageinit/
H A Dnuage.lua61 warnmsg("Impossible to open " .. hostnamepath .. ":" .. err)
216 warnmsg("impossible to open " .. ak_path)
/freebsd/tools/build/options/
H A DWITH_BEARSSL25 everybody impossible.
/freebsd/contrib/sendmail/libsm/
H A Dassert.html240 reached an impossible place. It's better to call sm_abort, because
247 sm_abort("impossible value %d for foo", foo);
320 orderly shutdown is dangerous or impossible. The abnormal program
/freebsd/lib/libsbuf/tests/
H A Dsbuf_core_test.c59 * sbuf_finish(3) below, making additional sbuf changes impossible. in ATF_TC_BODY()
204 * are impossible to test. in ATF_TC_BODY()
/freebsd/contrib/mandoc/
H A Dtest-PATH_MAX.c9 * "config.h" is impossible anyway, so for now, the simplest
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Derr.D_SYNTAX.operr.d32 * Call impossible conditions and make sure compilation fails.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arithmetic/
H A Derr.D_SYNTAX.addmin.d32 * Call invalid / impossible arithmetic operations and make sure

12345678910>>...31