Searched defs:from (Results 51 - 69 of 69) sorted by relevance

123

/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c1886 gettext("Partial result from Native LDAP"), EINVAL},
1934 * Get status code from string
2011 * either the 'to' OR 'from' pointers are NULL.
2014 idmap_strdupnull(char **to, const char *from) argument
2019 if (from == NULL || *from == '\0') {
2024 *to = strdup(from);
2032 idmap_namerule_cpy(idmap_namerule *to, idmap_namerule *from) argument
2039 (void) memcpy(to, from, sizeof (idmap_namerule));
2044 retval = idmap_strdupnull(&to->windomain, from
2072 idmap_info_mov(idmap_info *to, idmap_info *from) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c242 /* Read LEN bytes from the file described by DATA starting with byte
401 /* Taken from hfsutils 3.2.6 and converted to a readable form */
1001 macroman_to_utf8 (char *to, const grub_uint8_t *from, grub_size_t len)
1006 for (iptr = from; iptr < from + len && *iptr; iptr++)
1025 utf8_to_macroman (grub_uint8_t *to, const char *from)
1029 const char *iptr = from;
1000 macroman_to_utf8(char *to, const grub_uint8_t *from, grub_size_t len) argument
1024 utf8_to_macroman(grub_uint8_t *to, const char *from) argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c373 only LEN characters from LPOS. */
479 /* Distinguish us from other lines and error messages! */
1366 grub_memmove (void *to, const void *from, int len) argument
1370 /* This assembly code is stolen from
1375 if (to < from)
1381 : "0" (len),"1" (from),"2" (to)
1392 "1" (len - 1 + (const char *) from),
H A Dbuiltins.c86 * bitmapped console vs an older one. To simplify the transition from
575 /* Get the filenames from ARG. */
588 /* Read the whole data from FILE1. */
603 /* Read the whole data from FILE2. */
893 /* Get the drive number from DRIVE. */
1023 * - Else look for menu.lst.<BootFile>, stripping the "pxegrub." prefix from
1078 * try to find a configfile derived from the DHCP/bootp
1215 /* get rid of TERM_NEED_INIT from the graphics terminal. */
1475 char *from, *to;
1479 from
1459 char *from, *to; local
3489 unsigned long to, from; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c62 regex_t* from; /* from pattern */ member in struct:Edit
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbe.c39 ** number, or the SQL "NULL" value. An inplicit conversion from one
50 ** in this file for details. If in doubt, do not deviate from existing
221 ** from sqliteMalloc(). This is different from Stringify() above in that
481 ** from sqliteMalloc() and p->zErrMsg is made to point to that memory.
599 ** Do not deviate from the formatting style currently in use.
607 ** the one at index P2 from the beginning of
727 ** a variable. Variables in the SQL string are number from left to
795 ** The P1-th element is removed from its current location on
905 ** are popped from th
4231 int from, to; local
[all...]
H A Dbtree.c41 ** Finding a particular key requires reading O(log(M)) pages from the
303 ** is stored in memory. The u.aDisk[] array contains the raw bits read from
324 ** walk up the BTree from any leaf to the root. Care must be taken to
380 u8 iMatch; /* compare result from last sqliteBtreeMoveto() */
410 ** is NOT included in the value returned from this routine.
1025 ** on a table with wrFlag==0, that prevents all other cursors from
1176 ** Read payload information from the entry that the pCur cursor is
1181 ** It just reads bytes from the payload area.
1427 ** to the page we are coming from. If we are coming from th
2111 uptr from, to; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c585 /* No malloc from this point. */
1345 grub_dprintf ("relocator", "Adjusted limits from %lx-%lx to %lx-%lx\n",
1495 struct grub_relocator_chunk *from, *to, *tmp; local
1510 from = grub_malloc (nchunks * sizeof (sorted[0]));
1512 if (!from || !to)
1514 grub_free (from);
1525 from[count[chunk->src & 0xff]++] = *chunk;
1532 count[((from[j].src >> (8 * i)) & 0xff) + 1]++;
1536 to[count[(from[j].src >> (8 * i)) & 0xff]++] = from[
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c310 grub_uint32_t from, to; member in struct:glyph_replace
326 if (cur->from == glyph_idx)
352 if (cur->from == glyph_idx)
377 if (cur->from == glyph_idx)
495 add_subst (grub_uint32_t from, grub_uint32_t to, struct glyph_replace **target) argument
499 new->from = from;
820 /* printf ("Width or height from glyph U+%04x not supported, skipping.\n", glyph->char_code); */
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c70 ** Sendmail is driven by settings read in from /etc/mail/sendmail.cf
89 ** anything to gain from my involvement in this project.
164 char *ep, *from; local
306 /* reset status from syserr() calls for missing file descriptors */
708 from = NULL;
858 case 'f': /* from address */
861 if (from != NULL)
863 usrerr("More than one \"from\" person");
868 from = newstr("<>");
870 from
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c31 * init Initialze (create) an LDAP client from a profile stored
34 * reads from file).
256 * clientopts_t is used to hold and pass around the param values from
316 static int file_move(const char *from, const char *to);
743 * is freed and we return from the function with the offending
744 * error return code. This macro keeps us from having to
843 /* Set additional valid params from command line */
1133 /* Set additional valid params from command line */
1378 /* Set additional valid params from command line */
1691 "authentication method from "
3630 file_move(const char *from, const char *to) argument
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c195 * get_tz_countries() finds the list of countries from the zone_sun.tab
197 * names from the country.tab file. It also retrieves the localized
315 /* Get country name from country.tab; get localized country name */
442 * get_timezones_by_country() finds the list of timezones from the
1421 strip_quotes(char *from, char *to) argument
1425 while (*from != '\0') {
1426 if ((*from == '"') || (*from == '\'')) {
1431 *strip_ptr = *from;
1434 *to = *from;
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c341 * If we're accessing a real disk from userland, we need to use
344 * pool from userland, e.g. via zdb, because otherwise we won't
538 /* Remove from args */
1061 zfs_secpolicy_rename_perms(const char *from, const char *to, cred_t *cr) argument
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c26 Idx str_idx, Idx from, Idx to)
295 starting from index START + 1, and so on. The last start position tried
848 the matching starts from the beginning of the buffer. */
861 /* We assume that the matching starts from 0. */
930 from 0. */
1112 Note that the matcher assume that the maching starts from the current
1283 /* Compute the next node to which "NFA" transit from NODE("NFA" is a NFA
1610 /* This function checks the STATE_LOG from the SCTX->last_str_idx to 0
1704 `cur_dest' is the sifted state from `state_log[str_idx + 1]'.
2077 which are against limitations from DEST_NODE
4279 match_ctx_add_entry(re_match_context_t *mctx, Idx node, Idx str_idx, Idx from, Idx to) argument
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmpi.c173 /* {{{ mp_init_copy(mp, from) */
176 mp_init_copy(mp, from)
178 Initialize mp as an exact copy of from. Returns MP_OKAY if
183 mp_err mp_init_copy(mp_int *mp, const mp_int *from) argument
185 ARGCHK(mp != NULL && from != NULL, MP_BADARG);
187 if(mp == from)
190 if((DIGITS(mp) = s_mp_alloc(ALLOC(from), sizeof(mp_digit), FLAG(from))) == NULL)
193 s_mp_copy(DIGITS(from), DIGITS(mp), USED(from));
215 mp_copy(const mp_int *from, mp_int *to) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c52 * The following are from libldap. Used to check if an attribute value
185 /* Reconstruct RDN from type=value pairs */
282 * Reconstruct dn from RDNs.
593 * Convert a single ldap entry from a LDAPMessage
1125 * ap with the data from the "gecos"
1441 const char *from, char **to)
1463 if (from == NULL || from[0] == '\0' || to == NULL)
1475 from);
1491 const char *from, cons
1440 __s_api_get_cachemgr_data(const char *type, const char *from, char **to) argument
1490 __s_api_set_cachemgr_data(const char *type, const char *from, const char *to) argument
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c30 * endorse or promote products derived from this software without
34 * 5. Products derived from this software may not be called "OpenSSL"
721 /* Remove this cert from the list by clearing it. */
1564 /* OpenSSL derives the public key from the private */
2347 * This function will create a certid from issuer_cert and user_cert.
2479 /* ocsp_find_signer_sk() is copied from openssl source */
2512 /* ocsp_find_signer() is copied from openssl source */
2529 /* Maybe lookup from store if by subject name */
2537 * the public key from the OCSP responder certificate.
2560 * If we still do not find a signer, we will look for it from th
4081 sslBN2KMFBN(BIGNUM *from, KMF_BIGINT *to) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c221 Perl_delimcpy(pTHX_ register char *to, register char *toend, register char *from, register char *fromend, register int delim, I32 *retlen) argument
224 for (tolen = 0; from < fromend; from++, tolen++) {
225 if (*from == '\\') {
226 if (from[1] == delim)
227 from++;
230 *to++ = *from;
232 from++;
235 else if (*from == delim)
238 *to++ = *from;
1581 Perl_my_bcopy(register const char *from,register char *to,register I32 len) argument
2548 Perl_repeatcpy(pTHX_ register char *to, register const char *from, I32 len, register I32 count) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c139 ** popped from the stack during error processing */
282 ** from a specification in the file
720 ** list which has been built from calls to Configlist_add.
738 ** propagation links from the state under construction into the
770 struct state *stp; /* The state from which successors are computed */
807 /* The state "newstp" is reached from the state "stp" by a shift action
1289 /* Remove trailing '\n's from the error message. */
2460 /* Transfer every plink on the list "from" to the list "to" */
2461 void Plink_copy(to,from)
2463 struct plink *from;
3761 struct s_x1node **from; /* Previous link */ member in struct:s_x1node
3923 struct s_x2node **from; /* Previous link */ member in struct:s_x2node
4129 struct s_x3node **from; /* Previous link */ member in struct:s_x3node
4275 struct s_x4node **from; /* Previous link */ member in struct:s_x4node
[all...]

Completed in 161 milliseconds

123