HomeSort by relevance Sort by last modified time
    Searched refs:index (Results 1 - 25 of 1502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWzoner/
postinstall 31 index=$BASEDIR/etc/zones/index
32 if [ -f $index ]; then
41 ' < $index > ${index}.pkg.$$; then
42 if cmp -s $index ${index}.pkg.$$; then
43 rm -f ${index}.pkg.$$
45 chown root:sys ${index}.pkg.$$
46 chmod 644 ${index}.pkg.$
    [all...]
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
snmpdx_regTblEntry.c 45 extern int get_regTblEntry(int search_type, RegTblEntry_t **regTblEntry_data, IndexType *index)
56 index);
62 index);
68 index);
74 index);
80 index);
86 index);
92 index);
98 index);
110 int get_regTblIndex(int search_type, Integer *regTblIndex, IndexType *index)
    [all...]
snmpdx_regTreeEntry.c 45 extern int get_regTreeEntry(int search_type, RegTreeEntry_t **regTreeEntry_data, IndexType *index)
56 index);
62 index);
68 index);
74 index);
86 int get_regTreeIndex(int search_type, Integer *regTreeIndex, IndexType *index)
89 /* this function should modify the index argument to the */
94 if(index->type == INTEGER){
96 /* assume 1 is the first index */
98 index->value[0] = 1
    [all...]
snmpdx_agentEntry.c 45 extern int get_agentEntry(int search_type, AgentEntry_t **agentEntry_data, IndexType *index)
56 index);
62 index);
68 index);
74 index);
80 index);
86 index);
92 index);
98 index);
104 index);
    [all...]
