Searched defs:empty (Results 26 - 39 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/mpss/common/
H A Dmpss.c291 empty(char *str) function
388 if (empty(lbuf))
441 !empty(tokarg) &&
449 if (empty(tokheap)) {
450 /* empty cfg entry */
469 if (empty(tokstack)) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_mapping.c340 int empty = 1; local
371 empty = 0;
587 if (empty || strlen(ptr->basedn) == 0) {
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpc98.c190 int empty; local
206 empty = 1;
213 empty = 0;
224 /* Not to mistake msdos disk map for PC-9800's empty disk map */
225 if (empty)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm56 $opts{deferred_max} = -1; # empty
351 $self->{cache}->empty;
964 # empty records into the file up to the position we want
1024 $self->{cache}->empty;
1302 _ci_warn("recsep is empty!");
1373 # Unless deferred writing is enabled, it should be empty
1586 sub empty { subroutine
1590 $self->[HEAP]->empty;
1786 sub empty { subroutine
2207 deferred write buffer is empty
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c197 const char *empty = NULL; local
205 _priv_exec.name = (name == NULL) ? empty : name;
206 _priv_exec.type = (type == NULL) ? empty : type;
207 _priv_exec.id = (id == NULL) ? empty : id;
214 _priv_exec.policy = IS_SEARCH_ALL(search_flag) ? empty : policy_buf;
791 char *empty = "empty"; local
794 printf("name=%s\n", exec->name ? exec->name : empty);
795 printf("policy=%s\n", exec->policy ? exec->policy : empty);
796 printf("type=%s\n", exec->type ? exec->type : empty);
[all...]
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c286 empty(char *str) function
523 if (empty(lbuf))
566 !empty(tokarg) &&
575 * If empty, any advice from ENV_MADV is reset.
577 if (empty(tokadv)) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c450 char *empty = ""; local
527 empty = 0;
546 return(action?(char*)action:empty);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c1487 descriptor_t **empty; local
1489 empty = (descriptor_t **)calloc(1, sizeof (descriptor_t *));
1490 if (empty == NULL) {
1494 empty[0] = NULL;
1497 return (empty);
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c686 boolean_t empty; local
799 * If the drive bay is empty, we will not be able to read
804 if (check_bay_empty(mod, topo_node_parent(node), &empty) < 0) {
808 } else if (empty) {
884 boolean_t empty; local
1043 * If the drive bay is empty, we will not be able to get read
1048 if (check_bay_empty(mod, topo_node_parent(node), &empty) < 0) {
1051 } else if (empty) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c285 Perl_save_gp(pTHX_ GV *gv, I32 empty) argument
297 if (empty) {
H A Dsv.c59 linked list of free items; when this becomes empty, an extra arena is
85 more_sv() / sv_add_arena() to add an extra arena if the free list is empty.
93 list, and call more_xiv() etc to add a new arena if the list is empty.
173 /* new_SV(): return a new, empty SV head */
211 /* del_SV(): return an empty SV head to the free list */
4533 Create a new null SV, or if len > 0, create a new empty SVt_PV type SV
8394 if (*ebuf) /* May return an empty string for digits==0 */
9117 if (*PL_efloatbuf) /* May return an empty string for digits==0 */
9636 bool empty = 1; local
9640 for (tblent = *otblent; tblent; empty
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c81 static char *empty = ""; variable
219 string = empty;
298 fmri = empty;
378 au_to_path(empty));
405 au_to_path(empty));
420 au_to_path(empty));
444 au_to_privset(empty, NULL));
703 string = empty;
774 string = empty;
802 string = empty;
1123 struct stat64 empty; local
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c927 static const auxv_t empty = { AT_NULL, 0L }; local
933 return (&empty);
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1082 int err = 0, empty = 0; local
1100 * set the disk binding type to empty and the failback method to none.
1108 empty = 1;
1113 * consider it is an empty bay.
1119 empty = 1;
1131 TOPO_PROP_IMMUTABLE, empty ?
1142 * it is considered to an empty bay enumeration and the disk enumerator
1201 * For example the bay may be empty and the disk
3456 * serial/part/revision portions empty, which are reserved for

Completed in 85 milliseconds

12