Searched defs:sep (Results 1 - 25 of 186) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libpp/common/
H A Dpppragma.c33 register int sep = 0; local
39 sep = 1;
43 if (sep)
45 sep = 0;
52 if (sep)
55 sep = 1;
60 if (sep || pass)
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcat.c33 pathcat(char* path, register const char* dirs, int sep, const char* a, register const char* b) argument
38 while (*dirs && *dirs != sep)
H A Dpathaccess.c41 int sep = ':'; local
46 dirs = pathcat(path, dirs, sep, a, b);
53 sep = 0;
/illumos-gate/usr/src/test/zfs-tests/cmd/chg_usr_exec/
H A Dchg_usr_exec.c41 char sep[] = " "; local
54 "%s%s", argv[i], sep);
55 len += strlen(argv[i]) + strlen(sep);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_dr.c72 fmd_dr_event(sysevent_t *sep) argument
76 const char *class = sysevent_get_class_name(sep);
77 const char *subclass = sysevent_get_subclass_name(sep);
123 sysevent_get_time(sep, &evtime);
136 TRACE((FMD_DBG_XPRT, "dr event %p, gen=%llu", (void *)sep, gen));
/illumos-gate/usr/src/ucbcmd/groups/
H A Dgroups.c36 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...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetlist.c70 *sep, local
86 * Construct in "sep" the full list of characters that
92 if (!(sep = Malloc(len))) {
97 sep = buf;
98 strcpy (sep, hardsep);
99 strcat (sep, ws);
134 if (strchr(sep, c)) {
167 if (strchr(sep, c)) {
170 list[n++] = unq_strdup(copy, sep);
185 list[n++] = unq_strdup(copy, sep);
[all...]
H A Dprintlist.c59 printlist_setup(char *prefix, char *suffix, char *sep, char *newline) argument
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) argument
121 if (strchr(sep, *str))
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dhex.c86 size_t len1, size_t len2, const char *sep)
100 if (i >= len1 && sep != NULL) {
101 fputs(sep, fp);
85 isc_puthexstring(FILE *fp, const unsigned char *buf, size_t buflen, size_t len1, size_t len2, const char *sep) argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c70 const char *name, int nmlen, u_int8_t sep)
93 if (dnp->n_rplen <= 1 && sep == '\\')
94 sep = 0;
108 sep = 0;
110 if (sep) {
113 error = mb_put_uint16le(mbp, sep);
115 error = mb_put_uint8(mbp, sep);
69 smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp, struct smbnode *dnp, const char *name, int nmlen, u_int8_t sep) argument
H A Dsmbfs_node.c110 char sep; local
116 sep = SMBFS_DNP_SEP(dnp);
117 if (sep)
118 ino = smbfs_hash(ino, &sep, 1);
164 char sep; local
174 sep = SMBFS_DNP_SEP(dnp);
179 name, nmlen, sep, fap);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Ddumpfilters.c58 *sep; local
97 sep = "";
100 (void)fdprintf(fd, "%s%s", sep,
102 sep = ",";
116 sep = "";
119 (void)fdprintf(fd, "%s%s ", sep,
124 sep = ",";
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrtok.c113 char *brkb, *brkt, *phrase, *sep, *word; local
115 sep = "\\/:;=-";
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep))
124 for (word = strtok_r(test, sep, &brkt); word;
125 word = strtok_r(NULL, sep, &brkt)) {
128 for (phrase = strtok_r(blah, sep, &brkb); phrase;
129 phrase = strtok_r(NULL, sep, &brkb))
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c172 char *sep = KV_TOKEN_DELIMIT; local
181 tpstrp->template = _strtok_escape(buffer, sep, &last);
182 tpstrp->attrs = _strtok_escape(NULL, sep, &last);
H A Dtsol_getrhent.c178 char *sep = KV_TOKEN_DELIMIT; local
187 str = _strtok_escape(buffer, sep, &last);
196 rhstrp->template = _strtok_escape(NULL, sep, &last);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetauthattr.c67 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);
H A Dgetauuser.c71 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);
H A Dgetprofattr.c66 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);
H A Dgetuserattr.c74 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);
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c97 static char *sep = ""; local
99 out(O_OK|O_NONL, "%s%s", sep, s);
100 sep = ":";
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c69 const char sep[] = "@/\\"; local
72 p = strpbrk(domuser, sep);
82 sc = *p; /* Save the sep. char */
87 p = strpbrk(s2, sep);
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c74 char *sep = KV_TOKEN_DELIMIT; local
100 s = _strtok_escape((char *)buf, sep, &lasts);
/illumos-gate/usr/src/cmd/time/
H A Dtime.c59 static char *sep = "\0\0.\0:\0:\0\0"; variable
167 c = nonzero?sep[i]:nsep[i];
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c477 char *sep; local
495 sep = "";
499 (void)fprintf(stderr, "%s%d", sep, bp->pgno);
505 sep = "\n";
508 sep = ", ";
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c139 parse_dest(char * dest, char **str1, char **str2, char * sep) argument
148 tmp = (char *)strtok_r(dest, sep, &nexttok);
151 tmp = (char *)strtok_r(NULL, sep, &nexttok);

Completed in 73 milliseconds

12345678