snmpdx_stub.h 80 extern int get_agentEntry(int search_type, AgentEntry_t **agentEntry_data, IndexType *index);
82 extern int get_agentID(int search_type, Integer *agentID, IndexType *index);
83 extern int get_agentStatus(int search_type, Integer *agentStatus, IndexType *index);
84 extern int set_agentStatus(int pass, IndexType index, Integer *agentStatus);
85 extern int get_agentTimeOut(int search_type, Integer *agentTimeOut, IndexType *index);
86 extern int set_agentTimeOut(int pass, IndexType index, Integer *agentTimeOut);
87 extern int get_agentPortNumber(int search_type, Integer *agentPortNumber, IndexType *index);
88 extern int set_agentPortNumber(int pass, IndexType index, Integer *agentPortNumber);
89 extern int get_agentPersonalFile(int search_type, String *agentPersonalFile, IndexType *index);
90 extern int set_agentPersonalFile(int pass, IndexType index, String *agentPersonalFile)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
tst.index.d.out 4 if (index("foobarbaz", "barbaz") != 3) {
5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n",
6 index("foobarbaz", "barbaz"));
7 printf(" D => index(\"foobarbaz\", \"barbaz\") = 3\n");
18 if (index("foofoofoo", "foo") != 0) {
19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n",
20 index("foofoofoo", "foo"));
21 printf(" D => index(\"foofoofoo\", \"foo\") = 0\n");
32 if (index("boofoofoo", "foo") != 3) {
33 printf("perl => index(\"boofoofoo\", \"foo\") = %d\n"
    [all...]
tst.substr.d 33 int index;
48 command[i].index = 3;
52 command[i].index = 300;
56 command[i].index = -10;
60 command[i].index = 0;
64 command[i].index = 1;
68 command[i].index = strlen(str) - 1;
72 command[i].index = strlen(str);
76 command[i].index = strlen(str) + 1;
80 command[i].index = 8
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/private/
errmsgs.c 74 dhcpsvc_errmsg(unsigned int index)
76 if (index >= DSVC_NERR)
79 return (dgettext(TEXT_DOMAIN, errmsgs[index]));
  /onnv/onnv-gate/usr/src/cmd/fmli/proc/
pdefault.c 56 int index; local
63 if ((index = find_freeproc()) == FAIL) {
69 _debug(stderr, "Creating process at %d\n", index);
71 PR_all[index].argv[0] = PR_all[index].name = expand(argv[0]);
73 _debug(stderr, "PROCESS: %s", PR_all[index].name);
76 PR_all[index].argv[i] = expand(argv[i]);
78 _debug(stderr, " %s", PR_all[index].argv[i]);
84 PR_all[index].argv[i] = NULL;
85 PR_all[index].ar = NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
strchr.c 36 #undef index
38 extern char* index(const char*, int);
43 return(index(s, c));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
GetSubOpt.java 67 protected int index; field in class:GetSubOpt
93 index = 0;
121 int optionIndex = subOptions.indexOf(OPTION_DELIM, index);
122 int valueIndex = subOptions.indexOf(VALUE_DELIM, index);
126 subOption = subOptions.substring(index);
127 index = subOptionsLen;
131 subOption = subOptions.substring(index, optionIndex);
132 index = optionIndex + OPTION_DELIM.length();
135 subOption = subOptions.substring(index, valueIndex);
136 index = valueIndex + VALUE_DELIM.length()
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierIntegerEnum.java 74 for (int index = 0; index < values.length; index++) {
75 if (values[index] == i) {
87 for (int index = 0; index < values.length; index++) {
88 vals.add(new Integer(values[index]));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
index.t 13 $first = substr($foo,0,index($foo,'the'));
19 $last = substr($foo,index($foo,'Now'),2);
25 $last = substr($foo,index($foo,'.'),100);
31 is(index("ababa","a",-1), 0);
32 is(index("ababa","a",0), 0);
33 is(index("ababa","a",1), 2);
34 is(index("ababa","a",2), 2);
35 is(index("ababa","a",3), 4);
36 is(index("ababa","a",4), 4);
37 is(index("ababa","a",5), -1)
    [all...]
  /onnv/onnv-gate/usr/src/ucbhead/
strings.h 57 extern char *index(char *, char);
63 extern char *index();
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
gnu_prime.h 76 static const int index[] = { variable
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
TextList.java 95 public void select(int index) {
96 view.select(index);
103 public void deselect(int index) {
104 view.deselect(index);
144 public void addItem(String item, int index) {
145 if (index == -1) {
151 } else if (index < items.size()) {
152 items.insertElementAt(item, index);
159 public void replaceItem(String newValue, int index) {
160 if (index < items.size())
    [all...]
StringVector.java 96 public final int indexOf(String elem, int index) {
97 return vector.indexOf(elem, index);
104 public final int lastIndexOf(String elem, int index) {
105 return vector.lastIndexOf(elem, index);
108 public final String elementAt(int index) {
109 return (String)vector.elementAt(index);
120 public final void setElementAt(String obj, int index) {
121 vector.setElementAt(obj, index);
124 public final void removeElementAt(int index) {
125 vector.removeElementAt(index);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgss/
g_rel_oid_set.c 45 OM_uint32 index; local
56 for (index = 0; index < (*set)->count; index++) {
57 oid = &(*set)->elements[index];
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/lib/
libDispatch.c 66 int index = 0; local
79 index = FindClassEntry(pOP->mName);
82 if (index < 0) {
89 instList = (*enumInstanceTable[index])(pOP);
108 int index = 0; local
119 index = FindClassEntry(pInst->mClassName);
122 if (index < 0) {
128 objPath = (*createInstanceTable[index])(pOP, pInst);
182 int index = 0; local
193 index = FindClassEntry(pOP->mName)
281 int index = 0; local
318 int index = 0; local
362 int index = 0; local
408 int index = 0; local
443 int index = 0; local
479 int index = 0; local
521 int index = 0; local
563 int index = 0; local
649 int index = 0; local
685 int index = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/lib/
libDispatch.c 66 int index = 0; local
78 index = FindClassEntry(pOP->mName);
81 if (index < 0) {
88 instList = (*enumInstanceTable[index])(pOP);
107 int index = 0; local
118 index = FindClassEntry(pInst->mClassName);
121 if (index < 0) {
127 objPath = (*createInstanceTable[index])(pOP, pInst);
181 int index = 0; local
192 index = FindClassEntry(pOP->mName)
280 int index = 0; local
317 int index = 0; local
361 int index = 0; local
407 int index = 0; local
442 int index = 0; local
478 int index = 0; local
520 int index = 0; local
562 int index = 0; local
648 int index = 0; local
684 int index = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
stralloc.c 73 int index; local
85 index = 0;
87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s)
91 index++;
96 index = sp - &stringdope[0];
97 sp->s_topFree = (char *) calloc(STRINGSIZE << index,
101 index);
105 sp->s_nleft = STRINGSIZE << index;
162 register int index; local
167 index = 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
strings.h 45 char *index();
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
index.c 33 index(sp, c) function
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
index.c 53 index(const char *sp, int c) function
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
wctomb.c 44 int size, index; local
74 if ((index = size) <= 0)
76 while (index--) {
82 s[index] = d;

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011>>