Searched defs:at (Results 26 - 50 of 50) sorted by relevance

12

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h9 * (at your option) any later version.
154 struct list_head *at = head->next; local
159 last->next = at;
160 at->prev = last;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetwin.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
57 attr_t at; local
60 if (fscanf(fp, "%d,%d,%hx,%hd,", &y, &x, &at, &co) < 4)
66 if (wattr_set(w, at, co, (void *) 0) == ERR)
135 attr_t at; local
137 at = w->_line[y][x]._at;
148 if (w->_line[y][i]._at != at || w->_line[y][i]._co != co)
156 (void) fprintf(fp, "%d,%d,%#x,%d,%s\n", y, x, at, co, mbs);
H A Dslk.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72 slk_attron(const chtype at) argument
77 code = wattron(__m_screen->_slk._w, (int) at);
83 slk_attroff(const chtype at) argument
88 code = wattroff(__m_screen->_slk._w, (int) at);
94 slk_attrset(const chtype at) argument
99 code = wattrset(__m_screen->_slk._w, (int) at);
105 slk_attr_off(const attr_t at, void *opts) argument
110 code = wattr_off(__m_screen->_slk._w, at, opt
116 slk_attr_on(const attr_t at, void *opts) argument
127 slk_attr_set(const attr_t at, short co, void *opts) argument
[all...]
H A Dm_cc.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
73 * The conversion stops at the end of string or the first WEOF.
119 * The conversion stops at the end of string or the first WEOF. Return the
291 __m_mbs_cc(const char *mbs, attr_t at, short co, cchar_t *cc) argument
329 cc->_at = at;
345 __m_wcs_cc(const wchar_t *wcs, attr_t at, short co, cchar_t *cc) argument
373 cc->_at = at;
507 * Replace the character at the current cursor location
623 * Add the character at th
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c8 * (at your option) any later version.
290 ntfscomp (struct grub_ntfs_attr *at, char *dest, grub_uint32_t ofs, argument
317 if (read_block (ctx, at->sbuf, 1))
323 at->save_pos = t;
329 grub_memcpy (dest, &at->sbuf[o], n);
349 if (read_block (ctx, at->sbuf, 1))
355 at->save_pos = t;
357 grub_memcpy (dest, at->sbuf, len);
H A Dntfs.c9 * (at your option) any later version.
91 static grub_err_t read_attr (struct grub_ntfs_attr *at, char *dest,
100 static grub_err_t read_data (struct grub_ntfs_attr *at, char *pa, char *dest,
110 init_attr (struct grub_ntfs_attr *at, struct grub_ntfs_file *mft) argument
112 at->mft = mft;
113 at->flags = (mft == &mft->data->mmft) ? GRUB_NTFS_AF_MMFT : 0;
114 at->attr_nxt = mft->buf + u16at (mft->buf, 0x14);
115 at->attr_end = at->emft_buf = at
119 free_attr(struct grub_ntfs_attr *at) argument
127 find_attr(struct grub_ntfs_attr *at, unsigned char attr) argument
266 locate_attr(struct grub_ntfs_attr *at, struct grub_ntfs_file *mft, unsigned char attr) argument
379 read_data(struct grub_ntfs_attr *at, char *pa, char *dest, grub_disk_addr_t ofs, grub_size_t len, int cached, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length)) argument
496 read_attr(struct grub_ntfs_attr *at, char *dest, grub_disk_addr_t ofs, grub_size_t len, int cached, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length)) argument
783 struct grub_ntfs_attr attr, *at; local
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c151 register char *p, *start, *at, *bang; local
184 if ((at = strchr(start, '@')) == NULL) /* leftmost '@' */
185 at = p; /* if none, use end of addr */
186 saveat = *at;
187 *at = '\0';
195 *at = saveat;
H A Dvacation.c112 char *p, *at, *c; local
237 at = strchr(sender, '@');
238 if (at != NULL)
239 for (c = at + 1; *c; c++)
378 char *p, *start, *at, *bang, *c; local
411 if ((at = strchr(start, '@')) == NULL) /* leftmost '@' */
412 at = p; /* if none, use end of addr */
413 saveat = *at;
414 *at = '\0';
423 *at
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
67 slk_attron(const chtype at) argument
72 __m_trace("slk_attron(%lx)", at);
76 code = wattron(__m_screen->_slk._w, at);
82 slk_attroff(const chtype at) argument
87 __m_trace("slk_attroff(%lx)", at);
91 code = wattroff(__m_screen->_slk._w, at);
97 slk_attrset(const chtype at) argument
102 __m_trace("slk_attrset(%lx)", at);
112 slk_attr_off(const attr_t at, void *opts) argument
127 slk_attr_on(const attr_t at, void *opts) argument
142 slk_attr_set(const attr_t at, short co, void *opts) argument
[all...]
H A Dm_cc.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72 * The conversion stops at the end of string or the first WEOF.
119 * The conversion stops at the end of string or the first WEOF. Return the
287 __m_mbs_cc(const char *mbs, attr_t at, short co, cchar_t *cc) argument
325 cc->_at = at;
340 __m_wcs_cc(const wchar_t *wcs, attr_t at, short co, cchar_t *cc) argument
366 cc->_at = at;
503 * Replace the character at the current cursor location
597 * Add the character at th
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsavemail.c9 * forth in the LICENSE file which can be found at the top level of
138 /* no need to return anything at all */
818 "The original message was received at %s",
1695 char *start, *at, *comma; local
1728 at = strrchr(addr, '@');
1729 if (at == NULL || at < start)
1733 i = strlen(at + 1);
1736 (void) sm_strlcpy(hostbuf, at + 1, sizeof(hostbuf));
H A Ddeliver.c9 * forth in the LICENSE file which can be found at the top level of
82 ** the message at all.
100 ** the message at all if we are in SMTP mode. Local errors
800 ** the message at all if we are in SMTP mode. Local errors
846 ** been take care of before (or at some other place).
1237 ** be used to send the same message to more than one recipient at the
1319 bool anyok; /* at least one address was OK */
1320 SM_NONVOLATILE bool goodmxfound = false; /* at least one MX was OK */
1503 if (!QS_IS_OK(to->q_state)) /* already sent; look at next */
1525 ** same host at lowes
4509 char *at; local
[all...]
H A Dmilter.c6 * forth in the LICENSE file which can be found at the top level of
655 char *at; local
755 at = colon;
827 at = strchr(colon, '@');
828 if (at == NULL)
843 *at = '\0';
885 *at++ = '@';
886 if (*at == '[')
890 end = strchr(at, ']');
904 (hid = inet_addr(&at[
[all...]
H A Dmap.c9 * forth in the LICENSE file which can be found at the top level of
677 ** Finally, force there to be at least one dot in the domain name
2245 /* try to make sure that at least the database header is on disk */
3516 ** This only makes sense at Stanford University.
6427 ** at a system-dependent configuration file such as
6493 ** This looks at the system-dependent configuration and builds
7181 /* if we are looking at a NULL ns_map_list_t, then create a new one */
7292 /* operator and (at least) two operands given? */
7390 char *at; local
7520 at
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c6 * forth in the LICENSE file which can be found at the top level of
134 char *at; local
241 at = colon;
284 at = strchr(colon, '@');
285 if (at == NULL)
303 *at = '\0';
327 if (at != NULL)
329 *at++ = '@';
330 if (*at == '[')
334 end = strchr(at, ']');
[all...]
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprofattr.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
75 * fields, attrs, at the same place. We define yet another structure,
185 combine_attrs(attrstr_t *at, line_matches_t *pa, nss_XbyY_args_t *args, argument
193 res = combine_attrs(at, pa->next, args, res, fl);
217 if (!ISEMPTY(myat.f[i]) && at->f[i] == NULL)
218 at->f[i] = strdup(myat.f[i]);
221 if (at->f[AIND] == NULL)
222 at->f[AIND] = _unescape(myat.f[AIND], ":");
224 at
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86 char *at; local
88 at = strchr(dataset, '@');
89 if (at != NULL) {
90 *at = '\0';
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
292 __nis_obj_attr_t **at = 0; local
295 (filterOnQin) ? qin : 0, &at, &nqt);
300 attr = at;
326 freeObjAttr(at, nqt);
336 (void) memcpy(&attr[numVals], at,
337 nqt * sizeof (at[0]));
341 sfree(at);
614 * If entry should be deleted, we look at th
[all...]
H A Dldap_val.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
294 * make sure that there's a NUL at the end. However,
299 * vt_string, and there isn't already a NUL at the
590 * (at least not in the trivial sense). Hence, do
750 __nis_format_arg_t at, void *a, int *numArg) {
814 if (at == fa_item) {
1049 __nis_format_arg_t at, int numArgs, void *arg) {
1058 if (at == fa_item) {
1060 val = getMappingFormat(&a[i], rv, at,
749 getMappingFormat(__nis_mapping_format_t *f, __nis_rule_value_t *rv, __nis_format_arg_t at, void *a, int *numArg) argument
1048 getMappingFormatArray(__nis_mapping_format_t *a, __nis_rule_value_t *rv, __nis_format_arg_t at, int numArgs, void *arg) argument
[all...]
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
47 * instance, destroying the same set at the same time from different threads.).
1223 at_walker(void *arg, const char *at) argument
1225 if (strcmp(((struct priv *)arg)->name, at) == 0)
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170 /* If we are at the end of the key property, there is a problem */
187 int at; local
196 at = strcspn(zc->zc_value, "@");
198 MIN(at + 1, dsnamelen));
269 "Must be at least %d characters.\n"), min_psize);
552 * Note that we may be looking at other fields
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1484 /* Need not to free crl_issuer space at phase 1 */
1766 char *at, *realm; local
1771 at = strchr(name, '@');
1772 if (at == NULL)
1775 realm = at + 1;
1776 *at = 0;
1912 if (*at == 0)
1913 *at
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
314 * detect a lone '-' (including at the end of a line), and
1189 * We are looking at the s10 version of the file. This is
1348 char *node_name, *at; local
1386 (at = strchr(node_name, '@')) == NULL)
1390 *at = '\0';
1445 /* keep vhci path at beginning of the list */
1495 * read device specials from vfstab and compare names at physical
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c9 * A copy of the License is available at *
2377 clock_t at, tm[3]; local
2427 at = shp->gd->lim.clk_tck*(ta.tv_sec-tb.tv_sec);
2428 at += ((shp->gd->lim.clk_tck*(((1000000L/2)/shp->gd->lim.clk_tck)+(ta.tv_usec-tb.tv_usec)))/1000000L);
2430 at = times(&after) - bt;
2432 tm[0] = at;
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919 * Returns bootopt at position index.
1383 char *path_comp, node_str[50], *nodename, *busaddr, *at; local
1455 at = strrchr(node_str, '@');
1457 if (at == NULL) {
1465 *at = '\0';
1467 busaddr = at + 1;
3738 * Set bootopt as the bootoption to boot from at next reboot.

Completed in 152 milliseconds

12