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

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/tools/ctf/scripts/
ctffindmod.sh 144 space=""
146 echo "$space$patch\c"
147 space=" "
150 echo "$space$ku\c"
151 space=" "
154 echo "$space$garpath\c"
155 space=" "
166 echo "$space$garpath/$ku$suffix/genunix\c"
167 space=" "
169 [[ -n "$space" ]] && ech
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/plot/common/
space.c 38 space(short x0, short y0, short x1, short y1) function
llib-lplot 48 void space(short, short, short, short);
mapfile-vers 56 space;
  /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/
space.c 37 space(short x0, short y0, short x1, short y1) function
llib-l4014 72 /*space.c*/
73 void space(short, short, short, short);
mapfile-vers 57 space;
  /onnv/onnv-gate/usr/src/lib/libplot/t450/common/
space.c 36 space(short x0, short y0, short x1, short y1) function
llib-l450 72 /*space.c*/
73 void space(short, short, short, short);
  /onnv/onnv-gate/usr/src/lib/libplot/
plot.h 52 extern void space(short, short, short, short);
70 extern void space();
  /onnv/onnv-gate/usr/src/lib/libplot/t300/common/
llib-l300 72 /*space.c*/
73 void space(short, short, short, short);
space.c 40 space(short x0, short y0, short x1, short y1) { function
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
llib-l300s 72 /*space.c*/
73 void space(short, short, short, short);
space.c 39 space(short x0, short y0, short x1, short y1) function
  /onnv/onnv-gate/usr/src/lib/libplot/vt0/common/
llib-lvt0 72 /*space.c*/
73 void space(short, short, short, short);
space.c 39 space(short x0, short y0, short x1, short y1) function
mapfile-vers 58 space;
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
admin 42 space=nocheck
  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
tempnam.c 89 pcopy(space, arg)
90 char *space, *arg;
95 (void)strcpy(space, arg);
96 p = space-1+strlen(space);
100 return(space);
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
tempnam.c 104 pcopy(char *space, const char *arg)
109 (void) strcpy(space, arg);
110 p = space-1+strlen(space);
111 while ((p >= space) && (*p == '/'))
114 return (space);
  /onnv/onnv-gate/usr/src/lib/libnisdb/
ldap_scheme.h 42 nis_attr *schemeQuery2nisAttr(db_query *q, nis_attr *space,
  /onnv/onnv-gate/usr/src/cmd/sgs/libldmake/common/
ld_file.c 108 char lockfile[MAXPATHLEN], *err, *space, *target; local
115 if ((space = strchr(depend_file, ' ')) == NULL)
117 *space = '\0';
118 target = &space[1];
139 *space = ' ';
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
is.t 38 ' ' => [ qw(print space) ],
39 "\t" => [ qw(cntrl space) ],
52 " \t" => [ qw(space) ],
58 punct cntrl space) ],
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
default 32 space=ask
  /onnv/onnv-gate/usr/src/cmd/mailx/
head.c 52 static char *copyin(char src[], char **space);
79 * Copy the line into dynamic string space, then set
111 * Thus, dynamically allocate space in the right string, copying
116 copyin(char src[], char **space)
122 cp = *space;
126 *space = cp;
131 * Collect a liberal (space, tab delimited) word into the word buffer

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>