HomeSort by relevance Sort by last modified time
    Searched defs:addpath (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
expand.c 45 static void addpath(char c);
270 addpath(*cp++);
520 addpath(*s++);
521 addpath('/');
618 addpath(char c) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
glob.c 73 static void addpath(char);
217 addpath('~');
219 addpath(*cs++);
243 addpath(*cs++);
488 addpath(*s++);
489 addpath('/');
539 static void addpath(char c) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 85 static void addpath(char c);
211 addpath('~');
214 addpath(*cs++);
236 addpath(*cs++);
508 addpath(*s++);
509 addpath('/');
612 addpath(char c) function
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.glob.c 45 void addpath(tchar);
182 addpath('~');
184 addpath(*cs++);
210 addpath(*cs++);
478 addpath(*s++);
479 addpath('/');
588 addpath(tchar c) function
592 tprintf("TRACE- addpath()\n");

Completed in 180 milliseconds