Searched defs:invalid (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dwclib.c105 static int invalid(const char *file, int nlines) function
109 error(ERROR_SYSTEM|1, "invalid multibyte character");
234 eline = invalid(file, nlines);
470 eline = invalid(file, nlines);
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_class.c212 * or a pointer to an invalid entry if the the class
216 * Return 0, set result pointer to invalid entry, if class not in cache.
223 static int invalid; local
294 invalid = lines;
295 class_tbl[invalid] = (au_class_ent_t *)
297 if (class_tbl[invalid] == NULL) {
301 class_tbl[invalid]->ac_name = "invalid class";
302 class_tbl[invalid]->ac_class = AU_MASK_NONE;
303 class_tbl[invalid]
[all...]
H A Daudit_event.c271 * or a pointer to an invalid entry if the event number
283 static int invalid; /* 1+index of the highest event number */ local
329 * events file. Make the next to last element an invalid
364 invalid = lines;
365 p_tbl[invalid] = (au_event_ent_t *)
367 if (p_tbl[invalid] == NULL) {
371 p_tbl[invalid]->ae_number = (au_event_t)-1;
372 p_tbl[invalid]->ae_name = "invalid event number";
373 p_tbl[invalid]
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Dsun_sas.h134 boolean_t invalid; member in struct:sun_sas_hba
148 boolean_t invalid; member in struct:phy_info
155 boolean_t invalid; member in struct:sun_sas_port
/osnet-11/usr/src/lib/libumem/common/
H A Denvvar.c43 * be either "valid" or "invalid".
533 goto invalid;
538 goto invalid;
549 invalid:
607 umem_setup_envvars(int invalid) argument
622 if (invalid) {
/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c89 bool_t invalid; /* can't use this any more */ member in struct:_rpc_gss_data
387 ap->invalid = FALSE;
527 ap->invalid = TRUE;
682 ap->invalid = TRUE;
693 ap->invalid = TRUE;
800 * Reject an invalid context.
802 if (ap->invalid)
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c335 * The list of invalid characters includes control characters
350 char *invalid = "\"/\\[]:|<>+;,?*="; local
400 if (strchr(invalid, *p) || (*p == 0x7f) ||
604 return (dgettext(TEXT_DOMAIN, "invalid share"));
606 return (dgettext(TEXT_DOMAIN, "invalid share name"));
608 return (dgettext(TEXT_DOMAIN, "invalid share path"));
610 return (dgettext(TEXT_DOMAIN, "invalid share mntpnt"));
612 return (dgettext(TEXT_DOMAIN, "invalid property"));
614 return (dgettext(TEXT_DOMAIN, "invalid smb property"));
616 return (dgettext(TEXT_DOMAIN, "invalid nf
[all...]
/osnet-11/usr/src/lib/libshare_plugins/legacy/
H A Dlibshare_legacy.c254 static char invalid[] = " .&,#$^(){}~_"; local
261 if (strchr(invalid, *sharename) != NULL) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstreval.c573 int invalid,wasop=0; local
617 invalid = wasop;
664 invalid = 0;
668 if(invalid && op>A_ASSIGN)
685 if(invalid)
731 if(!invalid)
881 invalid = 0;
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c927 * A share name is considered invalid if it contains control
940 const char *invalid = "\"/\\[]:|<>+;,?*="; local
949 if (strpbrk(sharename, invalid) != NULL)
970 const char *invalid = "\"/\\[]<>+;,?*=@"; local
981 if (strpbrk(name, invalid) != NULL)
1105 const char *invalid = "\"/\\[]:|<>+=;,?"; local
1122 if (strpbrk(workgroup, invalid) != NULL)
1134 * Check for invalid characters in the given path. The list of invalid
1140 * as separator not an invalid characte
1146 char *invalid = "\\"\\\\[]:|<>+;,?*="; local
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c1120 * we are returning could be invalid due to a forkall()
1962 robust_t *invalid; local
1993 invalid = NULL;
2001 /* remember the first invalid entry, if any */
2002 if (rlp->robust_lock == INVALID_ADDR && invalid == NULL)
2003 invalid = rlp;
2010 if ((rlp = invalid) != NULL) {
2012 * Reuse the invalid entry we found above.
3437 * Therefore, we must return EINVAL now if the timout is invalid.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c238 char invalid; /* state is invalid */ member in struct:state
883 entry->invalid = !TZSYNC_READY();
941 if (entry != NULL && entry->invalid) {
951 entry->invalid = 0;
1088 * can refer to invalid address if cache is invalidated.
2474 /* Found an excessively invalid character. Discredit whole name */
2684 /* mark all state invalid */
2687 p->invalid = 1;
2767 * invalid memor
[all...]

Completed in 633 milliseconds