Searched defs:special (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dstrings.c70 #define special(c) (isspace(c) || (c) == '\a' || (c) == '\b') macro
159 if (inp >= inend || !(c = *inp++) || !isprint(c) && (!(flags & MULTILINE) || !special(c)))
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c69 getvfsspec(FILE *fd, struct vfstab *vgetp, char *special) argument
77 if (special && stat64(special, &statb) == 0 &&
87 (special != NULL && (vgetp->vfs_special == NULL ||
88 strcmp(special, vgetp->vfs_special) != 0))) ||
H A Dttyname.c31 * under /dev/), which is the name of the tty character special
92 typedef struct special { struct
179 * do we need to search anything at all? (is fildes a char special tty
220 * match special cases
245 * additional special case: ptm clone device
263 * additional special case: pty dev
578 * else if it is not a directory, is it a character special
/osnet-11/usr/src/lib/libshell/common/sh/
H A Ddeparse.c533 register int flag = ' ', special; local
536 special = (*cp=='[' && cp[1]==0);
547 special = (*cp==']' && cp[1]==0);
549 sfputr(outfile,special?cp:sh_fmtq(cp),flag);
550 special = 0;
H A Dnvtree.c576 void nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) argument
603 if(mp && special && nv_isvtree(mp))
613 if(associative||special)
680 if(indent>0 && !(mp && special && nv_isvtree(mp)))
690 int isarray=0, special=0,mode=0; local
710 if(!special && fp && !nv_isarray(np))
731 if(special || (nv_isarray(np) && nv_arrayptr(np)))
758 special |= wp->nofollow;
761 if(!special)
774 nv_outnode(np, wp->out, wp->indent, special);
[all...]
H A Dlex.c1747 * quoted here documents, and here-documents without special chars are
1758 int stripcol=0,stripflg, nsave, special=0; local
1943 special++;
1960 special++;
1966 special++;
1975 else if(!special)
H A Dparse.c1804 * convert argument chain to argument list when no special arguments
1812 register int special=0; local
1813 /* special hack for test -t compatibility */
1815 special = 2;
1817 special = 3;
1818 if(special)
1821 if(argn==(special+1) && ap->argval[1]==0 && *ap->argval=='!')
1823 else if(argn!=special)
1824 special=0;
1826 if(special)
[all...]
H A Dmacro.c113 static char *special(Shell_t *,int);
1143 v = special(mp->shp,c);
1183 v = special(mp->shp,c);
1438 /* special case --- ignore leading zeros */
1634 v = special(mp->shp,dolg=0);
2082 /* special case $(<file) and $(<#file) */
2646 * return values for special macros
2648 static char *special(Shell_t *shp,register int c) function
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c55 char *special; member in struct:vfstab_list
135 if (strcmp(slice, listp->special) == 0) {
316 vfsp->special = strdup(vp->vfs_special);
317 if (vfsp->special == NULL) {
345 free((void *)listp->special);
H A Dinuse_mnt.c53 char *special; member in struct:mntpnt_list
107 if (libdiskmgt_str_eq(slice, listp->special)) {
136 events_new_slice_event(listp->special, DM_EV_TCHANGE);
148 events_new_slice_event(listp->special, DM_EV_TCHANGE);
170 free((void *)listp->special);
184 if (libdiskmgt_str_eq(elementp->special, listp->special) &&
255 currp->special = strdup(entry.mnt_special);
256 if (currp->special == NULL) {
317 currp->special
[all...]
/osnet-11/usr/src/lib/libuvfs/common/
H A Dsvc.c219 libuvfs_daemon_launch(libuvfs_fs_t *fs, const char *special, argument
287 rc = libuvfs_set_trans_astring(trans, "daemon", special);
290 rc = libuvfs_set_trans_astring(trans, "special", special);
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c327 const char *special; local
391 if ((special = lookup_lofs_mount_point(tmp)) != NULL) {
403 (void) strlcpy(tmp2, special, sizeof (tmp2) - 1);
502 * resolvepath(). But we can't do this because chroot requires special
504 * special version of resolvepath() which took an addition root path
506 * that we want to have special handling for native paths. (A native path
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c213 Sfio_t *special=0, **pstream; local
217 special = sh_fd2sfio(fd);
223 if(special)
224 *pstream++ = special;
255 if(special && poll_list[0]==special)
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c353 char *special, *dosp; local
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c72 static int special(int);
148 if (special(c)) {
863 * is this characted special ("in need of quoting") ?
869 special(int ch) { function
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c2982 * rewrite the expression tree for some special cases
2990 special(Cenv_t* env, regex_t* p) function
3366 if (special(&env, p))
3521 if (special(&env, p))
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c192 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
196 if (libzfs_mnttab_find(zfs_hdl, special, &entry) != 0)
H A Dlibzfs_prop.c778 boolean_t special = B_FALSE; local
781 special = B_TRUE;
784 if (err == 0 && special && namelen != NULL)
H A Dlibzfs_dataset.c790 libzfs_mnttab_add(libzfs_handle_t *hdl, const char *special, argument
798 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, special);
1896 * Share creation is a special case handled in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1363 =for apidoc A|UV|to_utf8_case|U8 *p|U8* ustrp|STRLEN *lenp|SV **swash|char *normal|char *special
1374 Both the special and normal mappings are stored lib/unicore/To/Foo.pl,
1375 and loaded by SWASHGET, using lib/utf8_heavy.pl. The special (usually,
1378 The "special" is a string like "utf8::ToSpecLower", which means the
1388 Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *normal, char *special) argument
1404 /* The 0xDF is the only special casing Unicode code point below 0x100. */
1405 if (special && (uv1 == 0xDF || uv1 > 0xFF)) {
1406 /* It might be "special" (sometimes, but not always,
1411 if ((hv = get_hv(special, FALSE)) &&
1626 /* This API is wrong for special cas
[all...]
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c102 #define DTD_ATTR_SPECIAL ((const xmlChar *) "special")
974 xmlChar *special, *dir, *type, *opt; local
987 special = xmlGetProp(node, DTD_ATTR_SPECIAL);
991 if ((special == NULL) || (dir == NULL) || (type == NULL) ||
998 if ((ret = i_substitute_tokens((char *)special,
1018 if (special != NULL)
1019 xmlFree(special);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c155 #define DTD_ATTR_SPECIAL (const xmlChar *) "special"
228 * re-using an existing DTD attribute, you may need a special case.
274 { "special", DTD_ATTR_SPECIAL },
882 /* "brand" is a special case - it can't be branded */
1297 * name as "in use," so special case here.
2392 char dirname[MAXPATHLEN], special[MAXPATHLEN], raw[MAXPATHLEN]; local
2424 if ((fetchprop(handle, cur, DTD_ATTR_SPECIAL, special,
2425 sizeof (special)) == Z_OK)) {
2427 special) == 0) {
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h369 uint16_t special; member in struct:e1000_rx_desc
417 uint16_t special; member in struct:e1000_tx_desc::__anon197::__anon198
489 uint16_t special; /* */ member in struct:e1000_data_desc::__anon207::__anon208

Completed in 155 milliseconds