Searched defs:as (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libast/common/hash/
H A Dstrhash.c37 strhash(const char* as) argument
39 register const unsigned char* s = (const unsigned char*)as;
H A Dstrsum.c42 strsum(const char* as, register unsigned long c) argument
44 register const unsigned char* s = (const unsigned char*)as;
H A Dmemhash.c37 memhash(const void* as, int n) argument
39 register const unsigned char* s = (const unsigned char*)as;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c134 enum auth_stat as; local
136 as = (*asp->handler)(rqst, msg);
138 return (as);
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtfmt.c50 fmtfmt(const char* as) argument
52 register char* s = (char*)as;
H A Dfmtmatch.c34 fmtmatch(const char* as) argument
36 register char* s = (char*)as;
H A Dfmtre.c42 fmtre(const char* as) argument
44 register char* s = (char*)as;
H A Dstropt.c56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), void* a) argument
71 if (!as) n = 0;
72 else if (!(x = s = strdup(as))) n = -1;
H A Dfmtesc.c39 * quote string as of length n with qb...qe
48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument
50 register unsigned char* s = (unsigned char*)as;
221 * in length n string as
225 fmtnesq(const char* as, const char* qs, size_t n) argument
227 return fmtquote(as, NiL, qs, n, 0);
235 fmtesq(const char* as, const char* qs) argument
237 return fmtquote(as, NiL, qs, strlen((char*)as), 0);
245 fmtesc(const char* as) argument
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmkstemp.c62 libc_mkstemps(char *as, int slen) argument
68 if (as == NULL || *as == NULL)
71 len = (int)strlen(as);
73 (void) strcpy(tstr, as);
88 mkret = libc_mktemps(as, slen);
94 if ((fd = open64(as, O_CREAT|O_EXCL|O_RDWR, 0600)) != -1) {
98 if ((fd = open(as, O_CREAT|O_EXCL|O_RDWR, 0600)) != -1) {
112 (void) strcpy(as, tstr);
117 mkstemp(char *as) argument
123 mkstemps(char *as, int slen) argument
[all...]
H A Dmktemp.c98 libc_mktemps(char *as, int slen) argument
117 if (as == NULL || *as == '\0') /* If the string passed is null then */
118 return (as); /* a pointer to a null string is returned. */
143 len = (int)strlen(as);
147 s = as + (len - 1);
166 s = as + len;
167 for (xcnt = previous_xcnt; xcnt && s > as; xcnt--) {
183 lstat64(as, &buf) == -1 && errno == ENOENT) {
185 return (as);
[all...]
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c50 struct as *kvm_kas;
179 kd->kvm_kas = (struct as *)nl[0].n_value;
208 kvm_lookup(kvm_t *kd, struct as *as, uint64_t addr) argument
215 fprintf(stderr, "kvm_lookup(%p, %llx):", (void *)as, addr);
217 if (as == NULL) { /* physical addressing mode */
238 long hash = DUMP_HASH(&kd->kvm_dump, as, page);
253 if (dmp->dm_va == page && dmp->dm_as == as) {
267 struct as *as, ssize_
266 kvm_rw(kvm_t *kd, uint64_t addr, void *buf, size_t size, struct as *as, ssize_t (*prw)(int, void *, size_t, offset_t)) argument
333 kvm_aread(kvm_t *kd, uintptr_t addr, void *buf, size_t size, struct as *as) argument
363 kvm_awrite(kvm_t *kd, uintptr_t addr, const void *buf, size_t size, struct as *as) argument
376 kvm_physaddr(kvm_t *kd, struct as *as, uintptr_t addr) argument
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c252 register int as; local
257 as = n2a[' '];
266 if (c < as)
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c87 * Convert an encoded domain name to printable ascii as per RFC1035.
93 *\li The root is returned as "."
189 * Convert a ascii string into an encoded domain name as per RFC1035.
207 * Convert a ascii string into an encoded domain name as per RFC1035.
509 * the message as we compress the name. If 'dnptr' is NULL, we don't
612 *\li Root domain returns as "." not "".
639 * pointers for labels inserted into the message as we compress the name.
742 ns_name_eq(ns_nname_ct a, size_t as, ns_nname_ct b, size_t bs) { argument
743 ns_nname_ct ae = a + as, be = b + bs;
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c8 * it under the terms of the GNU General Public License as published by
1079 grub_size_t s, as = PREALLOC_SIZE; local
1086 ret = grub_malloc (as + 1);
1090 s = grub_vsnprintf_real (ret, as, fmt, ap2);
1094 if (s <= as)
1098 as = s;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c325 * Check if the bootfs name has the same pool name as it is set to.
456 "vdev can not correspond to the same partition as "
509 * specified as strings.
588 * the dataset has to be in the same pool as it sets to.
1415 "to its state as of %s.\n"),
1419 "Pool %s returned to its state as of %s.\n"),
1475 "\tReturning the pool to its state as of %s\n"
1724 dgettext(TEXT_DOMAIN, "cannot import '%s' as '%s'"),
2122 * then we proceed with that ctd name as whole-disk 'path'.
2198 boolean_t as, l local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c4 * Artistic License, as specified in the README file.
461 /* Use fixed buffer as sv_catpvf etc. needs SVs */
506 * Find a free slot in the table, allocating new table as necessary
701 /* Return as an array the stack of layers on a filehandle. Note that
703 * times as many array elements as there are layers in the stack: the
867 /* This is used as a %SIG{__WARN__} handler to supress warnings
913 const char *as = Nullch; local
919 * seen as an invalid separator character.
935 as
[all...]
H A Dtoke.c7 * License or the Artistic License, as specified in the README file.
136 * their own trailing comma, not suitable for statements as such. */
545 * Skips comments as well.
897 * Tokenize a quoted string passed in as an SV. It finds the next
1165 stops on @ and $, but not for $ as tail anchor
1181 It stops processing as soon as it finds an embedded $ or @ variable
1255 /* mark the range as done, and continue */
1293 /* mark the range as done, and continue */
1299 /* range begins (ignore - as firs
2603 static char as[] = ALTERNATE_SHEBANG; local
[all...]

Completed in 103 milliseconds