HomeSort by relevance Sort by last modified time
    Searched defs:sep (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/lib/libpp/common/
pppragma.c 33 register int sep = 0; local
39 sep = 1;
43 if (sep)
45 sep = 0;
52 if (sep)
55 sep = 1;
60 if (sep || pass)
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathaccess.c 41 int sep = ':'; local
46 dirs = pathcat(path, dirs, sep, a, b);
53 sep = 0;
  /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/
dumpfilters.c 58 *sep; local
97 sep = "";
100 (void)fdprintf(fd, "%s%s", sep,
102 sep = ",";
116 sep = "";
119 (void)fdprintf(fd, "%s%s ", sep,
124 sep = ",";
  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
getlist.c 66 *sep, local
79 * Construct in "sep" the full list of characters that
85 if (!(sep = Malloc(len))) {
90 sep = buf;
91 strcpy (sep, hardsep);
92 strcat (sep, ws);
116 if (strchr(sep, c)) {
149 if (strchr(sep, c)) {
152 list[n++] = unq_strdup(str, sep);
167 list[n++] = unq_strdup(str, sep);
    [all...]
printlist.c 59 printlist_setup(char *prefix, char *suffix, char *sep, char *newline)
65 if (sep)
66 print_sep = sep;
95 register char *sep; local
98 for (sep = ""; *list; *list++, sep = print_sep) {
100 (void)fdprintf (fd, "%s%s", sep, NB(print_prefix));
118 q_print(int fd, char *str, char *sep)
121 if (strchr(sep, *str))
  /onnv/onnv-gate/usr/src/lib/libnsl/nss/
getauthattr.c 67 char *sep = KV_TOKEN_DELIMIT; local
87 auth->name = _strtok_escape(buffer, sep, &last);
88 auth->res1 = _strtok_escape(NULL, sep, &last);
89 auth->res2 = _strtok_escape(NULL, sep, &last);
90 auth->short_desc = _strtok_escape(NULL, sep, &last);
91 auth->long_desc = _strtok_escape(NULL, sep, &last);
92 auth->attr = _strtok_escape(NULL, sep, &last);
getauuser.c 71 char *sep = KV_TOKEN_DELIMIT; local
92 au_user->au_name = _strtok_escape(buffer, sep, &last);
93 au_user->au_always = _strtok_escape(NULL, sep, &last);
94 au_user->au_never = _strtok_escape(NULL, sep, &last);
getprofattr.c 66 char *sep = KV_TOKEN_DELIMIT; local
85 prof->name = _strtok_escape(buffer, sep, &last);
86 prof->res1 = _strtok_escape(NULL, sep, &last);
87 prof->res2 = _strtok_escape(NULL, sep, &last);
88 prof->desc = _strtok_escape(NULL, sep, &last);
89 prof->attr = _strtok_escape(NULL, sep, &last);
getuserattr.c 74 char *sep = KV_TOKEN_DELIMIT; local
95 user->name = _strtok_escape(buffer, sep, &last);
96 user->qualifier = _strtok_escape(NULL, sep, &last);
97 user->res1 = _strtok_escape(NULL, sep, &last);
98 user->res2 = _strtok_escape(NULL, sep, &last);
99 user->attr = _strtok_escape(NULL, sep, &last);
  /onnv/onnv-gate/usr/src/ucbcmd/groups/
groups.c 36 char *sep = ""; local
58 (void) printf("%s%u", sep, groups[i]);
59 sep = " ";
62 (void) printf("%s%s", sep, gr->gr_name);
63 sep = " ";
76 char *sep = ""; local
91 (void) printf("%s%s", sep, gr->gr_name);
92 sep = " ";
99 (void) printf("%s%s", sep, gr->gr_name);
100 sep = " "
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
eftinfo.c 97 static char *sep = ""; local
99 out(O_OK|O_NONL, "%s%s", sep, s);
100 sep = ":";
  /onnv/onnv-gate/usr/src/cmd/time/
time.c 59 static char *sep = "\0\0.\0:\0:\0\0"; variable
167 c = nonzero?sep[i]:nsep[i];
  /onnv/onnv-gate/usr/src/lib/libtsnet/common/
tsol_gettpent.c 172 char *sep = KV_TOKEN_DELIMIT; local
181 tpstrp->template = _strtok_escape(buffer, sep, &last);
182 tpstrp->attrs = _strtok_escape(NULL, sep, &last);
tsol_getrhent.c 178 char *sep = KV_TOKEN_DELIMIT; local
187 str = _strtok_escape(buffer, sep, &last);
196 rhstrp->template = _strtok_escape(NULL, sep, &last);
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_serd.c 168 fmd_serd_eng_discard(fmd_serd_eng_t *sgp, fmd_serd_elem_t *sep)
170 fmd_list_delete(&sgp->sg_list, sep);
173 fmd_event_rele(sep->se_event);
174 fmd_free(sep, sizeof (fmd_serd_elem_t));
180 fmd_serd_elem_t *sep; local
182 for (sep = fmd_list_next(&sgp->sg_list);
183 sep != NULL; sep = fmd_list_next(sep)) {
184 if (fmd_event_equal(sep->se_event, ep)
194 fmd_serd_elem_t *sep, *oep; local
258 fmd_serd_elem_t *sep, *nep; local
280 fmd_serd_elem_t *sep; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
buffer_list.c 107 struct sharepnt_ent *se_tail = NULL, *sep; local
136 if (sep = findsharepnt(bep->be_sharepnt,
142 sep->se_state = lep->le_state;
147 sep = (struct sharepnt_ent *)
148 malloc(sizeof (*sep));
149 if (sep == NULL) {
153 (void) memset(sep, 0, sizeof (*sep));
155 sep->se_name = strdup(lep->le_path);
156 if (sep->se_name == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
login.c 69 const char sep[] = "@/\\"; local
72 p = strpbrk(domuser, sep);
82 sc = *p; /* Save the sep. char */
87 p = strpbrk(s2, sep);
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
ldapaddrbac.c 77 char *sep = KV_TOKEN_DELIMIT; local
103 s = _strtok_escape((char *)buf, sep, &lasts);
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
mpool.c 477 char *sep; local
495 sep = "";
499 (void)fprintf(stderr, "%s%d", sep, bp->pgno);
505 sep = "\n";
508 sep = ", ";
  /onnv/onnv-gate/usr/src/lib/libnsctl/common/
machdep.c 166 const char *sep = ", "; local
217 cp = strtok_r(cp, sep, &last);
224 cp = strtok_r(NULL, sep, &last);
  /onnv/onnv-gate/usr/src/lib/libinstzones/common/
zones_str.c 641 char sep = 0; local
689 p = _z_strGetToken(&sep, a_string, i, a_separators);
700 assert(sep != '\0');
701 (void) strncat(copyString, &sep, 1);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
ipath.c 382 char *sep = ""; local
385 out(flags|O_NONL, "%s%s%d", sep, ipp->s, ipp->i);
387 sep = "/";
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
ldmain.c 185 const char *sep = MSG_ORIG(MSG_STR_COLON); local
191 if ((lib = strtok_r(sgs_support, sep, &lasts)) != NULL) {
197 } while ((lib = strtok_r(NULL, sep, &lasts)) != NULL);
  /onnv/onnv-gate/usr/src/cmd/lockstat/
sym.c 69 syment_t *sep; local
73 symbol_table = realloc(symbol_table, maxsyms * sizeof (*sep));
79 sep = &symbol_table[nsyms++];
81 sep->name = name;
82 sep->addr = addr;
83 sep->size = size;
90 syment_t *sep = symbol_table; local
92 for (i = 0; i < nsyms; i++, sep++)
93 if (sep->addr == addr)
94 sep->addr = 0
211 syment_t *sep; local
231 syment_t *sep = symbol_table; local
245 syment_t *sep = symbol_table; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
LocalityGroup.java 97 String sep = ""; local
99 sb.append(sep);
101 sep = " ";

Completed in 5490 milliseconds

1 2 3 4 5 6