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

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/ucbcmd/printenv/
printenv.c 51 static int prefix(char *cp, char *dp);
63 if (argc == 0 || prefix(argv[0], *ep)) {
79 prefix(char *cp, char *dp) function
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
conftab.c 16 * prefix strings -- the first few are indexed by Conf_t.standard
19 const Prefix_t prefix[] = variable
40 int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
conftab.c 16 * prefix strings -- the first few are indexed by Conf_t.standard
19 const Prefix_t prefix[] = variable
40 int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
conftab.c 16 * prefix strings -- the first few are indexed by Conf_t.standard
19 const Prefix_t prefix[] = variable
40 int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
conftab.c 16 * prefix strings -- the first few are indexed by Conf_t.standard
19 const Prefix_t prefix[] = variable
40 int prefix_elements = (int)sizeof(prefix) / (int)sizeof(prefix[0]);
    [all...]
  /onnv/onnv-gate/usr/src/psm/stand/lib/names/sparc/common/
uname-m.c 50 static char prefix[] = "/platform/"; local
54 if (strncmp(path, prefix, sizeof (prefix) - 1) != 0)
57 path += sizeof (prefix) - 1;
  /onnv/onnv-gate/usr/src/cmd/refer/
deliv2.c 40 prefix(char *t, char *s) function
  /onnv/onnv-gate/usr/src/cmd/tbl/
ts.c 30 prefix(char *small, char *big) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
conversions.h 35 char *stripprefix; /* prefix to strip from real file */
37 char *prefix; /* prefix to add to real file */ member in struct:convert
  /onnv/onnv-gate/usr/src/cmd/hal/hald/
Makefile 64 glib-genmarshal --prefix=hald_marshal hald_marshal.list --header >> xgen-gmh \
69 glib-genmarshal --prefix=hald_marshal hald_marshal.list --body >> xgen-gmc \
  /onnv/onnv-gate/usr/src/cmd/mktemp/
mktemp.c 49 char *prefix = NULL; local
75 prefix = optarg;
114 prefix = tmp;
115 else if (prefix == NULL)
116 prefix = "/tmp";
118 len = snprintf(NULL, 0, "%s/%s", prefix, tmpl) + 1;
124 (void) snprintf(tmp, len, "%s/%s", prefix, tmpl);
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
Trace.cc 67 char prefix[MAX_MSG_PREFIX_LEN]; local
109 /* Format the prefix string for the log file */
110 snprintf(prefix, MAX_MSG_PREFIX_LEN, "%d:%d:%s%s:%s",
118 snprintf(message, strlen(prefix) + MAX_MSG_LEN + 2, "%s:%s\n",
119 prefix,
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
log.c 83 char *prefix; local
94 prefix = MSG_LOG_ERROR;
98 prefix = MSG_LOG_WARNING;
102 prefix = NULL;
111 prefix = NULL;
113 /* output debug prefix to match echoDebug() format */
125 /* output prefix if specified */
127 if (prefix != NULL) {
128 (void) fprintf(out, "%s: ", prefix);
  /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/
wksids.c 377 const char *prefix; local
382 prefix = my_machine_sid;
384 prefix = wksids[i].sidprefix;
386 len = strlen(prefix);
390 * with this prefix, then a -, then a single RID, and it's
393 if (strncasecmp(sid, prefix, len) != 0)
  /onnv/onnv-gate/usr/src/lib/libast/common/disc/
sfdcprefix.c 25 * a discipline that prepends a prefix string to each output line
36 size_t length; /* prefix length */
37 size_t empty; /* empty line prefix length */
39 char prefix[1]; /* prefix string */ member in struct:__anon32
43 * prefix write
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
110 * push the prefix discipline on f
114 int sfdcprefix(Sfio_t* f, const char* prefix)
116 int sfdcprefix(f, prefix)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/slpd/
slpd.c 111 char *prefix = "SLP_CONF_FILE="; local
115 env_size = strlen(prefix) + strlen(conf) + 1;
120 (void) strlcpy(conf_env, prefix, env_size);
  /onnv/onnv-gate/usr/src/cmd/tip/aculib/
v3451.c 21 static int prefix(char *, char *);
178 if (prefix(sh, lg))
184 prefix(char *s1, char *s2) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
input.c 136 struct in6_addr prefix; local
199 * destination prefix of zero, a prefix length of zero and
207 rtcreate_prefix(&n->rip6_prefix, &prefix,
209 if (IN6_IS_ADDR_UNSPECIFIED(&prefix)) {
220 "Bad prefix length %d in request "
231 "Bad prefix %s in request from "
241 rtcreate_prefix(&n->rip6_prefix, &prefix,
243 rt = rtlookup(&prefix, n->rip6_prefix_length);
318 * placed in the prefix field of this special RTE) i
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
syncinit.c 48 static int prefix(char *arg, char *pref);
172 if (prefix(arg, "loop")) {
178 } else if (prefix(arg, "echo")) {
184 } else if (prefix(arg, "nrzi")) {
189 } else if (prefix(arg, "txc")) {
192 } else if (prefix(arg, "rxc")) {
195 } else if (prefix(arg, "speed")) {
284 prefix(char *arg, char *pref) function
  /onnv/onnv-gate/usr/src/cmd/filesync/
files.c 37 * prefix .... does one string begin with another
509 * prefix
516 * suspected prefix
520 * yes pointer character after prefix
523 prefix(const char *s, const char *p) function
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
tempfiles.c 98 char *prefix();
100 if ((save = prefix(path, LCKPREFIX)) == NULL)
175 char *prefix();
178 if ((save = prefix(path, LCKPREFIX)) == NULL)
280 prefix(path, prfx) function
  /onnv/onnv-gate/usr/src/cmd/gcore/
gcore.c 152 char *prefix = NULL; local
171 prefix = optarg;
196 if (prefix == NULL)
197 prefix = "core";
218 if ((opt_p | opt_g) == 0 && prefix == NULL)
247 if (prefix != NULL) {
248 (void) snprintf(path, sizeof (path), "%s.%%p", prefix);
  /onnv/onnv-gate/usr/src/cmd/ldap/common/
fileurl.c 44 static int str_starts_with( const char *s, char *prefix );
87 path = fileurl + 5; /* skip past "file:" scheme prefix */
172 char *p, *url, *prefix ="file:"; local
182 if (( url = malloc( strlen( prefix ) + 3 * strlen( path ) + 1 )) == NULL ) {
186 strcpy( url, prefix );
187 p = url + strlen( prefix );
415 * Return a non-zero value if the string s begins with prefix and zero if not.
418 str_starts_with( const char *s, char *prefix )
422 if ( s == NULL || prefix == NULL ) {
426 prefix_len = strlen( prefix );
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpfsck.c 358 char * prefix; local
365 if ((err = va_makepath(&ap, &prefix)) < 0)
367 "Rename failed; prefix \"%s\" is a truncated name.\n",
368 prefix
372 old = makepath(prefix, old_system, (char *)0);
373 new = makepath(prefix, new_system, (char *)0);
394 Free (prefix);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_help.c 190 const char *prefix, *usage; local
216 prefix = strchr(":$=/\\?>", idcp->idc_name[0]) ? "" : "::";
231 mdb_printf("%s%s %s\n\n", prefix, idcp->idc_name, usage);

Completed in 1140 milliseconds

1 2 3 4 5 6 7