HomeSort by: relevance | last modified time | path
    Searched defs:nnn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mdoc_man.c 794 struct roff_node *np, *nn, *nnn; local
801 nnn = nn == NULL ? NULL : roff_node_next(nn);
804 (nnn != NULL && nnn->tok == n->tok))
807 (nnn == NULL || nnn->tok != n->tok))
  /src/sys/fs/nfs/client/
nfs_clvnops.c 1846 { char nnn[100]; int nnnl; local
1848 bcopy(tcnp->cn_nameptr, nnn, nnnl);
1849 nnn[nnnl] = '\0';
1850 printf("ren replace=%s\n",nnn);
2481 { char nnn[100]; int nnnl; local
2483 bcopy(name, nnn, nnnl);
2484 nnn[nnnl] = '\0';
2485 printf("replace=%s\n",nnn);

Completed in 25 milliseconds