Home
last modified time | relevance | path

Searched refs:sep (Results 151 – 175 of 252) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex319 …60,line width=1pt,circle,fill=ocre!25,font=\sffamily\bfseries,inner sep=2pt,outer sep=0pt] at (-15…
362 \node[anchor=north west,inner sep=0pt] at (0,0) {\includegraphics[width=\paperwidth]{\thechapterima…
368 …ll opacity=.6,text opacity=1,draw=ocre,draw opacity=1,line width=2pt,inner sep=15pt]{\huge\sffamil…
384 \draw[anchor=west] (5cm,-9cm) node [rounded corners=25pt,fill=white,opacity=.7,inner sep=15.5pt]{\h…
385 \draw[anchor=west] (5cm,-9cm) node [rounded corners=25pt,draw=ocre,line width=2pt,inner sep=15pt]{\…
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c73 void echo(tchar sep, tchar **v);
1006 echo(tchar sep, tchar **v) in echo() argument
1025 if (sep == (tchar)' ') in echo()
1037 if (sep == ' ' && *v && strlen_(*v) == 2 && in echo()
1049 Putchar(sep | QUOTE); in echo()
1052 if (sep && nonl == 0) { in echo()
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c832 wchar_t sep; in split() local
842 sep = **FS; in split()
845 sep = getsval(x)[0]; in split()
850 dprintf("split: s=|%ws|, a=%ws, sep=|%wc|\n", s, ap->nval, sep); in split()
859 if (sep == ' ') in split()
888 while ((c = *s) != sep && c != '\n' && c != '\0') in split()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c271 size = strlen(linep->cmd) + strlen(linep->sep) + strlen(linep->arg) + 1; in update_line()
273 (void) snprintf(linep->line, size, "%s%s%s", linep->cmd, linep->sep, in update_line()
776 newlp->sep = s_strdup(" "); in bam_add_findroot()
779 "%s%s%s", newlp->cmd, newlp->sep, in bam_add_findroot()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_dr.c326 sbdp_detach_bd(int node, int board, sbd_error_t *sep) in sbdp_detach_bd() argument
343 sbdp_set_err(sep, ESBD_IO, NULL); in sbdp_detach_bd()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2490 char *sep, *endp = NULL; local
2499 sep = strchr(dest, ':');
2500 if (sep != NULL) {
2501 se = getservbyname((const char *)sep+1, "tcp");
2505 port = strtol(sep+1, &endp, 10);
2506 if (endp == sep+1 || *endp != '\0') {
2512 if (port < 0 || port > 65535 || sep == dest) {
2516 *sep = '\0';
2522 *sep = ':';
2528 *sep = ':';
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c55 const char sep[] = in cmd_stack() local
139 mdb_printf("%s\n", sep); in cmd_stack()
142 mdb_printf("%s\n", sep); in cmd_stack()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c184 name_join(name_t *n, size_t amt, const char *sep) in name_join() argument
188 size_t seplen = strlen(sep); in name_join()
213 if (!str_append(&res, sep, seplen)) in name_join()
/illumos-gate/usr/src/lib/libc/i386_hwcap1/
H A Dmapfile27 hw += fpu cmov sep mmx sse;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c408 const char *sep; in debug_dump_getaddrinfo_args() local
415 sep = ""; in debug_dump_getaddrinfo_args()
416 #define Z(FLAG) if (hint->ai_flags & AI_##FLAG) fprintf(stderr, "%s%s", sep, #FLAG), sep = "|" in debug_dump_getaddrinfo_args()
422 if (sep[0] == 0) in debug_dump_getaddrinfo_args()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c227 char sep, in smbfs_node_findcreate() argument
243 if (sep != '\0') in smbfs_node_findcreate()
257 if (sep != '\0') in smbfs_node_findcreate()
258 *p++ = sep; in smbfs_node_findcreate()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c512 int prop_format(struct propctx *ctx, const char *sep, int seplen, in prop_format() argument
520 if(!sep) seplen = 0; in prop_format()
521 if(seplen < 0) seplen = strlen(sep); in prop_format()
538 strncat(outbuf, sep, seplen); in prop_format()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetgrnam_r.c288 gettok(char **nextpp, char sep) in gettok() argument
297 while ((c = *q) != '\0' && c != sep) in gettok()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c74 char *sep = KV_TOKEN_DELIMIT; in genent_attr() local
100 s = _strtok_escape((char *)buf, sep, &lasts); in genent_attr()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c157 char *sep = " \t\n"; in run_cli() local
187 argv[0] = strtok_r(cmd, sep, &savep); in run_cli()
191 argv[argc] = strtok_r(NULL, sep, &savep); in run_cli()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.sh1821 then ext="$ext$sep#include \"$arg\""
1822 sep=$nl
1997 sep=" " ;;
1998 *) sep=$nl ;;
2074 SEP=$sep
2100 SEP=$sep
2290 do syms=$syms$sep${1}:${r}
3041 sep=
3077 map=$map$sep${sym}_${rel}
3078 sep=' '
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c347 char *sep, *v; in add_preauth_opt() local
362 sep = strchr(av, '='); in add_preauth_opt()
363 if (sep) { in add_preauth_opt()
364 *sep = '\0'; in add_preauth_opt()
365 v = ++sep; in add_preauth_opt()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c133 static char *sep = LDAPTOOL_DEFSEP; variable
435 sep = strdup( optarg ); in options_callback()
1055 printf( "%s%s%s\n", a, sep, tmpfname );
1071 printf( "%s%s%s\n", a, sep,
1103 printf( "%s%s%s\n", attrname, sep, strval ); in write_string_attr_value()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c725 pit(unsigned char what, char *itsname, char *sep) in pit() argument
733 (void) fprintf(output, " = <undef>%s", sep); in pit()
742 (void) fprintf(output, "^?%s", sep); in pit()
748 (void) fprintf(output, "%c%s", what, sep); in pit()
/illumos-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c349 gettok(char **nextpp, char sep) in gettok() argument
357 while ((c = *q) != '\0' && c != sep) in gettok()
/illumos-gate/usr/src/cmd/refer/
H A Drefer1.c129 sep = 002; /* separate records without confusing sort.. */ in main()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c561 fmd_serd_elem_t *sep; in fmd_ckpt_save_serd() local
567 for (sep = fmd_list_next(&sgp->sg_list); in fmd_ckpt_save_serd()
568 sep != NULL; sep = fmd_list_next(sep)) in fmd_ckpt_save_serd()
569 fmd_ckpt_save_event(ckp, sep->se_event); in fmd_ckpt_save_serd()
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c1161 char *sep; in parse_esslist_args() local
1168 sep = strchr(piece, ','); in parse_esslist_args()
1169 if (sep == NULL) in parse_esslist_args()
1170 sep = (char *)end; in parse_esslist_args()
1172 len = sep - piece; in parse_esslist_args()
1180 piece = sep + 1; in parse_esslist_args()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c150 concat(const char *s1, char sep, const char *s2);
667 concat(const char *s1, char sep, const char *s2) in concat() argument
672 sprintf(s, "%s%c%s", s1, sep, s2); in concat()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c164 boolean_t qstr1, char *str2, char *plist, char sep) in sip_add_2strs_to_msg() argument
205 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_CRLF); in sip_add_2strs_to_msg()
209 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_CRLF); in sip_add_2strs_to_msg()
216 str1, sep, str2, SIP_SEMI, plist, SIP_CRLF); in sip_add_2strs_to_msg()
220 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_SEMI, in sip_add_2strs_to_msg()

1234567891011