Searched +refs:bs +refs:abort (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_lib.c173 abort();
195 ASN1_INTEGER bs; local
199 bs.length=(i+7)/8;
200 bs.data=buf;
201 bs.type=V_ASN1_INTEGER;
205 i=i2d_ASN1_INTEGER(&bs,NULL);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dwindres.c233 unichar *as, *ase, *bs, *bse;
240 bs = b.u.n.name;
241 bse = bs + b.u.n.length;
247 if (bs >= bse)
249 i = (int) *as - (int) *bs;
253 ++bs;
256 if (bs < bse)
975 abort ();
1001 abort ();
230 unichar *as, *ase, *bs, *bse; local
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c576 printf ("\nsend aborted\nwaiting for remote to finish abort\n");
752 goto abort;
767 abort();
805 goto abort;
860 abort:
891 printf ("\nreceive aborted\nwaiting for remote to finish abort\n");
991 goto abort;
1008 goto abort;
1017 goto abort;
1024 goto abort;
1445 float bs; local
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dsa.c104 abort();
949 abort();
993 abort();
1142 ASN1_INTEGER bs;
1149 bs.length = (i + 7) / 8;
1150 bs.data = buf;
1151 bs.type = V_ASN1_INTEGER;
1155 i = i2d_ASN1_INTEGER(&bs, NULL);
/macosx-10.10/vim-55/runtime/autoload/
H A Dada.vim44 for Item in ['abort', 'else', 'new', 'return', 'abs', 'elsif', 'not', 'reverse', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separate', 'aliased', 'exit', 'or', 'subtype', 'all', 'others', 'synchronized', 'and', 'for', 'out', 'array', 'function', 'overriding', 'tagged', 'at', 'task', 'generic', 'package', 'terminate', 'begin', 'goto', 'pragma', 'then', 'body', 'private', 'type', 'if', 'procedure', 'case', 'in', 'protected', 'until', 'constant', 'interface', 'use', 'is', 'raise', 'declare', 'range', 'when', 'delay', 'limited', 'record', 'while', 'delta', 'loop', 'rem', 'with', 'digits', 'renames', 'do', 'mod', 'requeue', 'xor']
356 return "\<bs>\<bs>\<bs>"
358 return "\<bs>"
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c237 * @bs: destination pointer for boot sector data
248 * and *@bs to the boot sector data. The caller then has to buf_unmap() and
258 buf_t *buf, NTFS_BOOT_SECTOR **bs)
283 *bs = bs1;
392 *bs = bs2;
947 * extent is in the base inode. If it is not we abort with an
3604 goto abort;
3749 abort:
3922 * Check for a change in the case sensitivity semantics and abort if
4073 NTFS_BOOT_SECTOR *bs; local
257 ntfs_boot_sector_read(ntfs_volume *vol, kauth_cred_t cred, buf_t *buf, NTFS_BOOT_SECTOR **bs) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxsym.c61 pstrcmp (const char *as, const char *bs) argument
64 const unsigned char *b = (const unsigned char *) bs;
214 abort ();
1582 abort ();
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c939 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
2258 ** ^This function causes any pending database operation to abort and
63955 } bs; member in union:vdbeExecUnion
[all...]

Completed in 461 milliseconds