Home
last modified time | relevance | path

Searched refs:BASENAME (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/gen/
H A Dbase.c45 #define BASENAME 1 macro
102 else if (type == BASENAME) in basedir()
123 return(basedir(arg, BASENAME)); in basename()
/illumos-gate/usr/src/cmd/bnu/
H A Dcpmv.c57 (void) strcat(f2, BASENAME(f1, '/'));
150 (void) sprintf(corrupt, "%s/%s", CORRUPTDIR, BASENAME(file, '/'));
206 (void) strcat(full, BASENAME(f1, '/'));
250 (void) strcat(fullname, BASENAME(file, '/'));
H A Duux.c393 STRNCPY(Jobid, BASENAME(cfile, '.'));
691 APPCMD(BASENAME(rest, '/'));;
697 dfile, BASENAME(rest, '/'));
773 BASENAME(rest, '/'));
774 APPCMD(BASENAME(rest, '/'));
846 Spool, syspart, dfile, BASENAME(rest, '/'));
848 X_CMD, BASENAME(rest, '/'), xsys, dfile);
862 dfile, BASENAME(rest, '/'));
863 APPCMD(BASENAME(rest, '/'));
H A Dgtcfile.c94 (void) strncpy(jobid, BASENAME(csave[0].file, '.'), NAMESIZE); in commitall()
147 (void) strncpy(csave[ncsave].file, BASENAME(file, '/'), NAMESIZE-1);
199 fileBase = BASENAME(wfile2, '/');
H A Dulockf.c235 BASENAME(ln, '/')[MAXBASENAME] = '\0';
278 (void) sprintf(lname, "%s.%s", pre, BASENAME(name, '/'));
279 BASENAME(lname, '/')[MAXBASENAME] = '\0';
H A Duucheck.c307 if (cmdOK(BASENAME(_Commands[i], '/'), cmd) == FALSE) {
312 BASENAME(_Commands[i], '/'), cmd);
H A Duuxqt.c1214 bname = BASENAME(dfile, '/');
1221 wfcommit(dfile, BASENAME(dfile, '/'), sendsys);
1222 wfcommit(cfile, BASENAME(cfile, '/'), sendsys);
1261 bname = BASENAME(errDfile, '/');
1268 wfcommit(errDfile, BASENAME(errDfile, '/'), sendsys);
1269 wfcommit(cfile, BASENAME(cfile, '/'), sendsys);
H A Dpermission.c869 bname = BASENAME(_Commands[i], '/');
962 if (strlcpy(p+1, BASENAME(from, '/'), MAXFULLNAME - strlen(to)) >=
968 if (strlcpy(p+1, BASENAME(from, '/'), MAXFULLNAME - strlen(to)) >=
H A Dgename.c103 BASENAME(seqlock, '/')[MAXBASENAME] = '\0';
H A Dlogent.c59 && strncmp(Rmtname, BASENAME(logfile, '/'), MAXBASENAME) != 0) {
H A Duucleanup.c431 BASENAME(fullname, '/')+2);
527 "\nuucp job id is %s.\n", BASENAME(fullname, '/')+2);
665 p = BASENAME(fullname, '/');
H A Danlwrk.c109 (void) strncpy(afile, BASENAME(file, '/'), NAMESIZE); in anlwrk()
H A Dcntrl.c291 strncpy(Jobid, BASENAME(Wfile, '/')+2, NAMESIZE); in cntrl()
961 putinpub(filename, Dfile, BASENAME(W_USER,'!')); in cntrl()
991 BASENAME(W_USER, '!')); in cntrl()
1196 (void) strcat(filename, BASENAME(W_FILE2, '/')); in cntrl()
H A Duucp.h305 #define BASENAME(str, c) ((Bnptr = strrchr((str), c)) ? (Bnptr + 1) : (str)) macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c224 BASENAME(ln, '/')[MAXBASENAME] = '\0'; in delock()
264 (void) sprintf(lname, "%s.%s", pre, BASENAME(name, '/')); in mlock()
265 BASENAME(lname, '/')[MAXBASENAME] = '\0'; in mlock()
H A Duucp.h246 #define BASENAME(str, c) ((Bnptr = strrchr((str), c)) ? (Bnptr + 1) : (str)) macro
/illumos-gate/usr/src/ucbcmd/basename/
H A DTHIRDPARTYLICENSE.descrip1 PORTIONS OF BASENAME(1B) COMMAND
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-nwam53 BASENAME=/usr/bin/basename
97 SRC_FILE="$PERM_LEGACY_PATH/`$BASENAME $1`"
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h200 #define BASENAME(str, c) ((Bnptr = strrchr((str), c)) ? (Bnptr + 1) : (str)) macro