Searched refs:special (Results 1 - 25 of 118) sorted by relevance

12345

/osnet-11/usr/src/lib/libdiskmgt/common/
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...]
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);
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in38 ENTRY is a number or the special keyword \`default\'.
/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))) ||
/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/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)))
H A Dcat.c120 * called for any special output processing
250 special:
305 goto special;
/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/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm84 be a C<*_BS> file which has code for the special cases, like posix for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm79 whitespace or other special characters, and the second parameter is
84 Perl C<open> operator (but protects any special characters).
/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm121 C<$_> or the special filehandle C<_> with stat() or lstat(), trying
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm106 Because of their special use by sort(), the variables $a and $b are
H A DEnv.pm17 Perl maintains environment variables in a special hash named C<%ENV>. For
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrchr.s39 ! an important special case. Otherwise, if the string is not
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrchr.s39 ! an important special case. Otherwise, if the string is not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm188 &shellwords() is written as a special case of &quotewords(), and it
235 use of a backslash to remove the special meaning of a double-quote
/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/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/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/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL88 The output file to print to. If the special names "-" or ">&1" or ">&STDOUT"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm31 reports on a single subroutine apart from the special cases
37 subroutine or format with the special case "(lexicals)" meaning
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DQuotedPrint.pm64 An $eol of "" (the empty string) is special. In this case, no "soft line breaks" are introduced
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm40 C<Hash::Util> contains special functions for manipulating hashes that

Completed in 115 milliseconds

12345