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

123

/illumos-gate/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)
/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c315 const char *special; local
379 if ((special = lookup_lofs_mount_point(tmp)) != NULL) {
396 (void) strlcpy(tmp2, special, sizeof (tmp2) - 1);
497 * resolvepath(). But we can't do this because chroot requires special
499 * special version of resolvepath() which took an addition root path
501 * that we want to have special handling for native paths. (A native path
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c203 * Return the last entry that matches mntin's special
293 * special - device being mounted (only used in error messages).
298 char *special, char *mountp)
374 "\"%s\"\n"), special, mountp, option_ptr);
507 * (-1) is the special token we return to the caller if the mount
297 cmp_requested_to_actual_options(char *requested_opts, char *actual_opts, char *special, char *mountp) argument
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c165 char special[MAXPATHLEN]; variable
302 (void) snprintf(special, sizeof (special), "//%s/%s",
305 mnt.mnt_special = special;
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c433 quotactl(int cmd, char *special, uid_t uid, caddr_t addr) argument
443 if ((special == NULL) && (cmd == Q_ALLSYNC)) {
445 * Find the mount point of the special device. This is
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c353 char *special, *dosp; local
/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c611 cur_special(char *hostname, char *special) argument
621 if ((cp = strstr(special, hostname)) == NULL)
628 special = &cp[hlen];
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c89 If err_count_out is non-NULL, this is a special 'check'
398 /* This op code is a special op in the object, no matter
400 compile Thatis, these are special opcodes between
403 char special[50]; local
413 sprintf(special, "Specialop %3u", origop);
414 print_line_detail(special,
/illumos-gate/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
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c543 void nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) argument
568 if(mp && special && nv_isvtree(mp))
578 if(associative||special)
641 if(indent>0 && !(mp && special && nv_isvtree(mp)))
650 int isarray=0, special=0,mode=0; local
670 if(!special && fp && !nv_isarray(np))
691 if(special || (nv_isarray(np) && nv_arrayptr(np)))
718 special |= wp->nofollow;
721 if(!special)
737 nv_outnode(np, wp->out, wp->indent, special);
[all...]
H A Dlex.c1690 * quoted here documents, and here-documents without special chars are
1701 int stripcol=0,stripflg, nsave, special=0; local
1883 special++;
1900 special++;
1906 special++;
1915 else if(!special)
H A Dparse.c1693 * convert argument chain to argument list when no special arguments
1701 register int special=0; local
1702 /* special hack for test -t compatibility */
1704 special = 2;
1706 special = 3;
1707 if(special)
1710 if(argn==(special+1) && ap->argval[1]==0 && *ap->argval=='!')
1712 else if(argn!=special)
1713 special=0;
1715 if(special)
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c32 * under /dev/), which is the name of the tty character special
93 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
562 * else if it is not a directory, is it a character special
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c74 char *special; member in struct:hashentry
218 * Manually walk through the cache, unregistering all the special
241 unregister_rsrc(hd, entry->special);
731 /* Allocate an empty hash table for the registered special devices */
824 if ((*entryp)->special)
825 free((*entryp)->special);
907 if (cache_lookup(old_cache, entry->special) == NULL) {
908 register_rsrc(hd, entry->special);
928 if (cache_lookup(new_cache, entry->special) == NULL) {
929 unregister_rsrc(hd, entry->special);
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c380 bool special = 0; local
395 special++, *np++ = c, c = getC(DOEXCL);
402 if (special)
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c813 quotactl(int cmd, char *special, uid_t uid, caddr_t addr) argument
822 if ((special == NULL) && (cmd == Q_SYNC)) {
834 * Find the mount point of the special device. This is
856 if (cmd == Q_ALLSYNC) { /* implies (special==0) too */
864 if (strcmp(special, mntp.mnt_special) == 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c275 reportlogerror(int ret, char *mp, char *special, char *cmd, fiolog_t *flp) argument
284 " for %s on %s.\n"), cmd, mp, special);
358 enable_logging(char *mp, char *special) argument
381 reportlogerror(ret, mp, special, "enable", &fl);
385 disable_logging(char *mp, char *special) argument
406 reportlogerror(ret, mp, special, "disable", &fl);
691 "mount [-F ufs] [generic options] [-o suboptions] {special | mount_point}\n"));
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c339 char *special; local
393 special = get_special(menu_root);
394 INJECT_ERROR1("Z_MENU_GET_SPECIAL", special = NULL);
395 if (special == NULL) {
396 bam_error(_("cant find special file for mount-point %s\n"),
400 pool = strtok(special, "/");
403 free(special);
407 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool));
413 free(special);
432 * update_entry is special cas
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c22 * - Handles Sun C++ special file name extensions: .c, .C, .cc, and .cxx.
181 static void L_getit(int special);
1265 int special; local
1279 special = TRUE;
1281 special = FALSE;
1286 L_getit(special);
1292 L_getit(special)
1293 int special;
1304 if (special) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1238 rmm_get_mnttab_mount_point(const char *special) argument
1246 mpref.mnt_special = (char *)special;
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c40 * [-o specific_options] special size
183 char *special, *raw_special; local
369 special = getfullblkname(fsys);
377 if ((special != NULL) && (*special != '\0')) {
380 if (strcmp(special, mntp.mnt_special) == 0) {
383 " can't mkfs\n"), special);
394 special);
401 special);
1188 " [-m] [-o options] special siz
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c156 char *special, *name; local
318 /* The raw-special-device itself. If not, print usage message. */
326 special = getfullrawname(name);
327 if (special == NULL) {
332 if (*special == '\0') {
343 if ((special = getfullrawname(device)) == NULL) {
349 if (*special == '\0') {
352 if ((special = getfullrawname(device)) == NULL) {
357 if (*special == '\0')
364 * getdiskbydev() determines the characteristics of the special
1078 notrand(char *special) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c2952 * rewrite the expression tree for some special cases
2960 special(Cenv_t* env, regex_t* p) function
3341 if (special(&env, p))
3496 if (special(&env, p))
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.c97 #define DTD_ATTR_SPECIAL ((const xmlChar *) "special")
818 xmlChar *special, *dir, *type, *opt; local
831 special = xmlGetProp(node, DTD_ATTR_SPECIAL);
835 if ((special == NULL) || (dir == NULL) || (type == NULL) ||
842 if ((ret = i_substitute_tokens((char *)special,
862 if (special != NULL)
863 xmlFree(special);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c271 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
275 if (libzfs_mnttab_find(zfs_hdl, special, &entry) != 0)

Completed in 242 milliseconds

123